/*==================================================================*/
/*=                        Site Structure                          =*/
/*==================================================================*/



body {
	background: url(images/background1.gif) #b9926e repeat-x; 
	margin: 0;
	padding: 0;
	font: 80% Arial, Helvetica, sans-serif;	
	color:#333333;	
	line-height: 16px;
	}
	
#page {
	margin: 0 auto;
	width: 802px;
	}

#header {
	width: 802px;	
	margin-top: 10px;
	padding: 0;
	}
	

/*==================================================================*/
/*=                            Footer                              =*/
/*==================================================================*/

#footer{
	position:relative;
	background:url(images/footer.jpg) no-repeat top left;
	width: 802px;
	height: 30px;
	text-align:center;
	padding-top: 14px;
	}
	
#footer a{  
	color: #FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}



/*==================================================================*/
/*=                            Navigation                          =*/
/*==================================================================*/
#navigation {
      width:802px;
	  height: 32px;
      background:url(images/nav.gif) no-repeat top left;
      line-height:normal;
	  margin-top: 3px;
	  font-size:12px;
	  }

#navigation .active{
	text-decoration:underline;
	}

#navigation ul {
	  margin:0;
	  padding:10px 10px 0 5px;
	  list-style:none;
	  text-transform:uppercase;
	
      }

#navigation li {
      display:inline;
      padding: 0px 15px 0px 15px;
	  background:url(images/navline.gif) no-repeat bottom right;
      }
	  
#navigation li a{
	color: #FFFFFF;
	text-decoration:none;
	}
	
#navigation li a:hover{
	text-decoration:underline;
	}


/*==================================================================*/
/*=                      Index Main Body                           =*/
/*==================================================================*/
#heading{
	background-color: #e9e8d9;
	height: auto;
	padding: 5px 10px 5px 10px;
	color: black;
	width: 750px;
	margin: 15px 0 0 15px;
}

#heading h2{
	padding: 0 0 0px 20px;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 100%;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8e3736;
}

#heading a{
	color: #990000;
	text-decoration:none;
	}

#body_text{
	margin-top: 2px;	
	background-color: #FFFFFF;
	}

#body_text #left {
	float: left;
	width: 500px;
	padding: 20px;
	background-color: #FFFFFF;	
	margin-left:1px;
	border-right: 1px solid #CCCCCC;
	}
	
#body_text #left a{
	color: #990000;
	text-decoration:none;
	}

#body_what #left a{ color: #990000; text-decoration: none;
}
	
#body_text #right{
	margin: 28px 1px 12px 535px;
	padding-left: 25px;
	}
	 
#body_text #right li{
	color:#660000;
	font-weight: bold;
}

#body_text #right img{
	padding: 0px 0px 10px 5px;
	}
	
#body_text #right form{
	padding: 0 0 10px 10px;
	}

#body_text #right input.button{
	width: auto;
	padding: 0;
	}

#body_text #right input.textarea{
	background: #cccccc;
	}
	
#body_text #right a{
	color: #990000;
	text-decoration: none;
}
/*==================================================================*/
/*=                      About Main Body                           =*/
/*==================================================================*/

#body_about{
	margin-top: 2px;
	background-color: #FFFFFF;
	height:auto;
	}
	
#body_about #left{
	width: 750px;
	float: left;
	padding: 20px;
	}
	
#body_about ul .{
	line-height:2em;
	}
#body_about #left a{
	color:#990000;
	}
	
#body_about #left a:hover{
	color:#990000;
	text-decoration:underline;
	}
	
/*==================================================================*/
/*=                       What Main Body                           =*/
/*==================================================================*/

#body_what{
	margin-top: 2px;
	background-color: #FFFFFF;
	height:auto;
	}
	
#body_what #left{
	width: 750px;
	float: left;
	padding: 20px;
	}
	
#body_what ul {
	line-height:2em;
	}

#body_what #left a{
	text-decoration:none;
	}
	
#body_what li {
	line-height:1.5em;
	}
	

	
/*==================================================================*/
/*=                      Issues Main Body                          =*/
/*==================================================================*/
#body_issues{
	margin-top: 2px;
	background-color: #FFFFFF;
	height:auto;
	}
	
#body_issues #left{
	width: 750px;
	float: left;
	padding: 20px;
	}
	
#body_issues #left h1 {
	padding: 0 0 0px 20px;
	font-weight: bold;
	font-size: 90%;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8e3736;
	}
	
#body_issues #state{
	width: 750px;
	}

#body_issues h1{
	color:#CC6600;
	font-weight: bold; 
	font-size: 200%; 
	text-align: left; 
	}
	
#body_issues #right{
	margin: 28px 1px 12px 535px;
	padding-left: 25px;
	}
	
#body_issues ul.stateissue{
	margin-left: -500px;
	}

#body_issues fieldset{margin: 0 auto; border: 1px solid #8e3736; width: 700px; }
#body_issues label {text-align:right;	width:100px;	float:left;	padding:0.1em;	margin:0;}
#body_issues input {margin-left: 1.5em;}
#body_issues legend{ font-size: 135%; font-weight: normal; color: #8e3736; padding: 5px;}
#body_issues .submit {margin-left: 6em;}

#body_issues #submission {height: 300px; padding: 10px;}

table { border-top: 1px solid #000000; border-right: 1px solid #000000;}

td {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 6px 6px 6px 12px;
	color: #820e0e2;
	width: 700px;
	}
	
#body_issues table.highlightTable tr.highlight td{ background: #EEEDBE; }
#body_issues table.highlightTable tr.highlightAlt td{ background: #E2E08D;}
#body_issues table.highlightTable tr a{ width:100%; display:block; }

#flashcontent{
	width: 500px;
	margin: 0 auto;
	text-align:center;
	}
	
#flashcontent2{
	padding: 5px;
	}
	

/*==================================================================*/
/*=                            Styles                              =*/
/*==================================================================*/	
.style1 {color: #000000; font-weight: bold; font-size: 100%;}
.style2 {color: #FFFFFF; font-weight: normal; font-size: 100%;}
.style3 {color: #000000;}
.style4 {color: #333333; font-weight: bold; font-size: 150%; text-align: center; padding: 5px;}
.style5 {line-height:20px; color: #666666; font-size:12px;}
.style6 {color:#990000}
.style7 {color:#660000; font-weight:bold; line-height:15px;}
.style8 {color: #666666}
.supersript { vertical-align:super; text-decoration:none; font-size:x-small;}
#clear{ clear:both;}

h1 {
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #dedddd;
	font-weight: bold;
	font-size: 90%;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8e3736;
	}