/* Working template from old site
   Base version without sidebar for general use
   Color pallete:
      Purple:     #660066  Logo, header, subheadings (H2 and lower)
      Gold:       #CC9900  Logo
      Gray:       #999999  Nav background, H1,
      Light Gray: #CCCCCC  Sidebar border (really content left border)
    */

body {
   background-color: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   color: black;
   background: url(../images/topbar2.gif) repeat-x;
   margin: 0;
   padding: 0;
}

/* Main Layout Containers */
#container {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}

#logo {
  width: 100%;
  height: 59px;
  margin: 0;
  padding: 0;
}

#nav {
  height: 20px;
  width: 100%
}

#main {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 0 25px;
}

#footzone {
  width: 100%;
  padding: 10px 25px;
  border-top: thin solid #CCCCCC;
  text-align: center;
}
.MenuItem {
  color: white;
  font-weight:bold;
  font-size: .8em;
  text-align:center;
  background-color:#999999;
  padding-top:1px;
}
.MenuItemHover {
  color: black;
  font-weight:bold;
  font-size: .8em;
  text-align:center;
  background-color:white;
  padding-top:1px;
}
.MenuItemSelected {
  color: black;
  font-weight:bold;
  font-size: .8em;
  text-align:center;
  background-color:white;
  padding-top:1px;
}
.featured a img {width:118px;}