/* CSS Document */

body {margin:0px auto; padding:0px; background-color:#d8d8d8; background-image: url(../images/bg.gif); background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:15px;}

#title {
	width: 740px;
	height: 30px;
	padding:20px 10px;
	margin: 0px auto;
	color:#FFFFFF;
}

#title h1 {
font-size:24px;
padding-left:20px;
}

#title h2 {
font-size: 18px;
padding-left:40px;
}

#banner {
	width: 760px;
	height: 215px;
	margin: 0px auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#menu {
	height:45px;
	margin:0px auto; 
	width: 760px;
	background-color:#333333;
	color:#fff;
	font-size:14px;
	background-image: url(../images/top_nav_bg.jpg);
	background-repeat:repeat;
}

#menu ul {
	list-style: none;
	margin:0px auto; 
	padding: 0px 60px;
}

#menu li {
	width:	110px;
	display: block;
	margin:0px auto;
	float: left;
	text-align:center;
	overflow: hidden;
}

#menu a {
	margin: 0px auto;
	padding: 15px;
	color:#FFFFFF;
	text-decoration:none;
	display: block;
}

#menu a:hover {
	height:15px;
	margin: 0px auto;
	padding: 15px;
	background-color:#4666a3;
	color: #fffff;
	display: block;
}

#content_left { width:250px; float:left}


#content_right { width:460px; padding: 0px 10px; float:left}
#content_right table { margin:20px auto; font-size:16px; font-weight:bold; line-height:1.6em; left: top; }
#content {
	margin:0px auto;
	padding:20px;
	width: 730px;
	background-color:#FFFFFF;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;	
}

#content_footer_bg {
	margin:0px auto;
	height:15px;
	width: 760px;
	background-image:url(../images/content_bg_footer.png);
	background-position:bottom;
	background-repeat: no-repeat;
}


#content_2 {
width:760px;
height:250px;
margin:10px auto;
padding:0px;
background-image:url(../images/content2_mid.jpg);
background-repeat:repeat-x;
font-size:12px;
}

#content_2 td {padding:20px 10px 10px 20px;}

#content_2 h3 {
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding:0px 10px;
	color:#112d6c;
}

#sidebox { width:250px; background-image:url(../images/sidebox_mid.jpg); background-repeat:repeat-y; margin:0px; padding:10px 0px; text-align:center}
#sidebox p {margin:0px; padding:2px 0px; color:#13387e }
#sidebox_bg_top { height:10px; background-image:url(../images/sidebox_top.jpg); background-position:top; padding:20px 0px; margin:0px; background-repeat:no-repeat; text-align: center; font-size:14px; color:#FFFFFF; font-weight:bold } 
#sidebox_bg_bottom { height:20px; background-image:url(../images/sidebox_bottom.jpg); background-position: bottom; background-repeat:no-repeat }





#footer {
	height:20px;
	text-align: center;
	color: #fff;
	margin-top:20px;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 10px 0;
	background: #000;
}

#footer a {
	color: #f7f6f1;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }



.clear { clear: both; }


.blue {
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	color:#112d6c;
}

.blue_2 {
	font-size: 14px;
	margin:0px;
	padding:0px;
	color:#112d6c;
}

.grey {color:#999999;
font-weight:bold;
font-size:16px;
}

.red {color:#EEEEEE}

h1, h2 { padding: 0; margin: 0; }

h1 { font-size: 24px; font-weight:bold; text-align:center}
h2 { 	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	color:#EEEEEE;}