@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
#header {
	background-image: url(/images/logo_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 57px;
	width: auto;
}
#header img {
	height: 57px;
	width: 813px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#nav {
	height: 30px;
	width: auto;
	background-image: url(/images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 30px;
	width: 812px;
}
#nav ul li {
	float: left;
	display: block;
	padding-right: 24px;
	padding-left: 24px;
}
#nav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#nav ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#content_ {
	height: 550px;
	background-color: #ffffff;
	display: block;
	padding: 8px;
}
#content_ #left {
	height: 550px;
	width: 378px;
	display: block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	float: left;
	padding-bottom: 20px;
}
#content_ #right {
	height: 495px;
	display: block;
	margin-left: 370px;
	padding: 6px;
}
#content_ #right .h2 {
	background-color: #D9D9D9;
	height: 2px;
	display: block;
	margin-bottom: 4px;
}
#content_ #right ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #526CA5;
	text-decoration: none;
}
#content_ #right ul li a:hover {
	text-decoration: underline;
}

#footer   {
	height: 65px;
	width: 460px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
	padding-top: 25px;
}
#footer p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
#footer h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #939395;
	text-align:center;
	margin-top: 4px;
}
#footer p a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
#footer p a:hover{
	color: #000000;
	text-decoration: underline;
}
