html {
	height: 100%;
	margin-bottom: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color:#ede0cc;
	background-image: url(../images/constitution.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
}
body {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
h3{
	margin-top:0px;
}
a {
  outline: none;
}
a:link {
	color: #3B5998;
	text-decoration: none;
}
a:hover {
	color: #3B5998;
	text-decoration: underline;
}
a:focus {
	-moz-outline-style: none;
}
#toplink {
	color:#fff;
	font-size:14px;
	text-align:center;
	float:left;
	border-right:1px solid #8396be;
}
#toplink a {
	color:#fff;
  	display:block;
	padding:0 10px 0px 10px;
	line-height:30px;
	text-decoration:none;  
}
#toplink a:hover {
	color:#fff;
	background-color:#415e9b;
}
#rnlink{
	color:#fff;
	font-size:12px;
	border-bottom:1px solid #8396be;
}
#rnlink a {
	color:#fff;
  	display:block;
	padding:0 10px 0 10px;
	line-height:30px;
	text-decoration:none;  
}
#rnlink a:hover {
	color:#fff;
	background-color:#415e9b;
}
.bglow{
	background-image: url('../images/bglow.png');
	background-repeat: repeat-x;
}
.bottom{
	font-size: 9px;	
}
ccover{
	display:inline-block;
}
.caption{
	width:582px;
	background-image:url('../images/title.png');
	background-repeat:repeat-x;
	background-color:#fff;
	border-left:1px #bbb solid;
	border-right:1px #bbb solid;
	text-align:left;
	font-size:16px;
	height:25px;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:2px;
	padding-left:20px;
	padding-right:20px;
}
.content{
	width:582px;
	background-image:url('../images/content.png');
	background-repeat:repeat-x;
	background-color:#fff;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #aaa solid;
	min-height:710px;
	padding:20px 20px 20px 20px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.d15{
	background-image: url('../images/district15.png');
	height:179px;
	width:175px;
}
.faqlink{
	font-size:13px;
	color: #3B5998;
	text-decoration: none;
	padding:5px;
}
.faqlinkover{
	font-size:13px;
	background-color: #eee;
	color: #3B5998;
	text-decoration: none;
	padding:5px;
	cursor:pointer;
}
.input {
	overflow: hidden;
	font-size: 11px;
	background-color: #fafafa;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;
	border: 1px solid #999;
}
.main{
	min-height:700px;
	width:800px;
	color:#222;
}
.matfront{
	background-image: url('../images/matfront.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	height:200px;
	position:absolute;
	width:200px;
	top:-166px;
	right:-8px;
}
.newslettersubscribe{
	text-align:left;
	background-color:#ddd;
	padding:2px;
	padding-left:5px;
	border-bottom:1px #efefef solid;
}
.placeholder{
	color:#777;	
}
.sociallinkcover{
	width:174px;
	background-image:url(../images/rnlink.png);
	background-repeat:repeat-y;
	margin-top:-1px;
	font-size: 14px;
	border-top:1px #222 solid;
	border-left:1px #222 solid;
	border-right: 1px #444 solid;
	border-bottom: 1px #444 solid;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.sub {
	color:#333;
	overflow: hidden;
	font-size: 11px;
	background-color: #fafafa;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;
	border: 1px solid #999;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.title{
	color:#006;
	font-size:16px;
	padding:4px 4px 4px 12px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.toplinks{
	background-image: url('../images/toplink.png');
	background-repeat: repeat-x;
	background-color:#000;
	position:relative;
	border-top:#fff solid 1px;
	border-bottom:2px #222 solid;
	text-align:left;
	height:29px;
	margin-bottom:0px;
}