@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #E9E6D6;
	background-image: url(../images/header_bg.jpg);
	color: #003366;
	background-repeat: repeat-x;
	height: 100%;
}
a {
	text-decoration: none;
	color:#0033CC;
	font-weight:bold;
}
a:hover, {
	text-decoration: underline;
}
#headwrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
}
#slides {
	position: absolute;
	top: 30px;
	left: 470px;
	z-index: 99;
	padding-top: 43px;
	padding-left: 45px;
	background: url(../images/slideshow/slides/back.png) no-repeat center center;
	height: 300px;
	width: 300px;
}
/* logo */
#logo{
	height: 200px;
}
#logo img{
	margin-top: 30px;
}
/* menu */
#menuwrapper {
	background-color: #030133;
	height: 40px;
}
#menu{
	width: 800px;
	margin: 0 auto;
	padding-top: 13px;
	font-size: 13px;
}
#menu ul li {
	list-style: none;
	float: left;
	margin-right:1px;
}
#menu ul li a{
	border:0;
	display:block;
	padding: 7px 25px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#0C3A9C;
}
#menu ul li a:hover{
	color: #000000;
	background-color:#E9E6D6;
}
#menu ul li a.selected,
#menu ul li a:hover.selected{
	color: #000000;
	background-color:#cabba6;
}
#submenuwrapper {
	background-color: #cabba6;
}
#submenu{
	width: 800px;
	margin: 0 auto;
	font-size: 11px;
	padding: 15px 0;
	height: 18px;
}
.submenu{
	color: #000;
}
.submenu ul{
	margin: 0;
}
.submenu ul li{
	display: inline;
	list-style: none;
	color: #000;
}
.submenu ul li a {
		z-index: 100;
}
/* content */
#content {
	width: 800px;
	padding: 1px 0;
	margin: 0 auto;
}
#content p {
	font-size: 13px;
	line-height: 20px;
	margin: 1em 0;
}
#content h2 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold; 
}
#content h3 {
	font-size: 18px;
	line-height: 20px;
	color:#FF0000;
}
#content h6 {
	padding: 20px 0 10px 0;
	font-size: 11px;
	line-height: 16px;
	color: #FF0000;
	font-style: italic;
}
#content .col1 {
	margin: 30px 0;
	float: left;
	width: 470px;
}
#content .col1 p {
	font-size: 13px;
	line-height: 20px;
	margin: 1em 0;
}
#content .col1 h2 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold; 
}
#content .col1 h3 {
	font-size: 18px;
	line-height: 20px;
	color:#FF0000;
}
#content .col2 {
	margin: 90px 0 30px 0;
	float: right;
	width: 290px;
	padding-top: 30px;
	background-image: url(../images/sidebar/fade.jpg);
	background-repeat: no-repeat;
}
#content .col2 p {
	margin: 25px;
	font-size: 10px;
	line-height: 18px;
}
#footwrapper {
	margin: 0 auto;
	background-color: #CABBA7;  
	clear: both;
	padding: 1px 0;
}
#footer {
	margin: 0 auto;
	font-size: 11px;
	line-height: 16px;
	width: 800px;
	padding: 30px 0;
}
#footer .col1 {
	float: left;
	width: 510px;
}
#footer .col2 {
	float: right;
	width: 290px;
}


#footer p {
	margin: 15px auto;
	font-size: 11px;
	line-height: 18px;
}
#footer h3 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold; 
}
div .hr {
	clear:both;
	}

#footermenu {
	text-align: center;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}
/* ------------- TABLES  ------------ */
table.data_table {
	text-align:center;
	font-weight:500;
	font-size: 13px;
	color: #fff;
	border-collapse:collapse;
	background-color: #cabba6;
	margin-top: 0px;
	width: 480px;
}
table.data_table th{
	padding: 3px;
	border: 2px solid #E9E6D6;
	background-color: #0C3A9C;
}
table.data_table td{
	padding: 3px;
	border: 2px solid #E9E6D6;
}
table.data_table .white_cell {
	background-color: #fff;
	border-top: 3px solid #ccc;
}
.dark_col {
	background-color: #ABC8E6;
}
.medium_col {
	background-color:#999;
	color: #fff;
	font-weight:bold;
	text-align:center;
}
/* ------------- FORMS  ------------ */
#submit{
	border:0;
	display:block;
	padding: 7px 25px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#0C3A9C;
}
/* ------------- SPECIAL  ------------ */
.date {
	font-weight:500;
	color: #FF0000;
}
.button{
	border:0;
	padding: 7px 25px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#0C3A9C;
}
