html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size:18px;
	font-family:times new roman;
	background-image:url(bg.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#29296e;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.container {
	width:860px;
	margin:auto;
	background-color:#000;
}
.header {
	background-image:url(header.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#fff;
	height:250px;
	padding-top:15px;
	position:relative;
}
.zip input, .zip textarea{
	background-color:#FFF;
}
.zip input:focus, .zip input:hover,textarea:focus, textarea:hover{
	background-color:#eceff5;
}
input, textarea{
	background-position:right;
	background-repeat:no-repeat;
}
input:focus, input:hover,textarea:focus, textarea:hover{
	background-position:right;
	background-repeat:no-repeat;
	background-color:#eceff5;
}
.info input:focus, .info input:hover,textarea:focus, textarea:hover{
	background-color:#eeeef6;
}
.nav {
	border-top: 1px solid #61629f;
	background-color: #bc0a1a;
	background-image:url(navbg.png);
	background-position:top left;
	background-repeat:repeat-x;
	line-height:41px;
	text-align:center;
}
.nav a {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none;		
	padding:10px;
}
.active a:hover {
	color:#bc0a1a;
}
.nav a:hover {
	background-color:#f8f8f8;
	color:#bc0a1a;
}
.active {	
	background-image:url(navbg2.png);
	background-position:top left;
	background-repeat:repeat-x;
}
.main {
	border: 1px solid #61629f;
	background-color:#f8f8f8;
	min-height:600px;
	padding:25px;
	font-size: 76%;
	line-height: 1.4;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, sans-serif;
}
.main a {
	color:#343399;
}
.main h1 {
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, sans-serif;
	font-weight:200;
	font-size:18pt;
	padding-bottom:15px;
}
.main h3 {
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, sans-serif;
	font-weight:200;
	font-size:14pt;
	padding-bottom:15px;
}
.main p {
	padding-top:15px;
}
.main li {
	background-image: url('bullet.png');
	background-repeat:no-repeat;
	background-position:left;
	line-height:2;
	padding-left:8px;
	list-style-type: none;
}
.main li a {
	font-size:16px;
}
.quote-top{
	color:#252881;
	background-image:url(quote-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:25px;
	height:30px;
	font-style:italic;
}
.quote-bottom{
	color:#252881;
	background-image:url(quote-bottom.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
	padding:25px;
	font-weight:bold;
	min-height:65px;
}
.districtmap {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:16px; 
	color:#999;
}
.districtmap a {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:16px; 
	color:#999;
	text-decoration:none;
}
.yesno  {
	font-family:Arial; 
	font-weight:bold; 
	font-size:44px; 
	color:#000; 
}
.yesno a:link { 
	border: 2px solid #494aa1;
	padding:10px; 
	background-color:#d4d4e7;
	text-decoration:none;
}
.yesno a:hover {
	background-color:#494aa1;
	color:#FFF;
}
.contributerlabel {
	margin:auto;
	width:210px;
	height:22px;
	text-align:left;
}
.footer {
	border-left: 1px solid #61629f;
	border-right: 1px solid #61629f;
	background-color: #cacbe3;
	background-image:url(footer.png);
	background-position:top left;
	background-repeat:repeat-x;	
	vertical-align:middle;
	line-height:33px;
	text-align:center;
	font-family:Tahoma;
	font-size:8pt;
	color:#61629f;
}

.seanwesdesign {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	font-family:calibri;
	font-size:38px;
	color:#ddd;
	letter-spacing:10px;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	background-image:url(seanwesdesign.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFF;
}