BODY {
	background-color:#839E38;
	background-image:url(images/interface/bg-texture.gif);
	/*background-repeat: repeat-y;
	background-position: center;*/
	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:780px;
	margin: 0px auto;
	background-color: #E2E789;

}	
	
/* 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: 700px;
}

/*Content layout - RIGHT SIDE*/	

#sidebar {
	float: right;
	width: 210px;
	margin: 5px 5px 0px 5px;
	padding: 5px 15px 5px 15px;
	
	}
	

/*Headings*/

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #839E38
	padding: 5px 0px 0px 0px;

	}
	
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #576A26;
	}

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#576A26;
	}

H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#576A26;
	}
	
H5 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #44617B;
	}
	

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:10px;

}