@charset "utf-8";
/* CSS Document */

body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }

body { background-color: #AFB0BC; margin-top: 20px; }

.page { width:800px; background-color:#FFFFFF; position:relative; margin:0 auto }

.header { width:800px; height:93px; background-color:#73798C; background-image:url(../images/logo.jpg); background-repeat:no-repeat; }

.header_sublinks { width:300px; float:right; margin-top:20px; text-align:right; margin-right:10px }
.header_sublinks a { text-decoration:none; color:#FFFFFF }
.header_sublinks a:hover { text-decoration:underline; color:#FFFFFF }

.navbar { width:686px; height:28px; float:right; background-color:#585969; margin-top:20px; background-image:url(../images/nav_end.jpg); background-repeat:no-repeat; padding-left:37px; padding-top:11px }

.main { width:760px; background-color:#2D3250; float:left; padding:20px }

.left { width:545px; float:left }

.image { width:545px; }

.pageHeading { margin-top:20px; width:545px; }

.content { margin-top:15px; width:545px }
.content a{ color:#FFFFFF; text-decoration:none }
.content a:hover{ color:#FFFFFF; text-decoration:underline }

.right { width:198px; float:right }

.submenu { padding-top:10px; padding-bottom:10px; background-color:#585969; border-bottom:1px solid #141623; border-left:1px solid #141623; border-right:1px solid #141623; }

.submenu_text { padding-left:14px; font-size:11px }
.submenu_text a { text-decoration:none; color:#FFFFFF }
.submenu_text a:hover { text-decoration:underline; color:#FFFFFF }

.submenu_divider { padding-top:8px; padding-bottom:8px; padding-left:8px }

.advert { padding-top:10px; padding-bottom:10px; background-color:#585969; border-bottom:1px solid #141623; border-left:1px solid #141623; border-right:1px solid #141623; }

.advert_img { padding-left:11px; }

.advert_text { padding-left:13px; padding-top:8px; padding-right:10px; font-size:11px }
.advert_text a { text-decoration:none; color:#FFFFFF }
.advert_text a:hover { text-decoration:underline; color:#FFFFFF }

.footer { width:800px; height:28px; background-color:#77798E; text-align:center; color:#FFFFFF; font-size:12px; padding-top:12px; float:left }



#pageWrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#DDLinks {}

#DDLinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #861C31;
	text-decoration: none;
	margin: 4px;
	padding: 3px;
	overflow: visible;
}
#DDLinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	margin: 4px;
	padding: 3px;
}
.NavDD {
	text-decoration: none;
	background-color: #F7EED2;
	text-align: left;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #861C31;
	border-bottom-color: #861C31;
	border-left-color: #861C31;
}