﻿body {
	background-color:#69ab88;
}
.top{
	background-color:#fffee8;
	width:740px;
	text-align:center;
}
.mainContent{
	background-color:#fffee8;
	font-family:Arial Tahoma Verdana;

	width:700px;
	font-size:13px;
	padding:20px;
	text-align:left;
}
.menuMain{
	background-color:#276c45;
	width:700px;
	height:25px;
	margin-bottom:20px;
	text-align:center;	
}

.menuItemNormal{
	color: white;
	font-size:14px;
	margin:2px;
	text-decoration:none;
	border:#276c45 1px solid;
}

.menuItemNormal:hover{
	color: yellow;
	font-size:14px;
	margin:2px;
	text-decoration:none;
	cursor: default;
	border:white 1px outset;
}

.menuItemNormalSelected{
	color: white;
	background-color:#69ab88;
	font-size:14px;
	margin:2px;
	text-decoration:none;
	cursor: default;
	border:white 1px outset;
}

.pageSectionheading{
	font-size:14px;
	font-weight:bold;
	color:white;
	background-color:#69ab88;
	padding:3px;
	margin-top:20px;
	margin-bottom:5px;
}

a{
	text-decoration:underline;
	color:#276c45;
}
a:hover{
	text-decoration:underline;
	color:#69ab88;
}

.copyright{
	color:white;
	font-size:10px;
	width:300px;
	margin:5px;
}
