div.centerpage {
	width: 960px;
	position: absolute;
	left: 50%;
	top: 10;
	margin-left: -480px;
	margin-right: 0px;
	background-color: transparent;
}

body  {
	font-family: Ariel, sans-serif;
	color: Black;
	font-size: 10pt;
	background-color: #e0FFe0;
}
 
#main_body {
	width: 960px;
	background-color: #e0FFe0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("images/sliver.gif");
}

h1 {
	color: #000000;
	font-size: 14pt;
	font-family: "Arial Rounded MT Bold",sans-serif;
}

h2 {
	color: #000000;
	font-size: 12pt;
	font-family: "Arial Rounded MT Bold",sans-serif;
}
p {
	font-size: 10pt;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: sans-serif;
}   
p a {
	text-decoration: none;
	color: Black;
	font-weight: bolder;
}   

p a:hover {
	color: White;
}  
 
li {font-size: 10pt;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: sans-serif;
	}


img.framed
{
	margin: 0px 20px 10px 20px;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

#header_wrapper {
	height: 150px;
	width: 960px;
	background-image: url("images/header.gif");
	background-color: #330000;
}

#footer_wrapper {
	height: 100px;
	width:  960px;
	background-image: url("images/footer.gif");
	background-color: #330000;
}

#content_wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 50px;
	padding: 0 0 0 0;
}

#menu_wrapper {
	position: absolute;
	left:30px;
	top: 155px;
	float: left;
	background-color: transparent;
}

#menu_wrapper ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}
#menu_wrapper li {
	margin: 0px 0px 0px 0px;
}

#menu_wrapper a {
	display: block;
	line-height: 40px;
	background: url("images/menu_button_bg.gif") no-repeat;
	background-color: transparent;
	width: 150px;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
	vertical-align: middle;
}

#menu_wrapper a:hover, #menu_wrapper a.active_page {
	background: url("images/menu_button_bg_active.gif") no-repeat;
	color: #000000;
	background-color: transparent;
}




