body{
margin:0;
padding:0;
line-height: 1.5em;
background:#FAF1CD url(../images/header.jpg) repeat-x scroll center top;
color: #482932;
font-family:"Trebuchet MS",Arial,sans-serif;
font-size:12px;
overflow-x: hidden;
}

b{font-size: 110%;}

em{color: red;}

a{color:#3F5A69;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-color: transparent;
/*background: #EAEAEA;*/
height: 165px; /*Height of top section*/
color: #FAF5CF;
}

#topsection h1{
margin: 0;
padding-top: 1.8em;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
/*background: #C8FC98;*/
}

#footer{
clear: left;
width: 100%;
/*background: #482931;*/
color: #482932;
/*color: #FAF5CF;*/
text-align: center;
padding: 4px 0;
border-top: 3px solid #482931;/*underline across bottom of main tabs*/
}

#footer a{
color: #3F5A69;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
/*margin-top: 0;*/
}

#fixedinnertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
/*margin-top: 0;*/
}



.newsbox{
	background: #3F5A69;
	border: 1px solid #A19987;
	color:#FAF5CF;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px;  
	border-radius: 10px;
}

.newsbox h2{
	font-size: 16px;
	margin-left:10px;
	margin-top:5px;
}

.newsbox ul{
	padding-left:25px;
	margin-left:0px;
}

.newsbox ul li ul{
	list-style-type:square;
	padding-left:12px;
	margin-left:0px;
}

.newsbox a{
	color: #FFFFFF;
}

.imageborder{
	border:1px;
	border-style: solid;
	border-color: #A19987;
	padding:5px;
	background:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px;  
	border-radius: 10px;
}