html{
	height:100%;
}
a {
	outline:none;
}

a img {
	border: none;
	text-decoration: none;
}

body{
	margin: 0px;
	padding: 0px;
    color: #fff;
	text-align: center;
	font: 0.75em Arial,Verdana,Helvetica,sans-serif;
	line-height: 120%;
}
/*Header*/

#header{
	width:760px;
	height:190px;
	margin:0 0 1px 0;
	background: transparent url(images/header_right.jpg) no-repeat top right;
	text-align:left;
}

/*Construction Styles*/
#container{
	width:760px;
	margin: auto;
	text-align:left;
}


/** Navigation Menu **/
#topNav {
	height: 47px;
	line-height: 35px;
	background: url(images/menubg.png) repeat-x top center;
	padding-left: 190px;
}

#topNav ul,#topNav li {
	margin: 0 5px 0 0;
	padding: 6px 0;
}

#topNav li {
	float:left;
	list-style:none;
	white-space:nowrap;
	background: #3B4086;
	padding: 0;
}

#topNav li a {
	background: #fff;
	color:#fff;
	display:block;
	font-weight:bold;
	font-size: 12px;
	width:92px;
	text-align:center;
	text-decoration:none;
	height: 35px;
	background: transparent url(images/menu.jpg);
}

#topNav a:hover {
	color: #FFFD81;
	text-decoration: none;
}

#topNav a.current {
	color: #3B4086;
	text-decoration: none;
	background: #fff;
	height: 33px;
	border: 1px solid #3B4086;
}

#topNav a:hover.current {
	color:#3B4086;
	text-decoration:none;
	background: #fff;
	width:92px;
	height: 33px;
	line-height: 35px;
}

/*Styles*/
h1,h2,h3,h4,h5,h6{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	margin:5px 0 0 0;
	padding-bottom:4px;
	line-height:100%;
}
h1{
	margin: 0;
	color:#006;
	font-size:1.25em;
	border-bottom: 2px #600 solid;
}
h2{
	margin: 0;
	color:#FFFD81;
	font-size:1.1em;
	font-weight: bold;
}
h3{
	color:#FFFD81;
	font-size:1.0em;
	font-weight:bold;
	border-bottom: 1px solid #FFFD81;
}
h4{
	color:#999999;
	font-size:18px;
}
h5{
	color:#3C8C06;
	font-size:15px;
}
h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
a{
	color:#FFFD81;
}
a:hover{
	color:#BDBFD6;
}

acronym{
	border-bottom:1px dotted #006;
	padding-bottom:1px;
	cursor:help;
}

label {
 color: #fff;
}

del{
	color:#999;
}

hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
p.firstletter:first-letter{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:10px 3px 3px 3px;
	float:left;
}
.indent{
	border-left:2px solid #3C8C06;
	margin-left:25px;
	padding-left:8px;
}
.green{
	color:#3C8C06;
}
.blue{
	color:#3270A9;
}
ul li ul li{
	padding-left: 10px;
	list-style-type:none;
}
ol li ol li{
	list-style-type:lower-roman;
}
dl{
	margin: 10px 0 -5px 0;
	color: #FFFD81;
	font-weight:bold;
}
dt{
	margin-left:37px;
	display: inline;
}
dd{
	margin-left:125px;
	display: inline;
}
.blockquote{
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
}
.blockquote h5{
	border-bottom:1px solid #3270A9;
	font-size:17px;
	color:#eee;
	margin:2px;
}
.blockquote span{
	padding: 3px 0;
	display:block;
	font-size:10px;
	color:#999;
}
code{
	display:block;
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
	font:normal 11px "Courier New", Courier, monospace;
}
.highlight{
	color:#3C8C06;
	font-weight:bold;
}
/*Searchbox - News*/
#searchbox p{
	margin:7px 0 7px 2px;
}
#searchbox p input{
	background-color:#eee;
	border:1px solid #ddd;
	font:11px Verdana,sans-serif;
	color:#4c5153;
	padding:2px 3px;
}
#searchbox p input:hover,
#searchbox p input:focus{
	background-color:#fff;
}
.header{
	color:#3C8C06;
	font-size:14px;
	letter-spacing: -1px;
}
#news{
	width: 190px;
	padding:2px;
}
#news p{
	padding:0 0 0 0;
}
/*Floats*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0 10px 0 0; 
}
.floatright p{
	padding:0 0 0 10px;
}
img.floatleft{
	margin:15px 18px 5px 0;
}
img.floatright{
	margin:15px 5px 5px 18px
}
/*Forms*/
form select,
form input,
form textarea{
	font: 11px Arial,Trebuchet MS, Verdana,Helvetica,sans-serif;
	font-weight: bold;
	color: #3B4086;
	border:1px solid #353535;
	background: #fff url(../images/input.gif) repeat-x top left;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	/*border:1px dotted #888;  optional thought */
	border:1px solid #FFFD81;
}
form textarea:hover,
form select:hover,
form input:hover{
	background-color: #BDBFD6;
}

.checkbox {
	background-color: #3B4086;
	border: none;
}
.checkbox:hover {
	background-color: #3B4086;
	border: none;
}
.checkbox:focus {
	background-color: #3B4086;
	border: none;
}

.center{
	text-align:center;
}

form select{
	padding:1px;
}
form input{
	width: auto;
	padding:1px;
}
form label{
	color:#FFFD81;
}
form textarea{
	width: 90%;
	height: 300px;
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}

form .button {
	width: auto;
}

.noborder{
	border:0;
}

#twocolumn{
	width: 760px;
	margin: 0;
}

#left{
	width:200px;
	margin: 10px 4px 0 0;
	padding: 0;
	height:100%;
	float:left;
	background: #fff;
}

#left h3 {
 margin: 0;
 padding-top: 0px;
}

.leftbox {
	padding:0 0 10px 0;
	margin: 0 auto;
	overflow: hidden;
}

.leftbox_title {
	height: 50px;
}

.leftbox_btm {
	height: 15px;
}

.leftbox_content {
	margin: 0;
	padding: 10px 10px 20px 10px;
	background:  #3B4086 url(images/left_btm.png) bottom left no-repeat;
}
p.leftbox_content {
	padding-top: 10px;
	margin-top: 5px;
}

.news {
	background: #fff url(images/news.png) top left no-repeat;
}
.info{
	background: #fff url(images/info.png) top left no-repeat;
}

.main {
	background: #fff url(images/main.png) top left no-repeat;
	height: 50px;
	margin: 0 0;
	padding: 0;
}

.main_content {
	margin: 0;
	padding: 10px 25px 10px 10px;
}
/*
.main_content p{
  padding: 0 10px;
}
*/
.main_btm {
	height: 15px;
	background: url(images/main_btm.png) bottom left no-repeat;
}

.small{
	font-size: 0.8em;
}

.clearboth{ clear:both; margin: 0;}

/*Left Color Fixes*/
#right{
	width:549px;
	margin: 10px 0;
	padding: 0;
	height:100%;
	float:right;
	background: #3B4086;
}

#right h2{
	color:#FFFD81;
	font-size: 1.4em;
}

#right h5{
	color:#012346;
	font-size:15px;
}
/* misc */

#misc {
	width: 100%;
	height: 150px;
	background-color: #600;
	clear: both;
}

/*Footer*/
#footer{
	width:100%;
	/*height: 50px;*/
	background: #fff url(images/footerbg.png) repeat-x top left;
	text-align: center;
}

#footer a{
	text-decoration: none;
	font-weight:bold;
	color:#000;
	border-bottom: 1px solid;
}

#footer a:hover{
	color:#3B4086;
}

#footer p{
	padding-top: 1.40em;
	color:#000;
	font-size: 0.9em;
}

#footer .image4io {
	vertical-align: middle;
	border: none;
}

#footer a.a4io {
	text-decoration: none;
	border-bottom: none;
}

#footer a img {
	border: none;
	text-decoration: none;
}

legend{
	padding: 2px 5px;
	color: #3B4086;
	font-weight: bold;
	border-left: 8px solid #3B4086;
	border-right: 8px solid #3B4086;
	background: #fff url(images/menubg.png) repeat-x center;
}

legend a{
	color: #3B4086;
}
legend a:hover{
	color: #6B72BF;
}

fieldset {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}
.yellowbold{
	color:#FFFD81;
	font-size:1.0em;
	font-weight:bold;
}
img.right {
float: right;
margin: 13px 13px;
border: 3px #FFFD81 solid;
}
img.left {
clear: both;
float: left;
margin: 13px 20px 13px 0px;
border: 3px #FFFD81 solid;
}
.yellow{
	color:#FFFD81;
}
.hidden {
	visiblity: hidden;
}
.inline {
	display:inline;
}
.bullet {
	padding-left: 10px;
	background: transparent url('images/bullet_red.gif') no-repeat;
}
.pdf {
	padding-left: 20px;
	background: transparent url('images/pdf.gif') no-repeat;
}
.form {
	padding-left: 20px;
	background: transparent url('images/form.gif') no-repeat;
}
.medlength{
	height: 125px;
}
blockquote {
	border: 3px #CF1010 solid;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left ;
	padding: 20px 5px 10px 60px;
	margin: 10px 30px 10px 30px;
	color: #CF1010;
}
blockquote.warning {
  background-image: url(images/bq_warning.gif);
}
blockquote.success {
	border: 3px #329732 solid;
	background-image: url(images/bq_success.gif);
	color: #329732;
}
.main_content ul li {
	padding-left: 0px;
	list-style-type: none;
}

.main_content ul {
	padding-left: 0px;
}
.main_content li {
	padding-bottom: 10px;
}

.valign{
  vertical-align: middle;
}