/* layout css document */
body{
	color: #0a3f73;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	
}
img, div { behavior: url(/iepngfix.htc) }
div { padding: 0px; margin: 0px;}
a:link, a:visited {

	color: #c32713;

}

a:hover {

	text-decoration: underline;

}

.underline{
	text-decoration:underline;
	color: #C0C0C0;
}
.clearboth{
	clear: both;
}
img.floatright {
	margin-left: 10px;
	float: right;
}
img.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
fieldset{
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 5px;
}
fieldset legend{
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	margin-bottom: 5px;
}
.tabular_data{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-left-color: #EFEFEF;
	}
.tabular_data th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	font-weight: bold;
	background-color: #dce3e9;
	vertical-align: top;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}
.tabular_data td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}
.tabular_data .dark td{
	background-color: #EFEFEF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.tabular_data .light td{
	background-color: #f6f6f6;
}
/* ------------------------------------------------------------------- */
#pageheader {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	clear: both;
}
.bodycontainer{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
}



.insidebodycontainer{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.topheader{
	width: 950px;
	height: 82px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #093e72;

}
.topheader_left {
	float:left;
	width: 300px;
	height: 82px;
	padding:0px;
	margin:0px;
}
.topheader_right {
	float: right;
	width: 635px;
	padding-top: 15px;
	padding-right: 15px;
	text-align: right;
}

.utilnav {
	height: 20px;
	padding-top: 3px;
	text-align: right;
	padding-bottom: 2px;
	text-decoration: none;
	color: #82a1be;
	font-size: 11px;
}

.utilnav ul {
	margin:0;
	padding-bottom:8px;
	list-style-type:none;
}
.utilnav ul li {
	margin:0;
	display:inline;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}

.utilnav a:link, .utilnav a:visited {
	text-decoration: none;
	color: #82a1be;
	font-size: 11px;
	

}


.utilnav a:hover {
	text-decoration: none;
	color: #aec7df;
	font-size: 11px;

}

.mainnav {
	width: 950px;
	height: 25px;
	background-image: url(../images/mainnav_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #000000;
	background-color: #fcb921;
	font-size: 12px;
	
}



.mainnav ul {
	margin:0;
	padding:6px;
	list-style-type:none;
	font-weight: bold;
	color: #000000;
}
.mainnav ul li {
	margin:0;
	display:inline;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

.mainnav a:link, .mainnav a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;

}


.mainnav a:hover {
	text-decoration: underline;
	font-size: 12px;

}

.mainnav ul li a#active_menu {
	text-decoration: underline;
}

.introimagearea {
	width:950px;
	height:240px;


}

.introimagearea_left {
	float:left;
	width: 609px;
	height: 240px;
}
.introimagearea_right {
	float: right;
	width: 341px;
	height: 210px;
	background-image: url(../images/videobox_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.introimagearea_right .button {

	padding-top:20px;
}

.internalheaderimage {
	width:950px;
	height:91px;
	padding:0px;
	margin:0px;

}

.internalheaderimage img{
	display: block;
}

.indexcontent {
	width: 950px;
	min-height: 288px;
	height: auto;
	background-image: url(../images/indexcontent_bg.gif);
	background-repeat: repeat-y;
}


.indexcontent_left {
	float:left;
	width: 549px;
	padding-left: 30px;
	padding-right:30px;
	padding-top: 20px;
	padding-bottom: 20px;


}
.indexcontent_right {
	float: right;
	width: 341px;
	background-color: #eef1f5;
	
}

.indexcontent_right .howyoucanhelp {
	width: 341px;
	height: 22px;
	background-image: url(../images/howyoucanhelp.gif);
	background-color: #eef1f5;

}

.indexcontent_right h2 {
	display: none;
}

.indexcontent_right img {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;

}

.indexcontent_right .container {

	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eef1f5;
	
}

.indexcontent_right .text{

	padding-right: 20px;
	background-color: #eef1f5;
}

.indexcontent_right .text div.separator{
	color: #d1d9e4;
	background-color: #d1d9e4;
	border: 0px;
	height: 5px;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	width: 145px;
	float: right;

} 

.indexcontent_right .text a:link{
	font-weight: bold;
	color: #0c4074;
}

.indexcontent_right .text a:visited{
	font-weight: bold;
	color: #0c4074;
}

.indexcontent_right .formembers {
	width: 341px;
	height: 22px;
	background-image: url(../images/formembers.gif);
	background-color: #eef1f5;

}

.internalcontent {
	width: 950px;
	background-image: url(../images/internal_bg.gif);
	background-repeat: repeat-y;
	padding:0px;
	margin:0px;
}


.internalcontent_left {
	float:left;
	width: 247px;
	background-color: #DCE3E9;
	background-image: url(../images/internalcontent_left_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.internalcontent_left .header {
	width: 217px;
	height: auto;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #607f9d;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.internalcontent_left img {
	padding-top: 30px;
	padding-bottom: 200px;
}

.internalcontent_left .leftnav {
	width: 217px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 150px;
	_height: 150px;

} 

.helpbutton {
	padding-left: 15px;
}

.leftnav ul {
	margin:0;
	padding:6px;
	list-style-type:none;
	color: #597a99;
	padding-left: 20px;
}
.leftnav ul li {
	margin:0;
	display:block;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	text-indent: -20px;
	line-height: 1.5em;
}

.leftnav ul li a#active_menu {
        background-image: url(../images/leftnav_active.gif);
        background-repeat: no-repeat;
        background-position: 0px 1px;
        font-weight: bold;
        padding-left: 20px;

}

.leftnav ul li a:link, .leftnav a:visited {
	text-decoration: none;
	color: #597a99;
	font-size: 12px;
	padding-left: 20px;
	text-indent: -20px;

}


.leftnav ul li a:hover {
	text-decoration: underline;
	color: #597a99;
	font-size: 12px;

}

.internalcontent_right {
	float: right;
	width: 703px;
	height: auto;
	background-color: #ffffff;
	
}

.internalcontent_right .text{
	
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.internalcontent_right .text h2{
	font-size: 16px;
}

.internalcontent_right .text ul{
	list-style-type: disc;
        padding-left:20px;

}

.internalyellowbar {
	width: 950px;
	height: 13px;
	background-image: url(../images/internalyellowbar.gif);
	background-repeat: no-repeat;

}

.indexmission {
	width: 950px;
	height: 111px;

}

.indexmission_text {
	width: 615px;
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #9f7014;
}

.indexmission_text p{
	line-height: 1.0em;
	*line-height: 0.7em;

}
.bottomnav {

	width: 950px;
	height: 30px;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	color: #597a99;
	font-size: 11px;
	
}

.bottomnav ul {
	margin:0;
	padding-bottom:8px;
	padding-top:8px;
	list-style-type:none;
}
.bottomnav ul li {
	margin:0;
	display:inline;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}

.bottomnav a:link, .bottomnav a:visited {
	text-decoration: none;
	color: #597a99;
	font-size: 11px;
	

}
.bottomnav a:hover {
	text-decoration: none;
	color: #486682;
	font-size: 11px;
		

}

.footerborder{
	width: 980px;
	height: 10px;
	margin-right: auto;
	margin-left: auto;

}

.footerborder img{
	display: block;
}

.copyright {
	background: transparent;
	width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #595a5b;
}

