@charset "utf-8";
#header
{
	position:absolute;
	left: 170px;
	top: 10px;
	height: 40px;
	right: 10px;
	background-color: #336633;
	color: white;
	text-align: center;
	padding: 5px;
}

#nav
{
	position: absolute;
	left:10px;
	top: 10px;
	bottom: 10px;
	width: 130px;
	background-repeat:repeat;
	background-color:#363;
	padding: 10px;
	color: white;
}

#content
{
	position: absolute;
	left:170px;
	top: 70px;
	bottom: 10px;
	right: 10px;
	padding: 20px;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}

.menustyle 
{
	text-align: center;
	text-decoration: none;
}

td.menustyle
{
	border: 1px;
	border-style:solid;
	border-color: #339933;
	color: white;
}

td.menustyle:hover
{
   background-color: #339933;
}

td.menustyle a 
{
   text-decoration: none;
   color: white;
}

.selectiontable
{
	background-color: white;
}


.selectiontable td
{
	border: 1px;
	border-color: #363;
	padding: 5px;
}

.selectiontable a
{
	text-decoration: none;
	color: black;
}

.selectiontable a:visited
{
	color:black;
}

.selectiontable a:hover
{
	font-weight:bold;
	color: #363;
}
.selectiontable img
{
	border: 0px;
}
