 /* standard CSS def */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D1D1EE;
	margin: 0px;
}
td {
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited:hover {
	text-decoration: underline;
}
.linkA {
	color: #990000;
}
.linkB {
	color: #E53D00;
}
.linkF {
	color: #083f00;
}
h1,h2,h3,h4,h5,h6 {
	color: #092E3C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;

}
.red {
	color: #FF0000;
}
#header {
	position: absolute;
	height: 120px;
	width: 922px;
	z-index: 0;
	left: 50%;
	margin-left: -461px;
	top: 0px;
}
#main {
	margin-left: -390px;
	left: 50%;
	position: absolute;
	z-index: 0;
	top: 124px;
}
#content {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	text-align: left;
}
#content p {
	font-size: 14px;
	color: #565F55;
	line-height: 1.5em;
}
#content ul {
	font-size: 14px;
}
#footernav {
	font-size: 12px;
	color: #D08832;
	margin: 5px;
}
#footernav a {
	color: #0B384A;
}
#copyright {
	font-size: 7px;
	color: #66735F;
	margin: 3px;
	line-height: 10px;
}
#copyright a {
	color: #527341}
#topNav {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D08832;
	left: 50%;
	top: 84px;
	width: 550px;
	height: 20px;
	z-index: 1;
	margin-left: -160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topNav a {
	color: #0B384A;
}
#crumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C2CB20;
	margin-left: 2.5em;
	margin-top: 1.1em;
	margin-bottom: 0.4em;
}
.crumbHome {
	color: #DD6D22;
}
.crumbLink {
	color: #001E38;
}
.crumbCurrent {
	font-weight: bold;
	color: #001E38;
}
.small1 {font-size: 8px}
