@charset "utf-8";
/* CSS Document */

/* General Text Styles */

h1 {
    font: bold 130% Arial, Helvetica, sans-serif;
    color: #006600;
}

h2 {
    font: bold 100% Arial, Helvetica, sans-serif;
    color: #006600;
}

h3 {
    font: bold 100% Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/* Link Styles */

a {      
   text-decoration: none;
	font-weight: bold; 
}
a:link {      
   color: #333;
}

a:visited {      
   color: #666; 
}
  
a:hover, a:active, a:focus {  
   color: #006600; 
}



/* Menu Text Styles */

#menu a {      
   text-decoration: none;
   font-size: 100%;    
   font-weight: bold; 
}

/* Side Bar LHS Text Styles */

#sidebarlhs ul {     
   margin: 0;    
   padding: 15px 0 0 0;    
   list-style: none;    
   line-height: 150%; 
}

/* Element Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #877D6C;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* Div Styles & Rules */

 #container {
	width: 960px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}

#menu {
	border-top: 1px solid #877D6C;    
	border-bottom: 1px solid #877D6C;
	padding: 10px;
}

#sidebarlhs {
    width: 182px;
    float: left;
    padding: 15px 15px;
}

#sidebarrhs {
	margin: 0px;
	float: right;
	width: 125px;
    padding: 15px 15px;
}

#maincontent {
    margin: 0 165px 0 215px;
    padding: 15px;
	border-left: 1px solid #877D6C;
	border-right: 1px solid #877D6C;    
    
}

#footer {     
   border-top: 1px solid #877D6C;    
   color: #006600; 
   text-align:center;
   background:#FFFFFF
}
	
.clearfloat { 
     clear:both; 
     height:0; 
     font-size: 1px;
     line-height: 0px;
}* stops the column contents overflowing the container *

