@charset "utf-8";
/* smuttydesign.com */
#logo {
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	height: 320px;
	border: 1px dashed #000000;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	width: 700px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content {
	width: 700px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFFFFF;
	margin-top: 10px;
	padding: 5px;
	border: 1px dashed #000000;
	background-color: #A23318;
}
#logotext {
	margin: 5px;
	float: left;
	height: 150px;
	width: 180px;
	color: #973298;
}
#footer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
}
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: small;
	}

a:link {
	color: #3E4649;
}
a:visited {
	color: #3E4649;
}
a:hover {
	color: #808080;
}
a:active {
	color: #3E4649;
}