body
	{
		max-width: 800px;
		margin: auto;
	}

#wrapper
	{
		margin: 20px 0px 0px 0px;
		min-width: 600px;
	}

#header
	{
		
		margin-bottom: 0px;
		background: #080808;
		text-align: left;
	}
	

#spacerGreen
	{
		height: 6px;
		margin-top: -3px;
		background: #0db405;
	}
	
#titleBar
	{
		padding: 15px;
		background: #080808;
		color: #ffffff;
		font: 12pt verdana;
	}

#container
	{
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}
	
#leftNav
	{
		width: 20%;
		height: 1250px;
		float: left;
		background: #8ac686;
		padding-top: 10px;
	}

#leftNav p
	{
		font: bold 10pt verdana;
	}
	
#leftNav ul
	{
		border-top: 3px solid #d2e7be;
		margin: 0;
		padding: 0;
	}
	
#leftNav li
	{
		list-style: none;
		border-bottom: 3px solid #d2e7be;
		font: 10pt verdana;
		text-indent: 15px;
		margin: 0;
		line-height: 25px;		
	}
	
#leftNav a
	{
		display: block;
		color: #000000;
		text-decoration: none;		
	}
	
#leftNav a:hover 
	{ 
  	background: #276114;  
    color: #ffffff;
	}
	
#leftNav a:active 
	{
  	color:#ffffff;
	}
	
#center
	{
		width: 54%;
		float: left;
		clear: none;
		height: 1200px;
		padding: 20px 10px 20px 10px;
		margin-right: 10px;
		font: 8pt verdana;
	}
	
#review
	{
		margin-top: 15px;
		
	}
	
#right
	{
		width: 20%;
		height: 1240px;
		padding-top: 20px;
		padding-left: 5px;
		float: right;
		border-right: 1px solid #183d1e;
	}
			
#footer
	{
		margin-top: 1260px;
		margin-bottom: 50px;
		height: 20px;
		border-top: 5px solid #183d1e;
	}
	
h1
	{
		font: bold 12pt verdana;
	}
	
h2
	{
		font: bold 10pt verdana;
	}
