a{
	color: #FF9900;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.headphoto {
	position: relative;
	top: 1px;
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-size: 18px;
	color: #FF9900;
	margin-bottom: 2px;
}

.maintable {
	border: 1px solid #333333;
}
#navcontainer { width: 152px;
position:relative; top:115px; left:10px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 152px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1ad80;
}

#navcontainer a:link, #navlist a:visited
{
color: #333333;
text-decoration: none;
font-weight:bold;
}

#navcontainer a:hover
{
	color: #007D28;
	font-weight:bold;
	text-indent: 10px;
}
