/* General CSS Defaults */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #00254F; /*was 00355f*/
	background-color: #00254F;/*was 00355f*/ 
}
table {
	vertical-align: top;
}
td {
	vertical-align: top;
}
div#container {
	background-color: #ffffff;
	width: 756px;
	margin: 10px auto 10px auto;
	padding: 2px;
	position: relative;
}
div#interior1 {
	margin: 10px;
	border: 1px solid #00355f;
	padding: 5px;
	position: relative;
}
div#interior2 {
	border: 2px solid #00355f;
	position: relative;
	background-image: url(../images/columnbg.gif);
	background-repeat: repeat-y;
	background-position: -2px top;
}
div#topnav {
	position: relative;
	height: 12px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #8AB0CE;
	background-color: #00355f;
	font-size: 9px;
	text-align: center;
	color: #f3f5c3;
	font-weight: 700;
	padding: 5px;
}
div#topnav a {
	color: #f3f5c3;
	text-decoration: none;
}
div#topnav a:hover {
	color: #ff8800;
}
div#topnav ul {
	list-style-type: none;
}
div#topnav li {
	display: inline;
	border-left: 2px solid #f3f4c3;
	padding: 0px 15px;
	text-align: center;
}
div#topnav li.first {
	border-left: none;
}
div#photo {
	float: left;
	margin-right: -3px;
}
div#photo img {
}
div#logobox {
	position: absolute;
	top: 25px;
	left: 219px;
	height: 149px;
	width: 500px;
	text-align: center;
	background-image: url(../images/logobg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 1px solid #ffffff;
	border-bottom: 5px solid #8ab0c3;
}
div#logoinset {
	position: relative;
	top: 30px;
	z-index: +100;
}
div#leftnav {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 220px;
	background-color: #f3f5c3;
	border-top: 1px solid #00355f;
	border-right: 5px solid #00355f;
}
div#leftnav p {
}
ul#lefttopnav {
	background-color: #8ab0c3;
	height: 31px;
	font-size: 9px;
	font-weight: 700;
	color: #00355f;
	list-style-type: none;
	border-bottom: 10px solid #00355f;
}
ul#lefttopnav li {
	float: left;
	padding: 2px 32px;
	text-align: center;
	border-left: 2px solid #00355f;
}
ul#lefttopnav li.first {
	border-left: none;
}
ul#lefttopnav a {
	color: #00355f;
	text-decoration: none;
}
ul#lefttopnav a:hover {
	color: #B92900;
}
ol#navbuttons {
	clear: left;
	list-style-type: none;
}
ol#navbuttons a {
	text-decoration: none;
	color: #87241f;
}
ol#navbuttons a:hover {
	color: #dd3300;
}
ol#navbuttons img {
	float: left;
	margin-right: 15px;
	border: none;
}
ol#navbuttons li {
	height: 64px;
	background-color: #f3f5c3;
	color: #87241f;
	font-size: 18px;
	font-weight: 700;
	border-top: 7px solid #00355f;
	border-bottom: 3px solid #8ab0c3;
}
ol#navbuttons li p {
	margin-top: 8px;
}
div#content {
	position: absolute;
	top: 178px;
	left: 225px;
	overflow: visible;
	width: 495px;
}
div#content p, h1, h2, h3, h4, h5 {
	margin: 10px 10px;
}
div#content ul {
	margin-left: 75px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 700;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: left top;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
	font-style: italic;
}
h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 14px;
}
.bigbold {
	font-size: 28px;
	font-weight: 700;
}
.boldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #87241f;
}
div#content .widetext {
	margin-left: -3px;
	margin-right: -3px;
}
img.noBorder {
	border: none;
}
div#footer {
	color: #333333;
	font-size: 9px;
	text-align: center;
	padding: 3px 0px;
}
div#footer p {
}
div#footer a {
	color: #333333;
	text-decoration: none;
}
div#footer a:hover {
	color: #888888;
}
