body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CDBC9B;
	color: #000;
	margin: 0px;
}

body, p, ol, ul, td {
  font-family: Arial,Helvetica,sans-serif;
  font-size:   12px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #333399; font-size: 12px; text-decoration: none; }
a:visited { color: #333399; font-size: 12px; text-decoration: none; }
a:hover { color: #3333cc; font-size: 12px; text-decoration: underline; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

.ErrorExplanation {
  width: 400px;
  border: 1px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #f0f0f0;
  color: #000;
}

.ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

.ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #fff;
}

.header_title {
	font-size: 24px;
	color: #3366CC;
	padding-left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 0px;
	margin: 0px;
}

.header_subtitle {
	font-size: 18px;
	color: #7C1010;
	padding-left: 100px;
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0px;
}

#banner_container {
	margin: 0;
	border: 0;
}

#banner_container_bottom {
	margin: 0;
	border: 0;
}

.banner_line {
	background-color: #000;
	color: #fff;
	text-align: center;
}

.banner_line a {
	text-decoration: none; 
	font-weight: normal; 
	font-family: "Arial"; 
	font-size: 12px; 
	color: #ffffff;
}

.banner_line a:visited {
	text-decoration: none; 
	font-weight: normal; 
	font-family: "Arial"; 
	font-size: 12px; 
	color: #ffffff;
}

.banner_line a:hover {
	text-decoration: none; 
	font-weight: bold; 
	font-family: "Arial"; 
	font-size: 12px; 
	color: #ffffff;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0;
	width: 802px;
	background: #fff;
	border: 1px solid #7C1010;
	padding: 0;
}

.main_content {
	text-align: left;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
}

.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
}

.bodyText {
	font-family: Arial,Helvetica,sans-serif;
	font-size:   12px;
}
	
#sidebar {
	float: left;
	background: #eee;
	width: 150px;
	padding-left: 10px;
	margin-right: 5px;
	border-right: 1px solid #7C1010;
}

.clear {
	clear:both;
}

#welcome {
	margin-left: 170px;
	margin-right: auto;
	text-align: center;
	border-bottom: 1px solid #7C1010;
}

#content {
	margin-left: 170px;
	margin-right: auto;
}

.message{
	margin-top: 20px;
	border-bottom: 1px solid #7C1010;
}

.message_title {
	font-weight: bold;
	font-size: 120%;
}

.message_body {
	
}

#petition_page h2 {
	line-height:24px;
	font-weight: bold;
}

#petition_page form {
	margin: 50px;
}

#petition_page th {
	border-bottom: 1px solid #7C1010;
}

td.signer {
	font-size: 120%;
	color: #3366CC;	
}

.required {
	color: #990000;
}

#preview {
	margin: 15px auto;
	width: 600px;
	text-align: left;
	background: #fff;
	border: 1px solid #000;
	padding: 20px;
}


