/* CSS Document */

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#000;
	padding:0;
	border:0;
	margin:0;
	background-color: #f7faff;
	/*background-color: #E1EAFF;*/
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0.5em;
}
.spaceabove {
	margin-top:1em;
}
.nospacebelow {
	margin-bottom: 0px;
}
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}
#wrapper {
	width:760px; 
	margin:10px auto 0 auto; 
	text-align:left; 
	background-color: #FFFFFF;
	border:1px solid #064ebb;
}
#banner {
	text-align: center;
	height:150px;
	color:#516066;
	background-color:#064ebb;
	padding-top:0px;
	border-bottom:1px solid #ffffff;
}
#headlinks {
	width: 100%;
	text-align: center;
	background-color: #064ebb;
	margin-bottom: 10px;
	text-align: center;
	font-size:90%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:5px;
	/*border-top:1px solid #FFFFFF;*/
}
#headlinks ul{
	text-align: center;
	display: inline;
}
#headlinks ul li{
	display: inline;
	border-right: 1px solid #ffffff;
	padding-left:0.5em;
	padding-right:0.5em;
	color:#064ebb;
}
#headlinks ul li.first{
	border-left: 1px solid #ffffff;
}
#headlinks a, #headlinks .currentlink {
	display: inline;
}
#headlinks a:link, #headlinks a:visited {
	color: #ffffff;
	text-decoration: none;
}
#headlinks .currentlink {
	color:#C8DDFD;
}
#headlinks a:hover, #headlinks a:active {
	color: #C8DDFD;
	text-decoration: underline;
}
.lefthalf {
	float: left;
	width: 50%;
/*	border-right-style: 1px solid #ADB59C;	*/
	padding-right: 5px;
}
.righthalf {
	float: right;
	width: 49%;
	padding-left: 1px;
}
.fullwidth {
	padding:0 5px 5px 5px;
}
.leftthird {
	float:left;
	width:32%;
	padding-right: 5px;
}
.middlethird {
	float:left;
	width:32%;
	padding-left:1px;
	padding-right: 5px;
}
.rightthird {
	float:right;
	width:32%;
	padding-left:1px;
}
#maincontent {
	color: #000000;
}
/* Hides from non IE-win \*/
* html #maincontent {
	height: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* End hide from non IE-win */
#maincontent h2 {
	padding-left:5px;
}
#maincontent table {
	padding-left:5px;
	padding-right:5px;
}
#maincontent ul {
	list-style-type: square;
}
#maincontent ul.plainlist {
	list-style-type: none;
}
#maincontent li {
	margin-left:1.5em;
}
#maincontent tr {
	margin-top: 0.5em;
	margin-bottom:0.5em;
}
.lefthalf img, .righthalf img {
	border:solid 1px #000000;
}
.righthalf img.noborder, .lefthalf img.noborder {
	border:none;
}
.indent10 {
	padding-left:10px;
	padding-right:10px;
}
.maingroup {
	margin-bottom: 12px;
	padding: 5px;
/*	border:1px #00cc00 solid; */
}
.maingroupbkg {
	padding: 5px;
	margin-bottom: 12px;
	background-color: #F0F4FF;/*	border:1px #CC0000 solid; */
}
#navleft {
	float: left;
	width: 150px;
	color: #434F54;
	font-weight: bold;
	margin-left: 0px;
	font-size: 110%;
	margin-bottom:10px;
}
#navleft ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#navleft ul li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#navleft ul li ul {
	font-size: 80%;
	font-style: oblique;
	margin-left: 5px;	
}
#navleft a:link, #navleft a:visited {
	color: #434F54;
	text-decoration: none;
}
#navleft a:hover, #navleft a:active {
	color: #516066;
	text-decoration: underline;
}
.currentlink {
	color: #71868f;
}
.nonlink {
	color: #434F54;
}
#content {
	margin-left: 0px;
	text-align: left;
}
/* Hides from non IE-win \*/
* html #content {
	height: 1%;
	padding-top: 0px;
	padding-bottom: 10px;
}
/* End hide from non IE-win */
#rightsidebar {
	font-size: 90%;
	float: right;
	width: 260px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid #516066 1px;
	color: #000000;
	background-color: #F4F9FB;
}
#rightsidebar h1 {
	color: #FFFFFF;
	background-color:#516066;
	font-size: 140%;
	padding: 5px;
}
#rightsidebar .last {
	padding: 0px 5px 5px 5px;
	margin-bottom:5px;
	border-bottom:none;
}
#rightsidebar p {
	padding: 0px 5px 5px 5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #516006;
}
.plainlist {
	list-style-type: none;	
}
.last {
	margin-bottom:0.5em;
}
.horizline {
	height: 10px;
	margin-top:10px;
	width: 100%;
	border-top: 1px dotted #000066;
	/*float: right;*/
	line-height: 1px;
	clear:both;
}
.floatleft {
	float: left;
	margin-bottom: 10px;
	margin-right:10px;
	margin-top:5px;
}
.floatright {
	float: right;
	margin-left:10px;
	margin-bottom: 10px;
	margin-top:5px;
}
.centertext {
	text-align: center;
}
.rightlineunder {
	text-align: right;
	border-bottom-color: #830739;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 1em;
}
.rightjustify {
	text-align: right;
	margin-bottom: 1em;
}
.highlight {
	font-weight: bold;
	color: #B98B00;
}
.highlightlarge {
	font-size: 120%;
	color: #B98B00;
	font-weight: bold;
}
.smallfont {
	font-size:80%;
}
.indentleft {
	padding-left:5px;
}
.hangindent {
	margin-left:2em;
	text-indent:-2em;
}
form img {
	border:none;
}
h1 {
	font-size: 200%;
	color: #000066;
	font-weight: bold;
	background-color: #e3eef4;
	padding-top:0.3em;
	padding-bottom:0.3em;
/*	padding-left:0.2em; */
}
h2 {
	font-size: 160%;
	color: #05439E;
	font-weight: bold;
	border-bottom:1px solid #05439E;
	padding-top:0.3em;
	padding-bottom:0.3em;/*	padding-left:0.2em; */
}
/*.maingroupbkg h2 {
	background-color:#064ebb;
	color:#FFFFFF;
	border-bottom:none;
}*/
h3 {
	font-size: 120%;
	color: #05439E;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #b93100;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}
.standout {
	color: #0066CC;
	font-weight: bold;
}
#footer {
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	font-weight: bold;
	border-top: solid 1px #000066;
	background-color:#F5F8FF;
	/*border-bottom:5px solid #064ebb;*/
}
.postfooter {
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	font-weight: bold;
}
.solidline {
	height:5px;
	border-bottom:1px solid #97acb5;
}
.small {
	font-size: 85%;
}
.smallitalic {
	font-size: 85%;
	font-style:italic;
}
.indenttext {
	margin-left: 10px;	
}
.pullquote {
	border-top:4px #B98B00 solid;
	border-bottom:2px #B98B00 solid;
	padding-left:5px;
	padding-top:2px;
}