﻿body {
	margin: 0px;
}

td {
	font-family: Verdana;
}

.button	{
   color: #003300;
   font-family: 'trebuchet ms',helvetica,sans-serif;
   font-size: 84%;
   font-weight: bold;
   background-color: #99FF66;
   border: 1px solid;
   border-top-color: #696;
   border-left-color: #696;
   border-right-color: #363;
   border-bottom-color: #363;
}

/* Page Layout */
#HeaderArea  {
	height: 200px;
	background-color: #336600;
}

#HeaderLeftImage {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	background-color: #336600;
	padding-left: 20px;
}

#HeaderTitle	{
	height: 150px;
	background-color: #336600;
	padding-left: 200px;
	padding-top: 30px;
}

#HeaderMenu		{
	height: 50px;
	background-color: #FFFF00;
	padding-left: 200px;
}

#centercontent {
	z-index: 100;
	min-width: 1px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
	height: 80%;
}
/*
#footer	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	background-color: #336600;
}
*/