@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #03143F;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}

#Wrapper {
	width:802px;
}

#Top {
	float: left;
	clear: both;
	width: 802px;
	height: 7px;
}

#Header {
	float: left;
	clear: both;
	width: 802px;
	height: 74px;
}

#Header_Left {
	float: left;
	clear: right;
	width: 419px;
	height: 74px;
}

#Header_Right {
	float: left;
	clear: right;
	width: 383px;
	height: 74px;
}

#Banner {
	float: left;
	clear: both;
	width: 802px;
	height: 169px;
	_margin-top:-3px;
	_margin-bottom:-3px;
}

#Banner_Left {
	float: left;
	clear: right;
	width: 643px;
	height: 169px;
}

#Banner_Right {
	float: left;
	clear: right;
	width: 159px;
	height: 169px;
}

#Main {
	float: left;
	clear: both;
	width: 802px;
	background-image: url(../images/main_bkg.jpg);
}

#Menu {
	float: left;
	clear: right;
	width: 169px;
	#width: 169px;
	_width: 179px;
	padding: 35px 0 0 10px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	border-right: 1px dotted #CCCCCC;
}

#Menu a:link, #Menu a:visited {
	font-size: 12px;
	margin-left:20px;
	text-decoration: none;
	color: black;
}

#Menu a:hover, #Menu a:visited:hover {
	font-size: 12px;
	margin-left:20px;
	text-decoration: underline;
	color: #5ab7fe;
}



.menu_headr {
	color: #8c0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*.menu_headr:hover, .menu_headr:visited:hover {
	color: #8c0000;
	font-weight: bold;
	text-decoration: underline;
}*/


#Content {
	float: left;
	clear: right;
	width: 443px;
	#width: 443px;
	_width: 434px;
	padding: 15px 10px 0 10px;
}

#Content_nosidebar {
	float: left;
	clear: right;
	width: 592px;
	#width: 592px;
	_width: 579px;
	padding: 15px 20px 0 10px;
	text-align: justify;
}

.imageborder 
{
	border:1px solid #03143F;
	}

hr
{
	border:none;
	border-top:1px solid #EAB21C;
}

h1 {
	font-size: 20px;
	text-align: left;
	border-bottom: 1px solid #EAB21C;
}

h2 {
	font-size: 16px;
	color:#8c0000;
	text-align: left;
}

h3 {
	font-size: 12px;
	color:#1d4577;
	text-align: left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin-left:10px;
	list-style-image:url(../images/bullet_yellow.jpg);
}

p, td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

#Content a:link, #Content a:visited {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #50668d;
}

#Content a:hover, #Content a:visited:hover {
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
	color: #d81e05;
}

#Content_nosidebar a:link, #Content_nosidebar a:visited {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #50668d;
}

#Content_nosidebar a:hover, #Content_nosidebar a:visited:hover {
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
	color: #5ab7fe;
}

#Content p, #Contents_nosidebar p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
}

#Sidebar {
	float: left;
	clear: right;
	width: 139px;
	#width: 139px;
	_width: 138px;
	height: 462px;
	background-image: url(../images/sidebar_bkg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 25px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
}

#Sidebar p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
}

#Sidebar a:link, #Sidebar a:visited {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #50668d;
}

#Sidebar a:hover, #Sidebar a:visited:hover {
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
	color: #5ab7fe;
}

#Footer {
	float: left;
	clear: both;
	width: 782px;
	#width: 782px;
	_width: 802px;
	height: 51px;
	background-image: url(../images/default_07.jpg);
	background-repeat: no-repeat;
	padding: 20px 10px 0 10px;
	font-size: 10px;
	color: #888888;
	vertical-align: bottom;
}