body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#container {
	z-index: 2;
	width: 100%;
	position: absolute;
	background-image: url(images/backgrnd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	position: relative;
	z-index: 5;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: relative;
	width: 805px;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backgrnd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.dashline {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: relative;
	z-index: 6;
	background-image: url(images/container_bkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}
#content li {
	padding: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	line-height: 20px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.blue_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	padding: -5px 0px;
}
.homepage_text {
	font-size: 14px;
	margin: 10px;
	padding: 10px;
	height: 60px;
	border: 1px solid #EDF4F8;
}
.blue {
	color: #779FCE;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.newsletter {
	float: right;
	top: 127px;
	position: relative;
}

