body {
	margin: 20px;
	padding: 0;
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	background: #993300;	
	}
	
a:link {  
	color: #000; 
	text-decoration: underline;
	}
a:visited {  
	color: #000; 
	text-decoration: none;
	}
a:active {  
	color: #000; 
	text-decoration: none;
	}
a:hover {  
	color: #136E13; 
	text-decoration: underline;
	}

h1 { 
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;	
	margin-bottom: 10px;	
	}
	
h2 { 
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-top: 10px;	
	margin-bottom: 10px;	
	}	
	
h3 { 
	font-size: 22px;
	font-weight: normal;
	color: #136E13;
	font-style: italic;
	margin-top: 10px;	
	margin-bottom: 10px;	
	}	

#container {
	width: 820px;
    margin: 0 auto;
	min-height: 600px;
	_height: auto !important;
	height: 600px;
	padding: 5px 25px 10px 25px;
	text-align: left;
	background: #FFE4B8 url(../images/peach-bgd.gif) no-repeat bottom right;
	border: 1px solid #136E13;	
		
	}
	
#topbar {
  	float: left;
  	width: 820px;
	height: 120px;
	margin: 0;
 	color: #136E13;
 	padding: 0;
  	list-style: none;
	background: #FFE4B8;	
	}

#logo {
  	float: right;
  	margin: 0;
  	padding: 10px 0px;

  	}
	
#topnav {
  	float: left;
  	margin: 0;
	color: #136E13;
  	padding: 20px 0px;
	}

#topnav a{
	color: #136E13;
	text-decoration: underline;
	}	

#topnav a:hover{
	color: #000000;
	text-decoration: underline;
	}	
	

#main {
	clear: both;
	width: 770px;
	height: 465px;
	float: left;
	color: #000000;
	padding: 0;	

 	}

#main ul {
	margin: 10px 0 20px 150px;
	padding: 0;
list-style-image: url('../images/peach-icon.gif')
	}

#main li {
	color: #136E13;
	font-size: 15px;
	padding: 0px 0px 8px 15px;	
	font-weight: bold;	
	}

#caption {
	clear: both;
	margin: 0 auto;
	width: 820px;
	text-align: center;
	padding: 10px 0px 10px 0px;	
	font-size: 11px;
	color: #fff;	
   }

#caption a{
	color: #fff;
	text-decoration: underline;
	}	

#caption a:hover{
	color: #99ff66;
	text-decoration: underline;
	}	
