body
{
	margin: 0;
	padding: 0;
	font: small arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #FFFFFF;
}

a:link { color: #333366; }
a:visited { color: #003366; }

a:hover, a:active
{
	color: #333366;
	background-color: #e4ffca;
}

h2
{
	color: #1B1464;
	font: 120% georgia, times, "times new roman", serif;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 2px 0 10px 0;
	padding: .2em 0px;
	border-bottom: 1px dotted #1B1464;
}

h2 a { text-decoration: none; }

h3
{
	color: #336600;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 20px;
}
h4
{   color: #336600;
	font: small Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

#container
{
	margin: auto;
	width: 598px;
	text-align: left;
	background-color: #fff;
	border-top: 0px;
	border-bottom: 1px solid #8CC63F;
	border-left: 1px solid #8CC63F;
	border-right: 1px solid #8CC63F;
}

#header
{
	margin: auto;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;

	height: 94px;
	width: 600px;
	background-image: url(images/banner1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding: 8px;
}

#contents { margin: 0 200px 40px 20px; }
#contents2 {margin: 0px 20px 40px 20px; }
#contents p { line-height: 125%; }
.main { border-bottom: 1px solid #fff; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	background: #FFFFFF;
	color: #272900;
	text-align: left;
	font-size: 80%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #fff;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #99CC66;
	text-decoration: none;
}

table, th, td { border: 1px solid #009900;
	font-size: 90%;
}
th { padding: 3px 5px;
	background-color: #99CC66;
	font-weight: bold;
	font-size: 90%;
}

td { padding: 0 5px;
	font-size: 90%;
	text-align: center;
}
