body {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 18px;
	text-align: center;
}

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

img {
	border: 0px;
}

a {
	font-weight: bold;
	color: #748837;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #748837;
	text-decoration: underline;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	text-align: left;
}

.vlargetext {
	font-size: 140%;
	font-weight: bold;
	color: #000000;
}

.largetext {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.redtext {
	font-size: 100%;
	font-weight: normal;
	color: #FF0000;
}

#header {
	display: inline;
	width: 760px;
	text-align: center;
	float: left;
}

#content {
	display: inline;
	background: #EEECE1 url(../images/back.gif) no-repeat top;
	width: 700px;
	font-size: 80%;
	padding-top: 30px;
	padding-left: 29px;
	padding-right: 29px;
	padding-bottom: 50px;
	border-left: 1px solid #8CA753;
	border-right: 1px solid #8CA753;
	text-align: left;
	float: left;
}

#lefthome {
	display: inline;
	width: 490px;
	text-align: center;
	float: left;
}

#righthome {
	display: inline;
	width: 180px;
	padding-left: 30px;
	text-align: right;
	float: left;
}

#leftpage {
	display: inline;
	width: 180px;
	text-align: center;
	float: left;
}

#rightpage {
	display: inline;
	width: 480px;
	padding-left: 40px;
	text-align: left;
	float: left;
}

#leftbox {
	display: inline;
	width: 220px;
	text-align: center;
	float: left;
}

#rightgreen {
	display: inline;
	background-color: #C3D69B;
	width: 450px;
	margin-left: 10px;
	padding: 10px;
	text-align: left;
	float: left;
}

#rightpink {
	display: inline;
	background-color: #D99694;
	width: 450px;
	margin-left: 10px;
	padding: 10px;
	text-align: left;
	float: left;
}

#rightorange {
	display: inline;
	background-color: #FAC090;
	width: 450px;
	margin-left: 10px;
	padding: 10px;
	text-align: left;
	float: left;
}

#nav {
	display: inline;
	background-color: #77933C;
	width: 700px;
	font-size: 90%;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 1px;
	line-height: 50px;
	text-align: center;
	float: left;
}

#nav a {
	display: inline;
	background-color: #8CA753;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}

#nav a:hover {
	display: inline;
	background-color: #8CA753;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	text-decoration: underline;
}

#footer {
	display: inline;
	width: 760px;
	font-size: 80%;
	color: #000000;
	padding-bottom: 1px;
	line-height: 30px;
	text-align: center;
	float: left;
}

#footerleft {
	display: inline;
	width: 380px;
	text-align: left;
	float: left;
}

#footerright {
	display: inline;
	width: 380px;
	text-align: right;
	float: left;
}

#footer a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

