/* CSS Document */
.clearfix{
	clear: both;
}

html, body{
	text-align: center;
	margin: 0;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	background: url("/_inc/images/mainBg.gif") top center #ffffff repeat-y;
}

ul, ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link, a:visited, a:active{
	color: #414141;
	text-decoration: none;
}

a:hover{
	color: #8b8b8b;
}

h1{
	display: block;
	margin: 0;
	padding: 3px;
	font-size: 13px;
	background-color: #f5f5f5;
	border-bottom: 2px solid #363636;
	border-top: 1px solid #ff0072;
}

h2{
	display: block;
	margin: 0;
	padding: 3px;
	font-size: 11px;
	background-color: #f5f5f5;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #363636;
}

h3{

}

#wrapper{
	width: 1000px;
	margin: 0 auto;
}

#topper{
	display: block;
	height: 137px;
	width: 1000px;
	background: url("/_inc/images/topper.jpg") top left #363636 no-repeat;
}

#logo a{
	display: block;
	width: 260px;
	height: 113px;
	float: left;
}

#leaderHead{
	display: block;
	width: 740px;
	height: 113px;
	float: left;
}

#topperNav{
	display: block;
	width: 1000px;
	height: 24px;
	background: url("/_inc/images/topperNavBg.gif") top left #f8006f repeat-x;
}

#topperNav ul, #topperNav ul li{
	display: inline;
	margin: 0;
	padding: 0;
}

#topperNav ul li a{
	font-family: trebuchet ms;
	font-size: 14px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 4px;
	margin-right: 4px;
	font-weight: bold;
	color: #ffffff;	
}

#topperNav ul li a:hover{
	background-color: #363636;
	color: #fff;
}

#contentWrapper{
	background: url("/_inc/images/contentBg.gif") top left #eaeaea repeat-x;
}

#leftMenu{
	display: block;
	float: left;
	width: 170px;
	margin-top: 10px;
}

ul.navStyle li a:link, 
ul.navStyle li a:visited,
ul.navStyle li a:active{
	display: block;
	text-align: left;
	text-indent: 8px;
	height: 12px;
	border-bottom: 1px solid #d8d8d8;
}

.navStyle span{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #363636;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
}

#content{
	display: block;
	float: left;
	width: 654px;
	margin-top: 10px;
	padding: 3px;
	text-align: left;
}

#rightMenu{
	display: block;
	float: right;
	width: 170px;
	margin-top: 10px;
}

#footer{
	display: block;
	width: 1000px;
}