@import url(reset.css);

body {
  background-color:#5A1905;
  color:#333;
  text-align:center;
  min-width:810px;  
  }

body,p,ol,ul,td {
  font-family:"Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;  
  font-size:13px;
  line-height:18px;
  }

html { min-height: 100%; margin-bottom: 1px; }

a {
  color:#700000;
  text-decoration:none;
 
  }

a:visited {
  color:#300000;
  }

a:hover {
  color:#fff;

  }

#wrapper {
  width:770px;
  margin:0 auto;
  margin-top:10px;
  text-align:left;
  border:1px solid #fff;
  background:#C17E37;
  padding:0 10px 10px;
  }

#branding {
  height: 20px;
  padding: 35px 0px 0px 0px;

  }

#logo h1 {
  border-color:#fff;
  text-indent: -5000px;
  background: url(../images/masthead.png) no-repeat 70% 50%;
  border:0;
  margin-right:40px;
  position:relative;	
  height: 28px;
  top: 16px;
  left: 0;
  }

#logo a {
  float: right;
  margin-right: 240px;
  text-decoration:none;
  width: 340px;
  height: 27px;
  }

#logo span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size:30px;
  }

#notice {

  padding:2px;
  font-size: 12px;
  color: #000;
}

#mainContent {
  width:770px;
  background:#F6F1DE url(../images/content-bg.gif) repeat-x top left;
  border-top: 1px solid #fff;
  }

#mainContent p {
  margin:0 20px 0px 20px;
  font-family:"Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
  text-align:justify;
  line-height:150%;
  padding:10px 10px 0px 10px;
  color:#000;
  font-size:1em;
  }

#mainContent .state {
  padding-bottom: 20px;
  }

#mainContent a {
  color:#9C1000;
  text-decoration:none;
  border-bottom: 1px dotted #9C1000;	
  margin-left:30px;
}

#mainContent a:hover {
  color:#fff;
  background: #9C1000;
  text-decoration:none;
  border-bottom: 1px dotted #fff;
}

h3  {
  margin: 30px 0 0px 15px;
  font-size:120%;
  font-weight: bold;
  color: #930;
  font-family: Georgia, "Times New Roman", serif;
}

.head2 {
  margin-top: 20px;
}

.state {
  padding-bottom: 30px;
}

#footer {
  clear:both;
  background:#D19765;
  margin:0;
  text-align:center;
  height:40px;
  
  }

#footer p {
  padding:17px;
  }

#footer a {
   color:#9C1000;	
  }

#footer a:hover {
  color:#fff;
  background: #9C1000;
  }

/* --------------------- STATEMENT ------------------------ */
dfn {
  border-bottom:1px dotted #930;
  color:#930;
}

dfn:hover {
  border-bottom:1px dotted #930;
  color:#FFF;
  background:#930;
  cursor:help;
}

.imgright {
  float:right;
  margin-right:20px!important;
  margin-right:10px;
/* For IE 6 double margin bug */
  padding:40px 0 10px 20px;
  }

.img-shadow {
  float:left;
  background:url(../images/shadowAlpha.png) no-repeat bottom right!important;
  background:url(../images/shadow.gif) no-repeat bottom right;
  margin:10px 0 0 10px!important;
  margin:10px 0 0 5px;
  }  

.img-shadow img {
  display:block;
  position:relative;
  background-color:#fff;
  border:1px solid #a9a9a9;
  margin:-6px 6px 6px -6px;
  padding:4px;
  }