body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #052952;
	color: #cdcdcd;
	padding: 25px 0 25px 0;
	margin: 0;
}

#page {
	position: relative;
	margin: auto;
	padding: 0;
	width: 760px;
	background-color: #063060;
	border: 1px solid #0c4484;
}

#header {
	position: relative;
	height: 103px;
	width: 730px;
	padding: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-bottom: 1px solid #0c4484;
}

#logo {
	display: block;
	float: left;
	width: 580px;
	height: 103px;
}

#contactinfo {
	display: block;
	float: left;
}

#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #3366cc;
	border-bottom: 1px solid #0c4484;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
}

#topnav a {
	color: #3366cc;
	text-decoration: none;
}

#topnav a:hover {
	color: #f5c901;
	text-decoration: underline;
}

#topnav a.selected {
	color: white;
}

#topnav a.selected:hover {
	color: #f5c901;
}

#content {
	padding: 20px;
}

#sitenav {
	color: #f5c901;
	width: 160px;
	padding-top: 2px;
}

#sitenav a {
	color: white;
}

#sitenav a:hover {
	color: #f5c901;
}

#contentright {
	padding-left: 12px;
	border-left: 1px solid #0c4484;
}

#sitemap {
	line-height: 20px;
}

#sitemap a.level1 {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 8px;
}

#sitemap a.level1:hover {
	color: #f5c901;
	text-decoration: underline;
}

#sitemap a.level2 {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/link-square.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	margin-left: 15px;
}

#sitemap a.level2:hover {
	color: #f5c901;
	text-decoration: underline;
}

#footer {
	position: relative;
	background-color: #063060;
	color: #3366cc;
	width: 760px;
	border-top: 1px solid #0c4484;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
}

#footer a {
	color: #3366cc;
	text-decoration: none;
}

#footer a:hover {
	color: #3366cc;
	text-decoration: underline;
}

#copyright {
	position: relative;
	margin: auto;
	width: 760px;
	color: #154372;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
}

#formerror {
	color: white;
	border: 1px solid #bd251e;
	padding: 6px;
}

td {
	vertical-align: top;
}

form {
	margin: 0;
}

table {
	margin: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f5c901;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 6px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	border: none;
	border-bottom: 1px dashed #0c4484;
	height: 0;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #f5c901;
	text-decoration: none;
}

a:hover {
	color: #f5c901;
	text-decoration: underline;
}

a.more {
	color: #f5c901;
	text-decoration: none;
	background-image: url(/images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 8px;
}

a.more:hover {
	color: #f5c901;
	text-decoration: underline;
}

a img {
	padding: 2px;
	border: 1px solid #999999;
	filter: alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

a:hover img  {
	padding: 2px;
	border: 1px solid #f5c901;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.highlight {
	color: #f5c901;
	font-weight: bold;
}

.input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}
