/* Layout Containers */

body {
  background-image: url(/img/background.png);
  background-color: #FFF;
  text-align: left;
}

.container { 
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 742px;
  min-height: 600px; 
  background-color: #FFFCE5;
  border: solid #590000;
}

/* Banner definitions */

#banner {
  background-color: #300000;
  width: auto;
  height: 132px;
  margin: 0px;
  padding: 0px;
}

#banner h1 {
  font: normal 45px "Trebuchet MS", Verdana, sans-serif;
  color: #FFFFFF;
  text-transform: lowercase;
  margin: 0px;
  padding: 10px 0px 0px 20px;
}

/* Nav menu */

.menu { 
  width: auto;
  background-color: #590000;
  color: #FFFFFF;
  font-family: helvetica,arial,sans-serif; 
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 4px 0px 4px 0px;
}

.menu table { 
  width: 100%;
  height: 30px;
 }

.mleft { 
  background: url(/img/mleft.gif);
  width: 40px;
  height: 30px;
  padding: 0px;
  float: left;
}

.mright { 
  background: url(/img/mright.gif);
  width: 40px;
  height: 30px;
  padding: 0px;
  float: right;
}

.msmall { 
  font-size: 12px;
}

.menu a { 
  color: white;
  text-decoration: none;
}

.menu a:hover { 
  text-decoration: underline;
}

a.selected { 
  color: #EAA330;
}

/* Main content */

.content { 
  color: black;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px; 
  padding: 5px;
  width: 95%;
  margin: 10px;  font-size: 11pt;
  margin-bottom: 3px;
}

.content:after {
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
}

.content a { 
  color: #590000;
  text-decoration: underline;
 }

.content a:visited { 
  color: #590000;
}

.content h1 {
  font-size: 24px;
  margin-top: -5px;
  color: #590000;
  font-weight: bold;
}

.content h2 {
  font-size: 18px;
  color: #590000;
  font-family: helvetica,arial,sans-serif; 
  font-weight: bold;
  margin: 20px 0px 0px 0px;
}

.content p { 
  margin-top: 0px; 
}

.content img {
  margin: 12px;
}

.content hr {
  border: 1px solid #590000;
  width: 50%;
  display: none;
}

div.stat { 
  margin-left: 10px;
  padding-top: 16px;
}

span.stat {
  color: #000066;
  font-weight: bold;
  font-size: 16px; 
  font-family: times, serif;
  font-style: italic;
  margin-top: -16px;
}

.stat p {
  color: #000066;
  font-weight: bold;
  font-size: 16px; 
  font-family: times, serif;
  font-style: italic;
  margin-top: -16px;
}

.stat a { 
  color: #000066;
}

.stat .indent  { 
  padding-left: 20px;
}

.content ul {
  margin-top: -5px;
  padding-left: 40px;
}

.content li { 
  margin-bottom: 5px;
}

/* Footer definitions */

.footer { 
  background-color: #590000;
  width: 742px;
  margin: 0px auto;
  padding: 0px;
  border: solid #590000;
  border-top-width: 0px;
}

.footer img { 
  display: block;
  border: none;
  margin: 0px auto 0px auto;
  padding: 0px;
}
