/** Main News Css *******************************************/
html, body, p, ul, h1, h2, h3, h4, h5{
	padding:0px;
	margin:0px;
}
html{
	height:100%;
	width:100%;
}
body{
	height:100%;
	font-family:verdana;
	font-size:100.01%;
	
	background-repeat:no-repeat;
	color: #AAA;	
	background-color:#393939;

}
a{
	color:#6F6E6E;
	text-decoration:none;
}
a:hover{
	color:white;	
}
:focus{
	outline: 0;
}
img{
	border:none;
}
ul{
	list-style-type:none;
}
.clearer{
	clear:both;
}
.transparentbg{
	background-image:url(/files/white_bg.png);
}

/********************************************************************/
#sitewrapper{
	margin:auto;
	width:800px;
}
#site{
	position:absolute;
	width:800px;
}
#top{

}
#topimage{
position:absolute;
top:130px;
width:800px;
height:150px;
background:url(/files/body_bg.jpg) bottom center no-repeat;
}

#logo{
position:absolute;
top:0px;
left:-10px;
}
#mainnav{
position:absolute;
top:83px;
left:200px;
}
#mainnav li {
display:inline;
}
#mainnav a{
font-size:12px;
font-weight:bold;
padding-right:15px;
}
#mainnav a:hover,
#mainnav a.current{
	color:white;
}

#contentwrapper{
position:absolute;
top:300px;
}
#content{
padding:0px 32px;
}
 
#content h1{
font-size:16px;
line-height:32px;
}

#content h2{
font-size:14px;
line-height:28px;
}
#content p{
font-size:12px;
line-height:18px;
margin-bottom:12px;
}
ul{
	margin-bottom: 1.5em;
	padding-left:15px;
}
ul li{
	list-style-type: disc;
	font-size:12px;
	line-height:18px;
}




