
body {
	margin: 0;
	font-family: Arial, sans-sariff;
	background-color: #FFFFFF;
}

p{
	font-family: Verdana, Tahoma, serif;
	color:#000000;
	font-size:0.8em;
	margin:5px;
}

a{
	text-decoration:none;
}

h3{
	font-family: Verdana, Tahoma, serif;
	color:#87B032;
	font-size:20px;
}

#header{
	background-color: #87B032;
	width:100%;
	height:111px;
}

#header div.background{
	background-image:  url(/images/headerbg.jpg);
	background-repeat:no repeat;
	width:784px;
	height:111px;
}

#header  .topMenu {
	float:right;
	margin-top:90px;
	margin-right:50px;
}

#header  .logo{
	float:left;
	margin-top:8px;
	margin-left:100px;
}

#header  .topMenu a{
	font-family: Arial, Verdana, Tahoma, serif;
	color:#FFFFFF;
	font-size:0.9em;
}

#header  .topMenu a:hover{
	font-family: Arial, Verdana, Tahoma, serif;
	color:#3E2810;
	font-size:0.9em;
	text-decoration:underline;
}

#content{
	background-image:  url('/images/backdrop.jpg');
 	background-repeat:repeat;
	width:100%
	
}

#content table.page{
 	background-image:  url(/images/contentbg.jpg);
 	background-repeat:repeat;
 	width:704px;
 	margin-left:40px;
 	margin-right:40px;
 	overflow:auto;
 }
 
  #pgContent {
 	margin:15px;
 	float:right;
  }
  
   #pgContent p{
 		padding-left:20px;
 		text-align:left;
 }
 
 #menu {
 	background-image:  url(/images/menubg.jpg);
 	background-repeat:no repeat;
	width:173px;
 	float:left;
 	height:100%;
 	margin-left:58px;
 }
 
 #menu ul {
 	margin-top:20px;
 	margin-left:5px;
 }
 
 #menu ul li { 
		list-style-type: none;
		padding-left: 10px;
		padding-top:3px;
		color:#FFFFFF;
		font-size:12px;
		background-image: url(/images/bullet.png); 
		background-repeat: no-repeat;
}
 
 #menu ul li a{ 
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		
}
 #menu ul li a:hover{ 
		color:#87B032;
		font-size:12px;
		text-decoration:underline;
		
}