/* Layout Containers */

body {
  background-color: #499ddd;
  text-align: left;
}

.container { 
  margin: 0px auto;
  padding: 0px;
  width: 742px;
  background-color: #99CCFF;
  border: solid #063d6a;
}

/* Banner definitions */

#banner {
  background-image: url(/img/banner.jpg);
  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: url(/img/menu.gif);
  color: #FFFFFF;
  font-family: helvetica,arial,sans-serif; 
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.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: #ccccff;
}

/* Main content */

.content { 
  color: black;
  font-family: verdana, times, serif;
  font-size: 14px; 
  padding: 5px;
  width: 95%;
  margin: 10px;  font-size: 11pt;
  margin-bottom: 3px;

}

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

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

.content h1 {
  font-size: 24px;
  margin-top: -5px;
  color: #000066;
  font-family: helvetica,arial,sans-serif; 
  font-weight: bold;
}

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

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

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 { 
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
}

.footer a {
  color: #dddddd;
  text-decoration: none;
}

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

.footer img { 
  border: none;
}
