@charset "utf-8";
/* CSS Document */

html, body {
	margin:0 auto;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
}
h1 {
	padding:0;
	margin:0;
	text-align:center;
	font-size:26px;
}
h3 {
	font-size:20px;
	color:navy;
}
input, textarea {
	padding:2px;
}
/* main content boxes */

div.container {
	margin:0 auto;
	text-align:left;
	width:800px;
	margin-top:10px;
	height:100%;
	margin-bottom:10px;
	background:#FFF;
}
div.header {
	position:absolute;
padding:0px;
margin:0px;
	top:10px;
	width:800px;
	height:47px;
	list-style:none;
	list-style:none;
	background:url(../new_layout/images/header-bg.png) repeat-x;
	border-bottom:5px solid #000;
}
div.header_img {
	position:absolute;
	top:60px;
	width:800px;
	height:179px;
}
div.header ul{
	padding:0;
	margin:0;
}
div.header ul li{
display:inline;
}
div.content {
	position:relative;
	width:800px;
	padding-top:290px;
	background:#FFF;
	padding-bottom:10px;
}
div.footer {
	position:relative;
	bottom:0;
	width:800px;
	padding-top:5px;
	background:url(../new_layout/images/foot-pattern.gif) repeat-x;
}
div.cur_loc {
	background:#FFF url(../new_layout/images/foot-pattern.gif) repeat-x;
	position:absolute;
	top:239px;
	width:777px;
	height:57px;
	line-height:57px;
	padding:3px;
	z-index:999;
	color:#FF0000;
	font-weight:700;
	padding-left:20px;
}
.cur_loc a {
	text-decoration:none;
	color:#000066;
}
/* in page elements */

a {
	color:#000099;
}
a:hover {
	color:#0033FF;
}
.footer_text {
	padding:5px;
	text-align:right;
}
.footer_copywrite {
	padding:5px;
	font-size:10px;
}
.logo_area {
	padding:10px;
}
.content_table {
	height:100%;
}
a.button {
	background:url(../new_layout/images/header-btn.png) no-repeat;
	height:47px;
	display:block;
	width:85px;
	float:right;
	text-align:center;
	line-height:47px;
	text-decoration:none;
	color:#000000;
	font-weight:700;
}
a.button_active {
	background:url(../new_layout/images/header-btn-sel.png) no-repeat;
	height:47px;
	display:block;
	width:85px;
	float:right;
	text-align:center;
	line-height:47px;
	text-decoration:none;
	margin-bottom:8px;
}
a.button_active:hover {
	background:url(../new_layout/images/header-btn-sel.png) no-repeat;
	color:#FFF;
}
a.button:hover {
	background:url(../new_layout/images/header-btn-sel.png) no-repeat;
	color:#FFF;
}
.gov_lb {
	border:0px;
	color:#999999;
	margin:0;
	margin:3px;
	height:2px;
}
.left_nav_title {
	line-height:29px;
	text-align:left;
	padding-left:10px;
	margin-bottom:3px;
	display:block;
	height:29px;
	font-weight:700;
	font-size:12px;
width:172px;
color:#FFF;
background:url(../new_layout/images/left-menu-head.gif) repeat-x;
}
.left_nav a {
	display:block;
	height:29px;
	width:180px;
	background:#D6D6D6;
	text-decoration:none;
	line-height:29px;
	padding-left:3px;
	color:#000;
	margin-bottom:3px;
	font-size:12px;
}