body{
		background-color: #8fbc8f;
		

		/*background-color:#e1eff0; #99ccff;*/
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 0.92em;
		color: #a0522d;
		margin: 0px;
		}	
		
		h1{
		1.4em;
		}
		
		h3{
		1.3em;
		}
		
		a{
		font-weight: bold;
		color: inherit;
		}
		
		a:hover{
		color: red;
		}
		
		#head{
		width: 100%;
		padding: 0px;
		margin: 0px;
		/*height: 188px;*/
		background-color: /*#f4f9fa;*/inherit;
		overflow: hidden;
		z-index: 2;
		}
		
		#logo{
		float: left;
		padding: 15px 15px;
		}
		
	
		
		#nav {
		clear: both;
		float: left;
		
		font-size: 12px;
		background-color: /*#f4f9fa;*/inherit;
		width: 110%;
		list-style-type: none;
		margin: 10px 0 0 0;
		
		padding:10px 0 0 0;
		z-index: 2;
		}
		
		html>body #nav{
		font-size: 12px;
		}
		
		#nav li{
		float: left;
		overflow: hidden;
		margin:0 0 0 4px;
		
		
		}
		
		#nav li a { 
		padding:12px 0 10px 10px;
		background: url("../images/tab5-left.gif") no-repeat left top;
		display: block;
		overflow: hidden;
		text-decoration: none;
		}
				
		#nav li a span { background: url("../images/tab5-right.gif") no-repeat right top; padding: 12px 13px 10px 0 }
		
		#nav li a:hover { background: url("../images/tab6-left.gif") no-repeat left top }
		
		#nav li a:hover span { background: url("../images/tab6-right.gif") no-repeat right top }
		
		#nav li .currentpage { 
		display: block;
		padding:12px 0px 10px 10px;
		background: url("../images/tab4-left.gif") no-repeat left top;
		overflow: hidden; /*padding: 15px 0 15px 12px */
		}
		
		#nav li .currentpage span { background: url("../images/tab4-right.gif") no-repeat right top; padding: 12px 13px 10px 0; }
		
		
		#container{
		margin: 0px;
		}
		
		#main{

		background-color: #e1eff0;
		text-align: justify;
		min-height: 400px;/*same height as #right, below*/
		
		padding: 20px;/*to keep the contents away from the edge of the box*/
		
		border-right: 180px #bdb76b solid;/*must be same color as #right*/
		z-index: 1;
		}
		
		#right{
		float: right;
		position: absolute;
		top: 275px;/*should be same as head height but it's not */
		right: 0px;
		width: 180px;
		height: 400px;
		background-color: /*#f4f9fa;*/#bdb76b;
		z-index: 1;
		}
		
		#right ul{
		list-style: none;
		font-size: 12px;
		margin-top: 20px;
		}
		
		#right li{
		margin-top: 35px;
		line-height: 1.5em;
		}
		
		#right a{
		text-decoration: none;
		}
		
		#right .currentpage{
		background-color: #e1eff0;
		padding: 5px 5px 5px 50px;
		margin: 0 0 0 -50px;
		
		padding-left: 55px;
/*		width: 100%;
		
		padding: 5px 10px 5px 40px;*/
		}
		
		#footer{
		font-size: 12px;
		clear: both;
		width: 100%;
		padding-top: 35px;
		text-align: center;
		background-image: none;
		background-color: /*inherit;*/#8fbc8f;
		}
		
		#footer a{
		text-decoration: none;
		}
		
		#Flinks a{margin: 0 15px 0 15px;}
		
		.noDots{list-style: none;}
		.noDots li{
		margin-top: 15px;
		font-weight: bold;
		text-transform: capitalize;
		}
		