body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
background-color:#49381E;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 5px solid #BD7603;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BD7603;
}
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
  color: #000099;
text-decoration: none;  
}

a:hover {
color: #000099;
text-decoration: none;
	
}

a:active {
	color: #000000;
}
.main {
	background-color: ffffcc;
}

#navcontainer { width: 200px; }

#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: 160px;
background-color: #996633;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #333333;
color: #ffffcc;
}
.content {
	border: thin solid #333333;
}