#masthead {
	width: 100%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #5FC95F;
	float: left;
}

#Helen_logo {
	float: right;
	border: thin solid #009900;
}

#Title {
	width: 60%;
	float: left;
	background-color: #FFFFcc;
}
#Title h1 {
	text-align: center;
	margin: 1em 0 0.5em 0;
	padding: 0px;
}

#tagline {
	font-style: italic;
	padding: 6px 0 6px 0;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}

#Nav_bar {
	background-color: #5fc95f;
	width: 23%;
	float: left;
}

#Main_text {
	width: 65%;
	float: left;
	padding-left: 6px;
}

#Right_bar {
	background-color: #ffffff;
	width: 25%;
	float: right;
}

#Footer {
	background-color: #5fc95f;
	width: 100%;
	float: left;
	color: #FFFFFF;
}
#Footer p {
	font-size: 80%;
	margin: 0;
	padding: 5px 0 5px 0;
}


#Author {
	width: 28%;
	float: left;
}

#Last_updated {
	width: 25%;
	float: right;
}

#Copyright {
	width: 45%;
	float: left;
	text-align: center;
}

p {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.bold {
	font-weight: bold;
}

h1 {
	font-size: 130%;
	color: #009900;
	line-height: 24px;
	padding: 24px;
	vertical-align: middle;
}

h2, h4 {
	font-size: 110%;
	color: #996699;
	padding: 3px;
	font-weight: bold;
	margin: 0;
}

.navigation {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #339933;
	display: block;
	padding: 8px;
	width: 160px;
}

.navigation:hover {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #996699;
	display: block;
	padding: 8px;
	width: 160px;
}

.navoff {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996699;
	display: block;
	padding: 8px;
	width: 160px;
}

body {
	margin: 0;
	background-color: #FFFFCC;
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.smalltext {
	font-size: 75%;
}
