body {
	background-color: #99CC99;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	background-color:#FFFFFF;
	border: #147312 3px solid;
}

h1 {
	font-size: 18px;
	color: #147312;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #147312;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #147312;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}

.top {
	background-color: #FFFFFF;
	height: 95px;
	vertical-align: middle;
	border-bottom: #00CC00 4px double;
}

.menu {
	width: 180px;
	background-image: url(../Images/Page_Elements/gradient.jpg);
	background-repeat: repeat-y;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	padding-right: 20px;
}

.menu a {
	text-decoration: none;
	display: block;
	padding: 4px;
	background-color: #147312;
	border: #147312 1px solid;
	color: #FFFFFF;
}

.menu a:hover {
	display: block;
	border-right: #00CC00 1px solid;
	border-bottom: #00CC00 1px solid;
	border-top: #66FF99 1px solid;
	border-left: #66FF99 1px solid;
}

.content {
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}

.content td {
	min-width: 590px;
}

.content a	{
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.highlight {
	color: #006666;
}

.bottom {
	background-color: #FFFFFF;
	width: 99%;
	font-size: 10px;
	color: #147312;
	padding: 10px;
	border-top: #00CC00 4px double;
}

.bottom a {
	color: #006699;
	text-decoration: none;
}

.bottom a:hover {
	color: #00CCFF;
}
