
	body {
		background-image: url(images/background.gif);
		background-repeat: repeat-x;
		background-color: #e0ddb4;
		margin: 0;
		font-family: tahoma;
	}
	
	.border {
		background-color: #2c4b4a;
	}
	
	.content {
		background-color: white;	
		padding: 0 0 20 0;
	}
	
	.content p {
		line-height: 1.8em;
		padding: 0 20 0 20;		
	}
	
	.content li {
		line-height: 1.8em;
		padding: 0 0 0 0;		
	}	
	
	.content h1 {
		font-size: 12pt;
		font-weight: bold;
		color: #2c4b4a;
		padding: 10 20 0 20;		
	}
	
	.footer {
		text-align: right;
		font-size: 8pt;
		color: black;
		padding: 10 10 10 10;
	}
	
	.footer a:link {
		color: black;
		text-decoration: underline;
	}
	
	.footer a:visited {
		color: black;
		text-decoration: underline;
	}	
	
	.footer a:hover {
		color: black;
		text-decoration: none;
	}	
	
	.masthead {
		background-image: url(images/masthead2.png);
		background-repeat: no-repeat;
		background-color: white;		
		text-align: right;
		color: white;
		font-size: 10pt;
	}
	
	.masthead p {
		padding-right: 20px;
		padding-top: 20px;
	}
	
	.masthead a:link {
		color: white;
		text-decoration: underline;
	}
	
	.masthead a:visited {
		color: white;
		text-decoration: underline;
	}	
	
	.masthead a:hover {
		color: white;
		text-decoration: none;
	}	
	
	.navigation {
		background-image: url(images/navback.png);
		background-repeat: no-repeat;
		background-color: white;	
		text-align: center;
	}
	
	.nav {
		font-size: 9pt;
	}
	
	.nav a {
		height: 14px;
	}
	
	.nav a:link {
		padding: 4 4 4 4;
		color: black;
		text-decoration: underline;
	}
	
	.nav a:visited {
		padding: 4 4 4 4;
		color: black;
		text-decoration: underline;
	}	
	
	.nav a:hover {
		padding: 3 3 3 3;	
		color: black;
		background-color: white;
		border: 1px solid black;
		text-decoration: none;
	}	
	

.controlBar {
	width: 100%;
	height: 20px;
	background-color: #697E9D;
	color: white;
	border: 1px solid #455069;
	font-size: 8pt;
	margin: 0;
	padding: 5 5 10 5;
	font-family: verdana;
	text-align: center;
}	

.controlBar a:link {
	text-decoration: underline;
	color: white;
}

.controlBar a:visited {
	text-decoration: underline;
	color: white;
}

.controlBar a:hover {
	text-decoration: none;
	color: white;
}

#dropmenudiv{
margin-top: 2px;
position:absolute;
border:1px solid black;
font-weight:normal;
font-size: 8pt;
font-family: tahoma;
line-height:10pt;
z-index:100;
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px;
text-decoration: none;
color: white; 
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFADC;
width: 100%;
text-decoration: none;
color: #497038;
}
	
