body
{
	text-align: center;
}

hr
{
	color: Green;
	background-color: Green;
	border-color: Green;
}

h1,h2,h3,h4,h5,h6
{
	color: #004800;
	font-family: Georgia;
}

p
{
	font-family: Arial;
	font-size: medium;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
}

.controlpanel
{
	width: 100%;
	background-color: #fefefe;
}

.pagecontainer
{
	margin-top: 30;
	margin-bottom: 30;
	margin-left: auto;
	margin-right: auto;
	width: 800;
	text-align: center;
}

.header
{
	height: 150;
	background: url(images/header.jpg);
	text-align: left;
}

.logo
{
	padding-top: 50;
	padding-left: 50;
	padding-bottom: 0;
	margin: 0 0 0 0;
}

.slogan
{
	font-family: Georgia;
	font-style: italic;
	font-size: 12pt;
	color: #333333;
	padding-top: 0;
	padding-left: 55;
	margin: 0 0 0 0;
}

.menucontainer
{
	width: 800;
	font-family: Georgia;
	font-weight: bold;
	color: White;
	background-color: #004800;
}

.menuleft
{
	padding-left: 10;
	padding-right: 10;
	float: left;
	width: 650;
	text-align: left;
}

.menuright
{
	padding-left: 10;
	padding-right: 10;
	float: right;
	text-align: right;
}

.menuright .SkinObject:link
{
	color: White;
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}

.menuright .SkinObject:visited
{
	color: White;
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
}
.menuright .SkinObject:hover
{
	color: White;
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
}


.contentcontainer
{
	margin-top:10;
	margin-bottom:10;
	padding: 12 20 12 20;
	color: #333333;
	text-align: left;
	font-family: Arial;
	font-size: medium;
}

.modulestable
{
	width: 760;
	background-color: Transparent;
}

.contentpane {
	padding: 5 5 5 5;
	text-align: center;
}

.footercontainer
{
	height: 50;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-left: 30;
	padding-right: 30;
	padding-top: 18;
	font-family: Georgia;
	font-size: 10px;
}

.footerleft
{
	float: left;
	text-align: left;
	color: #333333;
}

.footerleft .SkinObject
{
	text-align: left;
	color: #333333;
}

.footerright
{
	float: right;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}

.clearance
{
	margin: 0,0,0,0;
	clear: both;
}


/* Menu styles */

.topmenu
{
	height: 20;
	border-style: none;
	background-color: #004800;
}

.topmenu_node
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-style: none;
	background-color: #004800;
	font-family: Georgia;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.topmenu_separator
{
	font-family: Georgia;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.topmenu_hov
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-style: none;
	background-color: Green;
	font-family: Georgia;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}


