/* CSS Document */
body {
	background-color:#ffffff;
	background-image:url(/images/gradient.gif);
	background-repeat:repeat-x;
	background-position: top fixed;
}

.mainTable {
	width: 925px;
	background-color:#FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-left:auto;
	margin-right:auto;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a {
	color:#000000;
}

a.menu {
	font-size:8pt;
	text-decoration:none;
	display: block;
}

a.menuSelected {
	font-size:8pt;
	text-decoration:none;
	display: block;
	font-weight: bold;
	color: black;
}

a.menu:hover {
	background-color: #3F5A14;
	color:#FFFFFF;
	display: block;
}

#menu {
	margin-left: 1px;
	list-style:none;
	line-height: 2;
	padding-left: 15px;
}
.menuBox {
	border-right: 1px solid #999999;
	width:195px;
	vertical-align: top;
}
.contentBox {
	width: 706px;
	height: 500px;
	vertical-align:top;
}

h1 {
	font-size: 12pt;
	color: #3F5A14;
}
h2 {
	font-size: 10pt;
	color: #6A8F30;
}
.topBanner {
	padding-top: 8px;
	height: 271px;
	text-align:center;
}
