body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #002e5c;
	margin: 0px;
}
#contain {
	position:absolute;
	width:900px;
	top:0px;
	background-color:#FFFAF0;
	margin-left:10%;
	margin-right:10%;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: 0px;
	}
#header {
	width:900px;
	height:150px;
	margin-top:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004384;
}
#leftnav {
	width:125px;
	float:left;
	padding-top:10px;
	padding-left: 8px;
	padding-bottom: 55px;
	padding-right: 10px;
}
#content {
	width:725px;
	float:left;
	padding-bottom: 55px;
	padding-top: 10px;
}
#footer {
	float:left;
	clear:both;
	width:900px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 0.9em;
	background-image: url(images/btm.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #002E5C;
}
h1 {
	font-size: 1.25em;
	color: #002E5C;
}
a:link {
	color:#00619B;
	}
a:visited {
	color:#004384;
	}
a:hover {
	color:#004384;
	}
a:active {
	color:#00619B;
	}
	
h3 {
	font-size: 1.01em;
	font-style: italic;
}
#shade {
	background-color:#FEBF58;
	width: 550px;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 45px;
	}
