@charset "UTF-8";
/* CSS Document */


a {
	color: #08863D;
}

a:hover {
	color: #333333;
}


#sitewrapper {
	width: 739px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#header {
	margin-bottom: 17px;
}


.headertitle {
	display: block;
	width: 225px;
	color: #08863D;
	font-weight: bold;
	font-size: 130%;
	float: right;
	text-align: right;
	line-height: 59px;
}

.title {
	display: block;
	margin-bottom: 5px;
	font-size: 140%;
	font-weight: bold;
}

.subtitle {
	font-weight: bold;
}

.redtext {
	color: #DC2B1C;
}


.floatleft {
	display: block;
	float: left;
}

.clear {
	display: block;
	clear: both;
}

#showcase {
	margin-bottom: 1px;
}


#bodycontent {
	padding: 20px;
	border: 1px solid #08863D;
	color: #08863D;
}

#bodycontent_left {
	width: 425px;
	float: left;
	color: #000000;
}
ul {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: outside;
}

li {}

#login {
	background-color: #FFFFFF;
	background-image: url(images/login_background.jpg);
	background-repeat: no-repeat;
	width: 235px;
	text-align: center;
	padding-top: 22px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 90%;
	color: #000000;
	float: right;
	margin-left: 15px;
}

#submitbutton {
	margin-top: 10px;
	margin-bottom: 30px;
}


.healthgreenlogo {
	display: block;
	width: 245px;
	float: right;
	text-align: center;
	margin-top: 30px;
}

