/* CSS Document */

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width:900px;
	height:auto;
	border:1px solid #636363;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

/* header */

.header_container {
	width:900px;
	height:115px;
	background-color:#FFFFFF;
}


/* menu */

.menu_container {
	width:900px;
	height:20px;
	border-top:1px solid #636363;
	border-bottom:1px solid #636363;
}

.menu {
	width:650px;
	height:20px;
	float:left;
}

.news_header {
	width:250px;
	height:20px;
	float:left;
	background-color:#636363;
}


/* right side (news) */

h2 {
	font-size: 11px;
	color: #FFFFFF;
	padding:0px;
	margin:0px 0px 0px 10px;
	vertical-align:middle;
	line-height:20px;
}

.body_right_container {
	width:249px;
	height:auto;
	float:left;
}

.body_right_copy {
	width:229px;
	height:auto;
	padding:10px 10px 15px 10px;
}

.body_right_copy p, .body_right_copy li {
	font-size: small;
	color: #3333CC;
}

.body_right_copy a {
	font-size: small;
	color: #2D3437;
	text-decoration:none;
	line-height:0px;
}

.body_right_copy a:hover {
	color: #A7ABAC;
}

.body_right_copy li
{
	list-style-type: square;
}

.body_right_copy ul
{
	padding: 0px;
	margin:0px 0px 0px 15px;
}


/* left side */

.body_left_container {
	width:650px;
	height:auto;
	float:left;
	border-right:1px solid #636363;
}

.home_image {
	width:650px;
	height:175px;
}

.body_left_copy {
	width:610px;
	height:auto;
	padding:10px 20px 10px 20px;
}

.body_left_copy a {
	font-size: small;
	color: #2D3437;
	text-decoration:none;
	line-height:0px;
}

.body_left_copy a:hover {
	color: #A7ABAC;
}

h1 {
	font-size: medium;
	color: #000066;
}

.body_left_copy p {
	font-size: small;
	color: #636363;
}


/* bottom strip */

.body_clear {
	width:900px;
	height:31px;
	clear:both;
	background-color:#000066;
}

.site_map {
	width:800px;
	height:15px;
	margin:0px 0px 0px 10px;
	_margin:10px 0px 0px 10px;
}

html>body .site_map { /*Firefox */
	padding:10px 0px 0px 0px;
}

.site_map a {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration:none;
}

.site_map a:hover {
	color: #A7ABAC;
}
.style2 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style4 {color: #CC0000}
.style5 {
	background-color: #FFFFFF;
	color: #FF0000;
	font-weight: bold;
}
.style6 {
	color: #CC0000;
	font-weight: bold;
}
.style7 {
	font-size: 12px;
	font-weight: bold;
}
.style8 {color: #FFFFFF; text-align:center}
