@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9cb9bd;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #002458;
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color:#002458;
}
.oneColFixCtr #ubercontainer {
/* holds EVERYTHING */
	width: 808px;
	margin: 0 auto;
	background: #9cb9bd url('images/right_shadow.gif');
	color: #000;
}
.oneColFixCtr #container {
	width: 790px;
	background: #9cb9bd;
	margin: 0 auto;
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #containertwo {
	width: 808px; 
	background: #9cb9bd;
	margin: 0 auto;
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #uberheader {
/* holds HEADER */
	width: 808px;
	margin: 0 auto;
	background: #9cb9bd;
}	
.oneColFixCtr #header {
	height: 15px;
	background: #9cb9bd; 
	padding: 2px 15px 0 20px; 
	text-align: right;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3a4c5f;
}		
a {
	font-weight: bold;
	color: #4b5c60;
	text-decoration: none;
	font-size: 15px;
	}
a:hover {
	color: #002458;
	}	

.oneColFixCtr #headerimg {
	background: #fcf7e2; 
}
.oneColFixCtr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtr #mainContent {
	padding: 0 10px 10px 0;
	background: #fcf7e2;
	background-image: url(images/mainContent_bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height:365px;
}
.oneColFixCtr #footer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	background:#3a4c5f;
	font-size:9px;
	color:#a7c0cd;
	text-align:center; 	
}
.oneColFixCtr #footer p {
	margin: 0;
	padding: 10px 0;
}
.oneColFixCtr #uberheader #header a {
	font-size: 10px;
}
.oneColFixCtr #ubercontainer #container #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #94acba;
}
.oneColFixCtr #ubercontainer #container #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}

