body {
	font-family: verdana,arial,helvetica;
}

.vertphoto {
	border-top: 1px solid #C0A16D;
	margin-right: 5px;
}

.vertphoto img {
	margin-top: 5px;
}

#bodycontent {
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid #C0A16D;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

#bodycontent li {
	list-style: disc;

}


#bodycontent td {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}


#bodycontent h1 {
	color: #358E2E;
	font-size: 16pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;

}	

#bodycontent h2 {
	
	font-size: 10pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

#menu {
	background-color: #F2EDCE;
	font-weight: bold;
	color: #4D2C01;
	font-size: 10pt;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 4px;
	
}

#menu #textcontainer {
	text-align: center;
	width: 600px;
	position: relative;
	margin-left: 75px;
	line-height: 20px;
	background-image: url('assets/brownhr.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#menu a, #bodycontent a {
	font-weight: bold;
	color: #917844;
	text-decoration: none;
}

#menu a:hover, #bodycontent a:hover {
	color: #4D2C01;
	text-decoration: underline;
}

#menu hr.brownhr {
	color: #C0A16D;
	background-color: #C0A16D;
	height: 1px;
	width: 400px;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: 50px;
	margin-top: -20px;
	
}


#bottom {
	text-align: center;
	color: #1D4700;
	font-size: 8pt;
	padding: 5px;
}