body {
	background: #DDDDDD url(images/pagetop_bg.png) repeat-x 0px 150px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.header {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	left: 4px;
	top: 4px;
}

.page_back {
	background: url(images/navcontainer.png) repeat-x top;
	height: 42px;
}

.column_back_top {
	background-image: url(images/top_has_left.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.column_back_mid {
	background-image: url(images/mid_leftonly.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.column_back_bottom {
	background-image: url(images/bot_has_left.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer_back_top{
	background-image: url(images/top_wide.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer_back_mid{
	background-image: url(images/mid_wide.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 9px;

}

.footer_back_bottom {
	background-image: url(images/bot_wide.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.menubar {
	background: url(images/navcontainer.png) repeat-x center top;
	height: 46px;
}


a.left_menu:hover {
	background: url(images/leftnav_over.png) no-repeat left center;
	color: #666666;
	display:block;
	width:167px;
	height:27px;
	margin-top:2px;
	margin-left: 10px;
	text-align:left;
	text-decoration:none;
	font-size:11px;
	line-height:25px;
	overflow:hidden;
	padding-left: 8px;
}

a.left_menu:active {
	background: url(images/leftnav_active.png) no-repeat left center;
	color: #FFFFFF;
	display:block;
	width:167px;
	height:27px;
	margin-top:2px;
	margin-left: 10px;
	text-align:left;
	text-decoration:none;
	font-size:11px;
	line-height:25px;
	overflow:hidden;
	padding-left: 8px;
}

a.left_menu, a.left_menu:visited{
	display:block;
	width:167px;
	height:27px;
	background:url(images/leftnav_norm.png) no-repeat left center;
	margin-top:2px;
	margin-left: 10px;
	text-align:left;
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
	line-height:25px;
	overflow:hidden;
	padding-left: 8px;
}



a.top_menu:hover {
	background: url(images/topnav_over.png) no-repeat left center;
	color: #FFFFFF;
	display:block;
	width:60px;
	height:22px;
	margin-top:2px;
	margin-right:4px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	line-height:25px;
	overflow:hidden;
	float:left;
	padding-bottom: 2px;
}

a.top_menu:active {
	background: url(images/topnav_norm.png) no-repeat left center;
	color: #FFFFFF;
	display:block;
	width:60px;
	height:22px;
	margin-top:2px;
	margin-right:4px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	line-height:25px;
	overflow:hidden;
	float:left;
	padding-bottom: 2px;
}

a.top_menu, a.top_menu:visited{
	display:block;
	width:60px;
	height:22px;
	background:url(images/topnav_norm.png) no-repeat left center;
	margin-top:2px;
	margin-right:4px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;
	overflow:hidden;
	float:left;
	padding-bottom: 2px;
}
.tableborder {
	border: 1px solid #999999;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-size: 14px;
}
