/* CSS Document */
form {
	margin: 0; 
	padding: 0;
}

body {
	margin: auto;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000;
	background: #B0B0B0 url(none) top left repeat-x;
	text-align:center;
}

table {
	font-size: 11px;
}

h2 {
	margin-top: 0;
}

a {
	color: #000;
	background-color: #ffffff;
	text-decoration: underline;
	overflow:auto;
	
}

a:hover {
	color: #015187;
	background-color: #C0E5FF;
	text-decoration: none;
}

a img {  /* You might want to make this rule more specific! */
    vertical-align: bottom;
}



span.nextprev {
	color: #cccccc;
}

#bodyWrapper {
	margin: 0 auto;
	width: 766px;
	padding: 7px 17px;
	background: #ffffff url(none) top left repeat-x;
	text-align:left;
}

#contentWrapper {
	margin: 0 auto;
	width: 765px;
}

div#sitemap {
	text-align:right;
	padding: 0 5px 0 0;
	visib/ility: hidden;
}

div#sitemap a {
	color: #cccccc;
	text-decoration: none;
}

div#sitemap a:hover {
	color: #7f7f7f;
	text-decoration: none;
	background-color: #ffffff;
}

#top_menu_panel {
	
}

div.menu_item {
	float:left;
}

div.col_one {
	float:left;
	width: 172px;
}

div.col_two {
	float:left;
	width: 383px;
}

div.col_three {
	float:left;
	width: 210px;
}

div.col_main {
	float:left;
	width: 593px;
}

div.news_headlines {
	padding: 0 0 15px 0;
}

div.news_headlines a {
	font-weight: bold;
}

#footerWrapper {
	margin: 0 auto;
	width: 800px;
}

table.tableWrapper {
	background-color: #999999;
}
		
h2 {
	color: #C0A011;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 1.8em;
}

strong, b {
	color: #4c4c4c;
}

a strong, a b, a {
	color: #015187;
	text-decoration: underline;
}

ul.list {
margin:2px;
padding:0;
}

ul.list li {
list-style:none;
}
