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

/*body*/
html, body, form {
	margin: 0;
	padding: 0;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	background-image:url(../images/bg_top_body.gif);
	background-repeat:repeat-y;
	background-position: center;
}
#layout
{
	margin:0px auto;
	width:772px;
}
/*p{
	color:#000000;
	font-size:11px;
	display: inline;
}*/
a:link,a:active,a:visited
{
	font-size:12px;
	text-decoration: underline;
	color:#000000;
}
a:hover
{
	color:#990000;
	
}
a.linknho:link,a.linknho:active,a.linknho:visited
{
	font-size:10px;
	text-decoration:none;
	list-style-type:none;
	color:#FFFFFF;
}
a.linknho:hover
{
	color:#990000;
	
}

/*NAV*/
div #header_nav
{
	height:19px;
	background-color:#0093f1;
	text-align: right;
	padding-top: 8px;
}
 #navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color:#FFFFFF;
	font-size:11px;
}
#navcontainer ul li a:hover
{
		color:#990000;

}
div #header_img
{
	height:191px;
	background-color:#8dd0f8;
}
div #header_menu
{
	height:25px;
	background-color:#0495f1;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 12px;
}
/*three col*/
#div_1a {
	width:185px;
	float: left;
	margin-right: 8px;
}
#div_1b {
	float:left;
	width:408px;
	display:inline;
	margin-right: 10px;

}
#title_element,#title_element2
{
	background-image:url(../images/repeat_title.gif);
	background-repeat:repeat-x;
	height: 21px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
#title_element2
{
	background-image:url(../images/line3.gif);
	color: #000000;

}

/*menu list*/
#bullets ul

{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#bullets ul li
{
	background-image: url(../images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 1.5em;
	border-bottom: 1px solid #b4b9c9;
	padding-bottom: 0.4em;
	padding-top: 0.5em;
}
#bullets ul li a
{
	text-decoration:none;
	list-style-type:none;
	color:#5a6483;
	font-size:11px;
	font-weight:normal;
}
#bullets ul li a:hover
{
	color:#990000;

} 
/*footer*/
#footer {
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial;
	width: 731px;
	padding:20px;
	background-color: #0093f1;
	text-align: center;
	clear: both;

}
