html, body {
	background: #fff url(../images/body-bg.gif) repeat-x top;
	color: #000;
	margin: 0;
	padding: 0 0 50px 0;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
	color: #0C1C47;
	border-bottom: 1px solid #ADAFAA;
}

a:hover {
	color: #ADAFAA;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#container {
	width: 818px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/container-bg.gif) repeat-y center;
}

#topText {
	background-color: #d3d3d3;
	height: 27px;
	margin: 0;
	padding: 0;
	font-size: .6em;
	letter-spacing: 2px;
	text-align: center;
}

#containerBody {
	background: url(../images/containerBody-bg.gif) no-repeat top;
	padding: 12px 18px 0 10px;
}

#logo {
	height: 180px;
	width: 790px;
	display: block;

}

#nav {
	width: 580px;
	height: 31px;
	margin: 3px 3px 3px 0;
	padding: 0;
	border: 1px solid #d2cdbc;
	float: left;
	
}

#nav li {padding:0 10px 0 18px;
	display: block;
	float: left;
}

#nav li a {
	color: #0C1C47;
	height: 31px;
	border-bottom: none;

	font: normal normal bold .875em/28px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #ADAFAA;
}

#nav li.dropDown {
	position: relative;
}

#nav li.dropDown ul {
	background-color: #fff;
	padding: 8px;
	margin: 0;
	border: 1px solid #d2cdbc;
	top: 33px;
	left: 22px;
	display: none;
	position: absolute;
	z-index: 99;
}

#nav li.dropDown ul li {
	display: block;
	float: none;
	width:275px;
}

#nav li.dropDown ul a {
	height: auto;
	width: 190px;
	padding: 2px 0;
	font: normal normal normal .75em/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
	text-transform: none;
}

#search {
	color: #d2cdbc;
	background: url(../images/search-bg.gif) no-repeat;
	width: 200px;
	height: 23px;
	margin: 3px 0;
	padding: 5px 0 5px 5px;
	display: block;
	float: left;
}

#search:focus {
	color: #000;
}

#searchButton {
	background: transparent url(../images/search-button.gif);
	width: 21px;
	height: 16px;
	border: none;
}

#searchBox {
	width: 152px;
	border: 0 none;
}
#searchword {width:140px;}
#content {
	padding-left: 7px;
	min-height: 400px;
	font: .75em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#linkTree {
	height: 36px;
	margin: 0;
	padding: 0;
	font-size: .75em;
	line-height: 36px;
	clear: both;
}

#left {
	color: #fff;
	background-color: #0C1C47;
	width: 172px;
	float: left;
}

#left h1 {
	background: #e3e2e2 url(../images/left-h1.gif) repeat-x;
	padding: 12px 8px 12px 8px;
	margin-bottom:20px;
	text-transform: uppercase;
	font-size: 1.125em;
	text-align: center;
	color:#0C1C47;
}
#left h2 {color:#FFF; padding:10px 10px 0 10px;}
#left dt {
	color:#ADAFAA;
	width: 115px;
	padding: 0 10px 0 10px;
	font-size: .875em;
	font-weight: bold;
}

#left dd {
	margin: 0;
	padding: 6px 10px 25px 10px;
	font-size: .75em;
}

#right {
	width: 549px;
	padding: 20px 30px;
	float: left;
	font-size: .875em;
}

#footer {
	color: #0C1C47;
	background: #fff url(../images/footer-bg.gif) no-repeat top;
	display: block;
	margin: 0 -18px 0 -10px;
	padding: 40px 0;
	clear: both;
}

#footer li {
	padding: 0 10px 0 17px;
	float: right;
	display: inline;
	font-size: 0.75em;
}

#footer li.copyright {
	background-image: none;
	padding: 0;
	float: left;
}

#footer li.footerHome {
	background-image: none;
}

/***************** Nav 2 *****************/

#nav2 {padding-top: 0px; float: left; width: 172px; margin: 0 0 0 0; text-align: left;}
#nav2 .header {color:#0C1C47; font-weight:bold; background: #e3e2e2 url(../images/left-h1.gif) repeat-x; font-size:12px; padding: 3px 0 3px 3px; margin-top:15px;}
#nav2 li.header a:link, #nav2 li.header a:visited {color:#0C1C47; font-weight:bold; font-size:12px; border-bottom:none; line-height:normal;}
#nav2 li.header a:hover {color:#fff;}
#nav2 .title{background: #e3e2e2 url(../images/left-h1.gif) repeat-x;
	padding: 12px 8px 12px 8px;
	margin-bottom:20px;
	text-transform: uppercase;
	font-size: 1.125em;
	text-align: center;
	color:#0C1C47; font-weight:bold;}
#nav2 ul {list-style: none; margin: 0; padding: 0; /* border: 1px solid #000; */}
#nav2 .header, #nav2 ul, #nav2 li.title {display:block;}
#nav2 li {color: White; font-size:11px; padding:3px; background-color:#0C1C47;}
#nav2 a {text-decoration:none; padding:0; position:relative; line-height:2.0em;}
#nav2 li.third a:link, #nav2 li.third a:visited {font-size:9px; padding:4px; }
#nav2 li.third:hover {color:White;}
#nav2 li.secondary:hover {color:White;}
#nav2 li a:link, #nav2 li a:visited{color:White; background-color:transparent;}
#nav2 li a:hover{color:#ADAFAA; background-color:transparent;}

.login {
	height: 36px;
	margin: 0;
	padding: 0;
	font-size: .9em;
	line-height: 36px;
	clear: both;
	text-align:center;
	width:172px;
}

.login a {background:#0C1C47; border:#ADAFAA 1px solid; padding:4px 20px 6px 20px; font-weight:bold; color:#FFF;}

.login a:hover {color:#ADAFAA;}

#left dl {background:url(../images/news-divider.gif) no-repeat bottom center; margin-top:0; padding-top:3px;}

#left a {color:#ADAFAA;}

a img {border:1px solid #0C1C47;}