/*------------------*/
/*Styling for HTML*/
/*------------------*/
html, body
{
	margin: 0px;
	background-color: #CCBE94;
	background-repeat: no-repeat;
}
.scroll
{
	overflow: auto;
	height: 100%;

	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #475695;
	padding-top: 25px;
	padding-left: 25px;
	
}
.page_wrap
{
	height: 100%;
	width: 100%;
}
.title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #618CA7;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.header
{
	height: 104px;
	background-image: url(images/logo_bk.gif);
	background-repeat: no-repeat;
	background-color: #EBE7C3;
}
.header_default
{
	height: 212px;
	background-color: #FFFFFF;
}
.content
{
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #000033;
}
#iframe_content {
	text-decoration: none;
	width: 100%;
}
#embed_content {
	width: 100%;

}
/*------------------*/
/*Styling for FixedNav*/
/*------------------*/
.fnav_box {
	height: 73px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9D2EB;
	padding-top: 15px;
	vertical-align: top;
	padding-left: 142px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;


}
.div_fnav {
	text-decoration: underline;
	color: #FFFFFF;
	position: absolute;
	left: 933px;
	top: 13px;

}
.div_fnav a {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

}

.div_fnav_selected {

}
.div_fnav_selected a {

}
.div_prinav {
	display: inline;
}
.div_prinav a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 15px;
	height: 41px;
	padding-top: 15px;
	background-image: url(images/div.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}
.div_prinav_selected {
	display: inline;
	
}
.div_prinav_selected a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 15px;
	height: 41px;
	padding-top: 15px;
	background-image: url(images/div.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}
/*------------------*/
/*Styling for Secondary Nav*/
/*------------------*/
.div_secnav {
}
.div_secnav a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 663333;
	text-decoration: none;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.div_secnav_selected {
}
.div_secnav_selected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
	background-color: #CCCC99;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;

}
.sec_nav_name {
	font-family: "Palatino Linotype", Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #3f5166;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*------------------*/
/*Styling for Footer*/
/*------------------*/
.footer
{
	font-size: 10px;
	height: 65px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #475695;
}
.content_splash {
	vertical-align: top;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	width: 330px;
	background-image: url(images/custom_splash_bk.gif);
}
.content_wrap {
	height: 100%;
}
.disclaimer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b5adaa;
	text-align: right;
	padding-right: 15px;
}
.content_splash {
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999966;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: normal;
}
.div_prinav_bk {
	background-image: url(images/prinav_bk.gif);
	background-repeat: no-repeat;
}
.secnav_box {
	width: 100%;
	padding-left: 512px;
	margin-left: 512px;
}
.prinav_box {
	padding-left: 512px;
	padding-top:0px;
}
html>body
.prinav_box {
	padding-left: 512px;
	padding-top:20px;
}
.footer_box {
	padding-top: 10px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 180px;
	height: 30px;
	padding-bottom: 10px;
}
.div_footernav {
	text-decoration: underline;
	color: #FFFFFF;
}
.div_footernav a {

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}
.back {
	background-image: url(images/custom_splash_08.jpg);
	background-repeat: no-repeat;
}