body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #D6F1BF;
}
body a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
}
body a {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

#headbar {
	height: 150px;
	background-image: url(images/sunflowertilesmall.png);
	background-repeat: repeat-x;
	width: 100%;
}

#title {
	margin-top: 15px;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	font-size: small;
	font-weight: normal;
	text-align: left;
	float: left;
	width: 100%;
}
#copyright {
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	float: left;
	width: 100%;
	padding-left: 10px;
}
#navbar {
	font-size: large;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
#navbar a {
	font-variant: small-caps;
}

#wrapper {
	padding-left: 20px;
	padding-right: 20px;
}
#wrapper img{
	float: right;
	padding: 0px 0px 20px 20px;
}
