BODY {
	background-color:#8C9D52;
	background-image: url(images/interface/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
	
ul  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	list-style-type: square;
	}
	
/* Main Container for site structure*/	

#main{
	width:800px;
	margin: 0px auto;
	background-color:#E0E4CB;

}	
	
/* Top-Navigation */	

#navcontainer ul
{
	margin: 0px auto;
	padding: .5em 2em;
	list-style-type: none;
	text-align:left;
	font-size: 12px;

}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a
{
	text-decoration: none;
	padding:1em 1em;
	color: #000000;
}

#navcontainer ul li a:hover
{
	color: #000000;
	margin: 0px;
	text-decoration: underline;
}

/*Content layout - LEFT SIDE*/	


#content
{
	margin: 0px auto;
	padding: 5px 15px 5px 15px;
	width: 750px;
}

/*Content layout - RIGHT SIDE*/	

#sidebar {
	float: right;
	width: 210px;
	margin: 5px 5px 0px 5px;
	padding: 5px 15px 5px 15px;
	
	}
	

/*Headings*/

H1 {
	font-family: Vivaldi, "Times New Roman", Times, serif;
	font-size: 26px;
	padding: 5px 0px 0px 0px;

	}
	
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;

	}

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;

	}

H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	
	}
	
H5 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	
	}
	

a { 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #576A26;

	}
	
a:visited { 
	text-decoration: none;
	color: #576A26
	}	

a:hover {
	color: #576A26;
	text-decoration: underline;
	}

#footer
{
	
	background-repeat: none;
	height: 20px;
	font-size:11px;

}