body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 955px;
  background-color: #050845;
  color: white;
  background-image: url(img/bg.png);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
  background-color: #fdf8f2;
  color: black;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 955px;
  min-height: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
/*
  margin-top: -5px;
*/
  margin-bottom: 5px;
  text-align: left;
}

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 5px;
}

#content {
  margin: 0 375px 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  min-height: 1400px;
}

#subcontent {
  margin: 0 0 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  min-height: 1400px;
}

#subcontent .inner {
  position: relative;
  margin: 10px 40px 10px 40px;
}

#subcontent .inner h2 {
  color: #245185;
  margin-top: 2.0em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}

#mainfeature {
  background-image: url(img/mainfeature.jpg);
  background-repeat: no-repeat;
  background-color: #112236;
  color: white;
  font-weight: bold;
  padding-top: 110px;
  padding-right: 362px;
  padding-bottom: 5px;
  padding-left: 30px;
 /*
 height: 200px;
*/
  
}

#mainfeature p {
  font-size: 110%;
}

#mainfeature p.more {
  margin-top: 0;
  text-align: left;
}

#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

#content .inner {
  margin: 10px 20px 10px 40px;
}

#content .inner h1{
  color: #245185;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 140%;
  text-align: center;
}

#subcontent .inner h1{
  color: #245185;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 140%;
  text-align: center;
}

#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}

#content .inner ul.news {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .inner h3 {
  font-size: 130%;
}

#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}

#content .inner p {
  color: #666666;
  font-size: 90%;
}

#content .inner .news li span {
  font-weight: Bold;
}

#content .inner p.more {
  margin-top: 0;
  text-align: right;
}

#content .inner p.more a:link, #content .inner p.more a:visited {
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}

#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 365px;
  min-height: 1400px;
  background-color: #025396;
  color: white;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#sidebar h3 {
  font-size: 110%;
  background-image: url(img/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}

#sidebar .inner {
  padding: 10px;
}

#sidebar ul {
  list-style-image: url(img/std-bullet.png);
  margin-left: 0;
  padding-left: 20px;
}

#sidebar p, #sidebar li {
  font-size: 100%;
  line-height: 1.2em;
}

#sidebar ul a:link, #sidebar ul a:visited {
 color: white;
}

#sidebar a:link, #sidebar a:visited {
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  line-height: 1.4em;
  color: #DAEEFF;
}

#sidebar .date {
  font-weight: normal;
}

#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}

#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}

#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}

#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}

#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}

#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

/* ================================================================
 This copyright notice must be untouched at all times.
 
 The original version of this stylesheet and the associated (x)html
 is available at http://www.cssplay.co.uk/menus/ul-multi-nine.html
 Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
 This stylesheet and the associated (x)html may be modified in any
 way to fit your requirements.
 =================================================================== */
/* calculate the overall width/height of the top level list items and center them */
.menu {
  width: 955px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0px;
}

/* set up defaults */
.nav, .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  text-decoration: none;
}

.nav {
  width: 137px;
  float: left;
  margin-right: -1px;
}

/* set up the widths */
.nav .drop {
  width: 137px;
}

.nav a {
  width: 137px;
  margin-right: -136px;
  margin-bottom: -1px;
}

/* margin is 1px less than the width */
.nav ul li {
  max-width: 137px;
}

.extrawide, .extrawide a {
  width: 139px;
  margin-right: -138px;
}

/* style the links using the b elements */
.nav b {
  display: block;
  font: normal 11px verdana, sans-serif;
  padding: 6px 8px;
  border: 1px solid #b9d2e3;
  cursor: pointer;
}

.nav b.top {
  height: 26px;
  line-height: 26px;
}

.nav a.sub-link b {
  background: url(graphics/arrow.gif) no-repeat right bottom;
}

/* style the list colors */
.nav a {
  color: #ffffff;
  background: #025396;
}

.nav ul a {
  background: #025396;
}

.nav ul ul a {
  background: #098ffe;
}

.nav ul ul ul a {
  background: #9299ac;
}

/* style the hover, active and focus colors */
.nav a:hover, .nav a:focus, .nav a:active {
  background: #098ffe;
  color: #fff;
}

/* style the path on hover in all browsers except IE5.5 and 6 */
.nav li:hover > a {
  background: 098ffe;
  color:
  #fff;
}

/* style the positions of the ul and also when the text spans two and three lines */
.nav {
  height: 40px;
}

.nav .drop {
  height: 40px;
}

.nav ul {
  position: relative;
  left: 0;
  top: 0;
  z-index: 100;
}

/* the dropdown */
.nav ul ul {
  left: 95px;
  top: -26px;
}

/* the right flyouts */
.nav ul ul.two {
  top: -39px;
}

.nav ul ul.three {
  top: -52px;
}

.nav li.left ul ul {
  left: auto;
  right: 95px;
}

/* and the left flyouts */
/* do not change anything below this line */
/* ------------------------------------------------------------ */
.nav li, .nav ul {
  float: left;
}

.nav ul li {
  clear: left;
}

.nav a {
  position: relative;
  display: block;
  z-index: 10;
}

.nav a.sub-link {
  float: left;
  margin-top: 10000px;
}

.nav .drop, .nav .fly {
  margin-top: -10000px;
}

.nav ul {
  margin-bottom: -5000px;
}

/* the bit that does all the work */
.nav a:hover, .nav a:focus, .nav a:active {
  margin-right: 0;
}

/*IE5-7 fixes*/
.nav .fly {
  width: 100%;
}

a:active {
}

/*OPERA fix*/
.nav ul:hover {
  clear: left;
}

.headerimg {
  width: 955;
  float: left;
  padding-right;
}

table.std {
  clear: right;
  /*
   table-layout: fixed;
   */
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}

table.std caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}

table.std thead tr {
  color: white;
  background: #025396;
}

table.std thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 2px solid #adbbca;
}

table.std thead tr th.fees1 {
  width: 100px;
}

table.std thead tr th.fees2 {
  width: 140px;
}

table.std thead tr th.fees3 {
  width: 140px;
}

table.std thead tr th.fees4 {
  width: 270px;
}

table.std thead tr th.committee1 {
  width: 150px;
}

table.std thead tr th.committee2 {
  width: 200px;
}

table.std tbody tr {
  border: 2px solid #adbbca;
}

table.std tbody th {
  background: #DAEEFF;
  color: black;
  padding: 0.6em;
  border: 2px solid #adbbca;
}

table.std tbody td {
  background: #DAEEFF;
  color: black;
  padding-left: 0.6em;
}

table.std tbody tr td.num {
  padding-right: 50px;
  text-align: right;
}

table.std tbody tr.odd td {
  background: #FFEFD8;
  color: black;
}

table.std tbody tr.odd th {
  background: #FFEFD8;
  color: black;
}

#newsarchivelink {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

.generallink {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

.ListofLinks {
  line-height: 1.5em;
}

#map_canvas {
  width: 720px;
  height: 650px;
}

#forsaleemail {
  text-align: right;
  color: #666666;
  font-size: 90%;
}

