@charset "utf-8";
/* CSS Document */
p{ line-height:22px;}
img { border:0;}

body{ text-align:center; margin:0; padding:0; font:12px"Arial"; background:#e0e0e0;}
a:link { font:12px "Arial"; color:#1c5b87; text-decoration:underline;}
a:visited { font:12px "Arial"; color:#1c5b87; text-decoration:underline;}
a:hover { font:12px "Arial"; color:#1c5b87; text-decoration:none;}


#header_bg{ background:url(img/top_bg.png) left repeat-x; height:95px; width:100%; border:0; margin:0 auto; text-align:center;}
#header { margin:0 auto; padding:0; width:975px; height:95px; text-align:left; border:0; }
#nav_bg{ background:url(img/nav_bg.jpg) repeat-x; height:32px; width:100%; border:0; margin:0 auto; text-align:center;}
#nav { margin:0 auto; padding:0; width:975px; height:32px; text-indent:25px; text-align:left; border:0; font:12px"Arial"; color:#FFFFFF; line-height:32px;}

#nav a:link { color:#FFFFFF; text-decoration:none; line-height:32px; margin:0 8px 0;}
#nav a:visited { color:#FFFFFF; text-decoration:none; line-height:32px; margin:0 8px 0;}
#nav a:hover { color:#FFFFFF; text-decoration:underline; line-height:32px;  margin:0 8px 0;}

#content { margin:0 auto; padding:0; width:975px; height:auto; background:#ffffff; text-align:left; border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:0; border-bottom:0;}
#footer { clear:both; margin:0 auto; padding:0; width:975px; background:#fff; height:150px; text-align:left; border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:0; border-bottom:0; font-size:13px; color:#333;}
.indent{ text-indent:25px;}
#footer a:link { font-size:13px;}
#footer a:visited { font-size:13px;}
#footer a:hover { font-size:13px;}

#right { text-align:center; float:left; width:180px; background:#fff; border-left:1px solid #ccc; border-right:0; border-top:0; border-bottom:0; padding:0 8px 0; margin:10px 0 0 10px;}
#left { float:left; width:730px; height:auto; background:#fff; margin:10px 0 0 0; border:0; padding:10px 15px 10px 14px;  }
h1{ font:22px"Arial"; font-weight:bold; color:#000; margin:10px 0 10px; }
h2{ font:18px"Arial"; font-weight:bold; color:#666; margin:10px 0 15px;}
h3{ font:15px "Arial"; font-weight:bold;  color:#1c5b87; margin:10px 0 15px;}
.logo{ position:relative; top:0; left:0; border:0;}
.top_right {
	position:absolute;
	top:0;
	margin:0 0 0 500px;
	width:450px;
	height:95px;
	background-image: url(img/top_right.png);
	background-repeat: no-repeat;
	background-position: left;
	border:0;
}

ul{ margin:0; padding:5px 8px 0 15px;}
li{
	margin:5px 5px 10px 15px;
	line-height:24px;
	padding:0 0 0 10px;
	font:13px"Arial";
	list-style-position: outside;
	list-style-type: disc;
}
li strong{	font:15px"Arial"; color:#333333; font-weight:bold;}
.img_float { margin:0 8px 0; padding:0; float:right;}
