BODY
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
	border: 0px;
	}
	
#container{
	//width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:auto;
	margin-top:auto;
	background:#E6E6E6;

}
#noticeboard{
	border:5px inset #FFF;
	outline-style:outset;
	outline-width:5px;
	outline-color:#E6E6E6;
	background:#E6E6E6;
}

	
.navcol
	{
	background:#8A5C00;
	color: #ffffff;
	font-family: arial, sans;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:5px;
	height: 1%;
	}
.navcol ul	{
	border: 1px;
	margin: 5px;
	padding: 5px;
	list-style-type: disc;
	}
.navcol ul li {
	margin: 0% 0% 0% 10%;
	}
.navcol ul li a
	{
	color:#ffffff;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	height: 1%;
	}
.navcol ul li a:hover
	{
	background:#993333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 5px;
	height: 1%;
	//background: #7996c1;
	text-decoration: none;
	}
.navcol table tbody tr td 
	{
	//background: "#f6ebc6";
	display: block;
	background:#E6E6E6;
	text-align:left;
	font-size:20px;
	color:green;
	font-family:Monotype Corsiva;
	text-decoration: none;
	}


.navcol table tbody tr td ul li a:hover
	{
	background: lightblue;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 5px;
	text-decoration: none;
	}


P
{padding-top: 10px;
margin: 0px;}

.end_text
	{
	text-align: center;
	}


H1
{
	font-size: 12pt;
	font-weight: bold;
	color:red;
	padding-top: 15px;
	margin: 0;
}

a
{text-decoration:none;}

table.navbar
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px; 
	border: 0px solid #8A5C00; 
	font-weight: bold;
}

table.menu
{
	font-size: 8pt;
	border:1px
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	background-color:#8A5C00;
}

td.menuNormal
{
	height: 1%;
	color: #FFF;
	font-weight: bold;
	margin: 2px;
	padding:2px;
	vertical-align: top;
	border:1px solid #FFF;
	background-color:#8A5C00;
}

td.menuNormal p a
{
	padding: 0px;
	color: #FFF;
	font-weight: bold;
}

td.menuHover
{
	padding: 0px;
	color: black;
	font-weight: bold;
	border:1px solid #8A5C00;
	vertical-align: top;
	background-color:#FFF;
}

div.menuNormal
{	
	display: none;
	position: static;
}

div.menuHover
{
	border: 1px solid #993333;
	background-color: #8A5C00;
	display: inline;
	position: absolute;
}

a.menuitem:link
{
	text-decoration: none;
	color: black;
	font-weight: normal;
	background-color: white;
	display: block;
}

a.menuitem:visited
{
	text-decoration: none;
	color:#993333;
	background-color: #FFF;
	display: block
	
}

a.menuitem:hover
{
	text-decoration: none;
	color: #FFF;
	background-color:#993333;
	display: block;
}

a.menuitem:active
{
	text-decoration: none;
	color:black;
	background-color: #993333;
	display: block;
}