body { 
	margin: 0px;
	padding: 0px;
	font-size: 76.1%; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	line-height: 1.3em; 
} 

#wrapper { 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
} 

#top{
	width: 1000px;
	padding-bottom: 20px;
}
#menu{
	color: #365b3c;
	width: 270;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: medium;
	font-weight: bold;
	float: left;
	padding: 10px;

}

#content{
	width: 700px;
	padding: 10px;
	padding-top:0px;
	margin-right: 20px;
	background-color: White;
	float: right;
	border-left: solid #c0c0c0 2px;
}

h1{
	text-align: left;
	color: #365b3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	line-height: normal;
}

h2{
	text-align: left;
	color: #365b3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	line-height: normal;
}

p {
	text-align: justify;
}


a:link{
	color: #365b3c;
	text-decoration: none
}

a:visited{
	color: Purple; 
	text-decoration: none
} 
a:active{
	color: #365b3c;
	text-decoration: none
}

a:hover{
	color: #365b3c;
	text-decoration: underline;
}
#menu ul{
	font-size: small;
	font-weight: normal;
	margin-top: -15px;
	
}

tr.alt
{
	background-color: #EEEEEE;
}

th
{
  border: 1px solid #385708;
	border-bottom: 4px solid #2A4106;
	padding: 8px 15px;
	background-color: #385708;
	background-image: url(images/table_header.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: left;
}

td
{
	padding: 4px 15px;
}

