body {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	float: none;
	width: 778px;
	margin: 0 auto;
	text-align: left;
}

img {
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


h1 {
	font-weight: bold;
	font-size: 120%;
	color: #0A5D44;
}


h2 {
	font-weight: bold;
	font-size: 100%;
	color: #0A5D44;
}


h3 {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}

#header {
	float: left;
	width: 776px;
	background: #0A5D44;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#buttons {
	float: left;
	width: 771px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: #8EB39A;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#buttons a {
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background: #0A5D44;
	border: 1px solid #000000;
	line-height: 0.8;
	text-decoration: none;
	color: #8EB39A;
}

#buttons a:hover {
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background: #DDFFEE;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	line-height: 0.8;
	text-decoration: none;
	color: #000000;
}

#mainPage {
	float: left;
	width: 756px;
	padding: 10px;
	background: #D1E0D7;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#pageText {
	float: left;
	width: 744px;
	padding: 5px;
	background: #FFFFFF;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#leftText {
	float: left;
	width: 369px;
	margin-right: 5px;
}

#rightText {
	float: left;
	width: 369px;
}

.rightAlign {
	text-align: center;
}

.centerAlign {
	text-align: center;
}

#bottomButtons {
	float: left;
	width: 766px;
	padding: 5px;
	background: #8EB39A;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.bottomButtons {
	font-size: 85%;
	text-align: center;
}

#copyright {
	float: left;
	width: 778px;
	padding: 5px;
}

.copyright {
	text-align: center;
}