@charset "UTF-8";

body {
  font-family: "trebuchet ms", verdana, sans-serif;
}

.page_headers {
  color: white;
  background-color: #660000;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.page_headers img {
  margin: 0;
  padding: 0;
}
      
#mainContent {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  min-height: 600px;
  font-size: 16px;
  color: #333;
}

#mainContent .headline {
	width: 720px;
	margin: 20px 0 20px 0;
}
#mainContent .headline #name_one {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.8em;
	color: #999;
	width: 100%;
	font-weight: bold;
	vertical-align: bottom;
}

#mainContent .error p {
  width: 524px;
  height: auto;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #CC0000;
  background-color: #FFCCCC;
  color: #555555;
  display: block;
}

#mainContent .success p {
  width: 524px;
  height: auto;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #18760f;
  background-color: #e9ffdb;
  color: #363636;
   display: block;
}
      
a {
  color: #660000;
}


      
.footer {
   padding: 5px 0px 5px 0px;
   background: #ccc;
   font-size: 12px;
   width: 1060px;
   margin: 0 auto;
   bottom: 15px;
}
      
.footer a {
   color: #333;
   text-decoration: none;
}
      
.footer a:hover {
    text-decoration: underline;
}
            
 
      

      
      