@charset "utf-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body, div, img, form, table, tbody, tfoot, thead, tr, td, h1, h2, h3, h4, h5, h6, {
	margin: 0px;
	padding: 0px;
	border:0px none;
}
.clearing {
	clear:both;
}

body {
	background-color:#2a4061;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
 
#wrapper {
	background-color:#ffffff;
	margin: 0 auto;
	width: 770px;
	border: solid #000 1px;
	text-align: left;
}

#header {
	width: 770px;
	background-color:#2a4061;
	text-align: center;
}
#toprule {
	background-color: #999999;
	height: 3px;
	width: 770px;
	border-bottom: solid #fff 1px;
	border-top: solid #fff 1px;
}


#contentwrapper {
	background-color: #293e5e;
	width: 770px;
}
#columnheads {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#maincontent {
padding-left: 5px;
	margin: 0px;
	height: 250px;
	font-size: 10px;
	color: #FFFFFF;
}
#maincontent h5 {
	font-size: 12px;
}

#maincontent p {
	margin-top: -2px;
}




#footer {
	margin: 0px auto;
	background-color: #607a99;
	height: 70px;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 5px;
}
#navbar {
	background-color: #4F6793;
	background-repeat: no-repeat;
	height: 41px;
	width: 770px;
	background-image: url(images/subpage_nav.gif);
}
#navbar a {
	text-decoration: none;
	color: #000033;
}
#navbar a:hover {
	color: #8f242c;
}


#navbar ul {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	text-align: center;
	margin-right: 0px;
	margin-top: 10px;
}

#navbar li {
	text-align: center;
	display: inline;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	font-size: .7em;
}
#subcolumnheads {
	color: #FFFFFF;
	font-size: 0.85em;
	font-weight: bold;
}
#subpagecontent {
padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#subpagecontent a {
	color: #FFFFFF;
}
#subpagecontent a:hover {
	color: #ADBCCF;
}






#bottomrule {
	height: 5px;
	background-color: #70aabb;
	border-bottom: solid #fff 2px;
	border-top: solid #fff 2px;
}



/* Add this class to an image to float it left and wrap text around it. Add a value for the margin in place of the X. */
.fltlft {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}

/* Add this class to an image to float it right and wrap text around it. Add a value for the margin in place of the X. */
.fltrt {
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
	
}	

.whitetext {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.aquatext {
	font-size: 15px;
	color: #70aabb;
	font-weight: bold;
}

.nexttext {
	font-size: 9px;
	color: #ccc;
	font-weight: normal;
}

.bulletleft {
	float: left;
	margin-right: 2px;
	
}

body#home li#home a,
body#about li#about a,
body#contacts li#contacts a,
body#financials li#financials a,
body#projects li#projects a,
body#services li#services a {
color: #8f242c;
font-weight: bold;
}

#wrapper #contentwrapper #subpagecontent #data td {
	color: #293E5E;
}
