* {
    -moz-box-sizing:border-box;    
    -ms-box-sizing:border-box;     
    box-sizing:border-box;       
}

html * {
	-webkit-box-sizing:border-box; 
}

img { 
	-ms-interpolation-mode:bicubic; 
}
a {
	color: #2f2f80;
}
body {
	margin: 0px;
	padding: 0px;
}
body, table {
	font-family: Arial;
	font-size: 12px;
}

#topbar {
	background-color: #2f2f80;
	height: 8px;
}
#menu {
	margin: 16px 0;
} 
#content {
	width: 960px;
	margin: 0 auto;
}	
#bottom {
	border-top: 8px solid #2f2f80;
	background-color: black;
}
#bottombar {
	color: white;
	height: 80px;
	margin: 0 auto;
	width: 960px;
}
#bottombar a {
	color: white;
	text-decoration: none;
}
#bottombar p {
	text-align: right;
}
#bottombar img {
	float: left;
}
#menu img {
	float: left;
}
.clearfix {
	clear: both;
}
.column_wide {
	width: 634px;
	margin-right: 18px;
	float: left;
}
.column_narrow {
	width: 308px;
	margin-right: 18px;
	float: left;
}
body .column_last {
	margin-right: 0;
}
h2 {
	color: #2f2f80;
	text-transform: capitalize;
	font-size: 24px;
}
