@charset "utf-8";
#mainarea {
	color: #666666;
	height: auto;
	width: 585px;
	padding-top: 45px;
	padding-left: 155px;
	padding-right: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-size: small;
	line-height: 1.2;
}
p   {
	color: #666666;
}
h1 {
	color: #93cb73;
	font-size: medium;
	font-weight: bold;
}
h2 {
	font-size: small;
	font-weight: bold;
	color: #93cb73;
}


#container {
	height: auto;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #B8DCA3;
	background-color: #FFFFFF;
}
#sunflower {
	height: 89px;
	width: 795px;
	border-top-width: 0px;
	border-top-style: none;
}
#title {
	height: 100px;
	width: 795px;
	color: #93cb73;
	font-size: small;
	font-weight: normal;
	padding: 0px;
}
#navbar {
	height: 20px;
	width: 791px;
	background-color: #93cb73;
	color: #FFFFFF;
	margin: 0px;
	font-size: small;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #d0d8cb;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#footer {
	font-size: x-small;
	color: #93cb73;
	height: 85px;
	width: 791px;
	clear: both;
	margin: 0px;
	text-align: right;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}
#footerlogo {
	float: right;
	height: 80px;
	width: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footertext {
	height: 20px;
	width: 616px;
	padding-top: 60px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


#navbar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 135px;
	display: inline;
}
#navbar ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
	text-align: center;
}
#navbar ul li a {
	font-size: x-small;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
}
#navbar ul li a:hover {
	color: #d0d8cb;
}
#innercontainer {
	height: auto;
	width: 791px;
	border: 2px solid #93cb73;
	background-color: #FFFFFF;
}
