body
{
	background-color: #005500;
	margin-top: 0px;
}


p.greeting
{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

img.newsIconLeft
{
	float: left;
	margin: 10px;
}

img.newsIconRight
{
	float: right;
	margin: 10px;
}

a.navigation:link
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a.navigation:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a.navigation:visited
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

table.headerTable
{
	background-color: #005500;
	height: 100px;
	max-height: 100px;
	min-width: 720px;
}

td.header_right
{
	background-image: url(images/logo_left.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 100px;
}

td.header_middle
{
	color: white;
	width: 380px;
	height: 100px;
}

td.header_middle h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 175%;
}

td.header_middle h2 {
	margin-top: 0px;
	padding: 0px;
	font-size: 75%;
	text-transform: uppercase;
	word-spacing: 5px;
}

td.bodyTable
{
	background-color: black;
}

td.navigationPanel
{
	text-align: center;
	background-color: green;
	border-style: solid;
	border-width: 1px;
}

td.navigationEntryMouseOver
{
	background-color: red;
	padding-bottom: 7px;
	font-size: 80%;
}

td.navigationEntryMouseOut
{
	background-color: green;
	align: center;
	padding-bottom: 7px;
	font-size: 80%;
}

td.navigationPanelModule
{
	text-align: center;
	background-color: red;
	border-style: solid;
	border-width: 1px;
}

td.navigationEntryMouseOverModule
{
	background-color: green;
	padding-bottom: 7px;
	font-size: 80%;
}

td.navigationEntryMouseOutModule
{
	background-color: red;
	align: center;
	padding-bottom: 7px;
	font-size: 80%;
}

td.image_panel {
	background-image: url(images/image_panel.png);
	height: 64px;
}

td.mainPanel
{
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

td.spacer
{
	background-color: #005500;
}