/* CSS Document */

body{
	margin: 0px auto;
	padding: 0px;
	background-color: #001548;
	font-family: "Times New Roman", Times, serif;
	font-size: 63%;
	color: #333333;
}
h1,h2,h3,h4,h5{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.7em;
	padding-left: .1em;
}
h1{
	font-size: 2.6em;
	font-weight: normal;
}
h2{
	font-size: 2.1em;
	font-weight: normal;
}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}

p{
	margin: 0px;
	padding: 0px 0px 1em;
	font-size: 1.6em;
}

#wrapper{
	margin: 15px auto 0px;
	padding: 0px;
	width: 955px;
	background-image: url(../common_images/structure/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	height: auto;
}
#header{
	background-image: url(../common_images/structure/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 124px;
	width: 954px;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav{
	background-image: url(../common_images/structure/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
	width: 954px;
	float: left;
	color: #B1BDD5;
	font-size: 1.8em;
}

#nav ul{
	padding : 0px;
	margin : 0px auto;
	white-space : nowrap;
	width : 910px;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
	padding-left : 1em;
	padding-right : 1em;
	color : #00144a;
	font-weight : bold;
	text-decoration : none;
	float : left;
	font-variant: normal;
	font-family: "Californian FB";
	font-size: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#nav ul li a.dropmenu {	background-image: url(../common_images/top_nav_down.gif);
	background-repeat: no-repeat;
	background-position: right center;}
#nav ul li a:hover{
   color : #B38C06;
}
#nav ul li a.dropmenu:hover {	background-image: url(../common_images/top_nav_down_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;}

#nav ul li a#active {color:#B38C06;}
	
#navBase{
	background-image: url(../common_images/structure/nav_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 8px;
	clear: both;
	width: 954px;
	font-size: 0px;
}
#content{
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 15px 15px 0px;
	width: 925px;
	float: left;
}

#content .leftCol{
	margin: 0px 15px 0px 0px;
	padding: 10px;
	float: left;
	width: 550px;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 3px solid #960000;
	border-bottom: 3px solid #960000;
	border-left: 1px solid #666666;
}

#content .rightCol{
	margin: 0px auto;
	padding: 0px;
	width: 325px;
	float: right;
	text-align: center;
}

#content .rightCol div {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	height: 255px;
	width: 255px;
}
#contentBase{
	background-image: url(../common_images/structure/content_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 16px;
	clear: both;
	width: 954px;
	font-size: 0px;
}
#footer{
	background-image: url(../common_images/structure/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	width: 954px;
	font-weight: bold;
	color: #00144a;
	font-family: "Californian FB";
	font-size: 1.8em;
	font-style: normal;
	text-decoration: none;
}
#footer p{}
#footerBase{
	background-image: url(../common_images/structure/footer_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 954px;
	font-size: 0px;
}
