html {
	height:100%;
}
body {
	height:100%;
	margin:0;
	color:#000;
	font:11px Arial, Helvetica, sans-serif;
	background:#00234f;
}
a {
	text-decoration:underline;
	color:#000048;
}
a:hover {text-decoration:underline;}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
* html .main-holder {height:100%;}
.main-holder {
	margin:0 auto;
	width:800px;
	min-height:100%;
	background-color:#fff9e1;
	position:relative;
}
#main {
	padding-bottom:62px;
	width:100%;
	overflow:hidden;
}

#header {
	width:100%;
	height:181px;
	background:url(../images/bg-header.gif) repeat-x;
}
#header a {text-decoration:none;}
.logo {
	float:left;
	margin:0 0 0 5px;
	width:285px;
	height:130px;
	background:url(../images/logo.jpg) no-repeat;
	overflow:hidden;
	text-indent:-3000px;
}
.logo a {
	display:block;
	height:100%;
}
#header img {
	float:right;
	border-left:1px solid #fff;
}
#header ul {
	clear:both;
	margin:0;
	padding:0 0 0 18px;
	width:100%;
	height:45px;
	list-style:none;
	background:url(../images/bg-nav.gif) repeat-x;
}
#header li {
	float:left;
	display:inline;
	margin:-5px 0 -13px;
	position:relative;
}
#header li a span {
	float:left;
	width:12px;
	height:63px;
}
#header li a em {
	float:left;
	width:12px;
	height:63px;
}
#header li a {
	float:left;
	color:#fff;
	font:bold 14px/55px "Trebuchet MS", sans-serif;
}
#header li a strong {
	float:left;
	display:inline;
	height:63px;
	padding:0 6px;
}
#header li a:hover {text-decoration:none; cursor:pointer;}
#header li.active span,
#header li a:hover span {background:url(../images/left-corner-link.png) no-repeat;}
#header li.active em,
#header li a:hover em {background:url(../images/right-corner-link.png) no-repeat;}
#header li.active strong,
#header li a:hover strong {background:url(../images/bg-link.png) repeat-x;}

#content {
	width:753px;
	overflow:hidden;
	padding:38px 23px 12px 24px;
}
#content h1 {
	margin:0 0 0 7px;
	font-size:21px;
	line-height:21px;
	color:#23588c;
}
.main-content {
	float:left;
	width:530px;
}
.top-block {
	width:500px;
	margin:10px 0 0;
	padding:17px 15px 0;
	overflow:hidden;
	background:#e2e2e2 url(../images/top-block.gif) no-repeat;
}
.top-block p {
	margin:0 0 19px;
	font-size:13px;
	line-height:20px;
}
.bottom-block {
	margin:-8px 0 0 -15px;
	width:530px;
	height:10px;
	overflow:hidden;
	background:url(../images/bottom-block.gif) no-repeat;
}
.sidebar {
	padding:12px 0 0;
	float:right;
	width:201px;
}
.letters {
	display:block;
	margin:0 0 0 6px;
	padding:0 0 0 26px;
	background:url(../images/icon.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
.letters a {color:#266291;}
.small-block {
	margin:8px 0 0;
	width:201px;
	overflow:hidden;
	background:url(../images/bg-small-block.gif) repeat-y;
}
* html .top-small-block {
	height:109px;
	overflow:visible;
}
.top-small-block {
	width:161px;
	padding:17px 22px 0 18px;
	min-height:109px;
	overflow:hidden;
	background:url(../images/top-small-block.jpg) no-repeat;
	color:white;
}
.top-small-block a
{color:white;text-decoration:underline;}
.top-small-block h2 {
	margin:0 0 9px;
	font-size:16px;
	line-height:16px;
	color:#f6bf10;
}
.top-small-block p {
	margin:0 0 10px 0px;
	color:#fff;
	line-height:15px;
}
.top-small-block strong {
	margin:0 0 2px;
	display:block;
	color:#fff9e1;
}
.top-small-block ul {
	margin:0 0 0 3px;
	padding:0;
	list-style:none;
}
.top-small-block li {
	margin:0 0 12px;
	line-height:14px;
}
.top-small-block li a {color:#fff;}
.bottom-small-block {
	width:100%;
	height:8px;
	overflow:hidden;
	background:url(../images/bottom-small-block.jpg) no-repeat;
}

#footer {
	padding:37px 30px 10px;
	width:740px;
	height:15px;
	position:absolute;
	left:0;
	bottom:0;
	background:#f6bf10 url(../images/bg-footer.gif) no-repeat;
}
#footer p {
	margin:0;
	line-height:11px;
	color:#fff;
}

.underlinemenu{
font-weight: bold;
width: 100%;

}

.underlinemenu ul{
padding: 10px 0 7px 7px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 1px 1px 1px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 8px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px solid gray;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #0c0c0c;
}
div#top_nav{}

.submenu{
font-weight: normal;
width: 100%;

}

.submenu ul{
padding: 10px 0 7px 7px;
margin: 0;
text-align: left;
}

.submenu ul li{
display: inline;
}

.submenu ul li a{
color: #494949;
padding: 6px 5px 1px 1px;
margin-right: 10px;
text-decoration: none;
}

.submenu ul li a:hover, .underlinemenu ul li a.selected{
color:#ffc;}

