@charset "utf-8";
/* CSS Document */
/* Colors
Dark Blue: #0D1E40
Light Blue: #4E7DA6
Brown: #593B16
Cream: #D9D0C7
Light Brown: #73655D
*/

/*======== Overall Styles =================*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #0D1E40;
}

a:hover {
	color: #666666;
}


/*======== Large Layout Elements ===========*/
body {
	padding: 0px;
	margin: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size:75%;
	line-height:1.5em;
	text-align:center;
	background-color: #4E7DA6;
}

div#fullpage {
	/*width: 870px;*/
	margin-top: 20px;
	/*border: 4px solid black;*/
}

#topinfo {
	text-align: right;
	background-color: #4E7DA6;
}
#topinfo .contents {
	padding: 7px 10px;
}

#maincontent {
	clear: both;
	background-color: #73655D;
}

#maincontent > div.contents {
	min-height: 400px;
}

#footer {
	clear: both;
	background-color: #4E7DA6;

}
.contents {
	width: 870px;
	margin: 0pt auto;
	background-color: #D9D0C7;
	padding: 0 10px;
}

/*======= Header Related =============*/
.headtext {
	margin-top:0px; padding-top:16px;
	font-size: 2em;
}
.headerimg {
	background: url(../images/banner.jpg) no-repeat;
	height: 211px;
	display: block;
	margin-left: -10px;
	margin-right: -10px;
}
.thinheaderimg {
	background: url(../images/banner_thin.jpg) no-repeat;
	height: 100px;
	display: block;
	margin-left: -10px;
	margin-right: -10px;	
}

/*======== Body Related ==============*/

.spanfull {
	padding: 20px;
	position: relative;
	text-align: left;
	font-size: 100%;
}

.twocol {
	/*width: 830px;*/
	/*margin-left: 20px;*/
	min-height:130px;
}

.twocol .leftcol {
	float: left;
	margin: 1em 20px;
	width: 372px;
	overflow: hidden;
}
.twocol .rightcol {
	float: right;
	margin: 1em 20px;
	width: 372px;
	overflow: hidden;
}

img.centerImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

/*=======  Footer Related =============*/
ul.bottomnav {
	margin:0pt auto;
	padding:5px 0px 0px;
	border-top: 3px solid #73655D;
	width: 600px;
}
.bottomnav li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer .bottomnav a {
	margin:0pt 0.5em;
}

/*=======  Special Formats =============*/
h3.fail {
	background-color:#dc0007;
	padding: 5px 0px 5px 10px;
	width: 20em; 
}