#header {
	height: 85px;
	width: 342px;
	position: absolute;
	background-image: url(../images/logo.png);
	float: right;
	top: 15px;
	right: 15px;
}
#container {
	position: relative;
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#customhrule {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 25px;
	position: static;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFF;
	height: 1px;
	width: 750px;
	top: auto;
}
#hr {
	height: 5px;
	width: 900px;
	position: absolute;
	top: 120px;
	left: 0;
}
#navigation {
	position: absolute;
	height: 30px;
	width: 900px;
	top: 162px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #3385FF;
	left: 0;
	text-align: center;
}
#navigation a:link {
	color: #65B04B;
	text-decoration:none;
}
#navigation a:hover {
	color: #3385FF;
	text-decoration:none;
}
#navigation a:visited {
	color: #65B04B;
}
#featurebox {
	position: absolute;
	width: 860px;
	top: 220px;
	border: 20px solid #3385FF;
	left: 0;
	height: 300px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#content {
	position: absolute;
	left: 0px;
	top: 580px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #3385FF;
	width: 100%;
	text-align: justify;
}
#content a:link {
	color: #06F;
	text-decoration:none;
}
#content a:hover {
	color: #06F;
	text-decoration:underline;

}

#content h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #65B04B;
	margin-top: 20px;
	margin-bottom: 12px;
}
#content .highlight {
color:#666;
}
.footer {
	position: static;
	height: auto;
	width: 900px;
	margin-top: 35px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #6a6a6a;
	margin-bottom: 10px;
	background-image: url(../images/associations.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.formnudger {
	margin-top:7px;
	font:Tahoma, Geneva, sans-serif;
	color:#666;
	border: 1px ridge #CCC;
}
