body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #77ae78;
	background-color: white;
	margin: 0px;
	margin-bottom: 20px;
}
#menuContent {
	position: absolute;
	left: 0em;
	top: 130px;
	width: 35em;
	background-color: white;
	padding: 2px;
	text-align: left;
	font-size: 90%;
	letter-spacing: 2px;
	z-index: 2;

}
#footer {
	margin-top:50px;
	text-align: center;
}
.footeritem {
	font-size:85%;
}
.footeritemheader {
	font-weight: bold;
}
.menuitem {
	margin-bottom: 5px;
	padding: 5px;
    list-style-type: none;
}
.menuitem a:link {
    list-style-type: none;
	text-decoration:none;
	margin-bottom: 5px;
	padding: 10px;
	list-style-image: none;
	color:blue;
}
.menuitem a:visited {
    list-style-type: none;
	text-decoration:none;
	margin-bottom: 5px;
	padding: 10px;
	list-style-image: none;
	color:blue;
}
.menuitem a:hover {
    list-style-type: none;
    text-decoration: underline;
	background-color: #E7F1E7;
	border: 1px dotted #C3DCC3;
	padding: 9px;
	list-style-image: none;
	color:blue;
}
#mainContent{
	position: absolute;
	top: 140px;
	left: 18em;
	width:650px;
	background-color: white;
	z-index: 2;
	border: 4px solid #E7F1E7;
	padding: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

#header {
	background-image: url(../images/header1.gif);
	background-repeat: no-repeat;
	height: 127px;
	width:1023px;
}
#container {
	background-color: white;
}
h1 {
	font-family: Papyrus, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #0000cd;
}
h2 {
	font-size: 130%;
	color: #3A695F;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
	font-style: italic;
}

.reqfield {
	color: red;
	font-weight: bold;
}
.formfield {
	font-weight: bold;
}
.privacy a:link {
	font-size: 10px;
	color: #008000;
	text-decoration: none;
}
.privacy a:hover {
	font-size: 10px;
	background-color: #C0FFC0;
	text-decoration: underline;
}
.privacy a:visited {
	font-size: 10px;
	color: #008000;
	text-decoration: none;
}

.missinginfo{
	background-color: yellow;
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
form table {
	font-size: 12px;
}
.signuplink {
    display: inline;
    margin-bottom:2px;
    margin-right: 10px;
}
.signuplink a:link {
    color:blue;
    font-size: 14px;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #EFF5F5;
}
.signuplink a:hover {
    color:blue;
    background-color: #EFF5F5;
    font-size: 14px;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #DCE9E9;
}
.signuplink a:visited {
    color:blue;
    font-size: 14px;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #EFF5F5;
}