/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #00355f;
	background-color: #00355f;
}
table {
	vertical-align: top;
}
td {
	vertical-align: top;
}
h1 {
	font-size: 200%;
}
div {
}
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;
}
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#logobox {
	position: relative;
	height: 149px;
	width: 720px;
	text-align: center;
	background-image: url(../images/widelogobg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 5px solid #8ab0c3;
}
div#logoinset {
	position: relative;
	top: 30px;
	z-index: +100;
}
/*div#titlearea {
	position: absolute;
	width: 219px;
	height: 149px;
	top: 0px;
	right: 0px;
	border-left: 1px solid #ffffff;
	border-bottom: 5px solid #8ab0c3;
	text-align: right;
	color: #87241f;
	background-color: #f3f5c3;
}
div#titlearea h1 {
	margin: 35px 10px;
}*/
div#leftnav {
	position: absolute;
	top: 179px;
	left: 0px;
	width: 150px;
	border-right: 2px solid #00355f;
	background-color: #00355f;
	color: #FFFFCC;
}
div#leftnav ul {
	margin: 0px;
	list-style-type: none;
	border-top: 2px solid #993300;
}
div#leftnav li {
	display: block;
	margin: 0px;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	background-color: #f3f5c3;
}
div#leftnav a {
	padding-left: 15px;
	padding-right: 15px;
	color: #993300;
	text-decoration: none;
	font-weight: 700;
}
div#leftnav a:hover {
	color: #FF9900;
}
div#content {
	position: absolute;
	top: 205px;
	left: 152px;
	overflow: visible;
	width: 565px;
}
div#content p, h1, h2, h3 {
	margin-left: 10px;
	margin-right: 10px;
}
div#content p {
	margin-top: 1em;
	margin-bottom: 1em;
}
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;
}
