table {
  background-color: white;
  border-collapse: collapse;
}

TD {
  text-align: left;
  font: normal 11px arial, lucida, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  border: thin solid black;
  border-width: 0 0 0 0;
  padding:10px;
  vertical-align: top;
}

body { 
  text-align: center;
  background-color: #333;
  padding-left: 20px;
  padding-right: 20px;
  zmargin-top: 40px;
  margin-top: 5px;
}

.tblouter {
  text-align:center;
  width: 890px;
  border: 6px solid white;
}

.tblinner {
  width: 868px;
}

.headcell {
  height: 100px;
  background-color: #fff;
  border-width: 0 0 1px 1px;
}

.sidebar {
  height: 165;
  width:210;
  background-color: White;
  border-width: 0 0 0 0;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.side_cs {
  height: 165;
  width:230;
  background-color: #E0E1E2;
  border-width: 0 0 0 0;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.sidefoot {
  height: auto;
  width:210;
  background-color: White;
  border-width: 0 0 0 0;
  margin: 0;
  padding: 0;
}

.sidebarimg {
vertical-align: top;
  border-width: 0 0 0 0;
 padding: 0;
  background-color: #E0E1E2;
}

.contentwrapper {
  text-align:left;
  height: auto;
  width:624;
  background-color: #fff;
  padding: 24;
  border-width: 0 0 0 1px;
}

#split {
  vertical-align:middle;
  padding:0 0 0 16;
  height: 50;
  border-width: 0 0 1px 1px;
  width: 130;
}

#splitspacer {
  width: 14px;
  padding:0;
  border-width: 0 0 1px 0;
}

#srvcell {
  width: 338;
  line-height: 1.2;
  background-color: #E0E1E2;
}

#logo {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-left-width: 0;
}

span.more {
  display: inline;
  margin:0 0 0 0;
}

.featuredheading {
    color:Red;
    font-weight:bold;
}

.featuredhighlight {
    font-weight:bold;
    font-size:11pt;
	line-height:1.8;
}

.featuredtophighlight {
    font-weight:bold;
    font-size:11pt;
	line-height:1.8;
}

.featuredhighlighttight {
    font-weight:bold;
    font-size:11pt;
	line-height: 1.8;
	letter-spacing : -.05em;
}

#nav{
  padding-top:6px;
  padding-bottom: 0px;
  margin-bottom: -10px;
  width: 112;
  background-color: #fff;
}

#nav td{
  background:
  padding-top:6px;
  padding-bottom: 0px;
  margin-bottom: -10px;
}

/* ####### NAV MENU STUFF BASED ON http://css.maxdesign.com.au/listamatic/vertical14.htm ####### */
 
 #navcontainer ul
 {
 line-height: 1.4;
 list-style-type: none;
 text-align: left;
 /* FOR EXPLORER */
 margin: 0px;
 /* FOR GECKO */
 padding:0;
 }

 #navcontainer ul li a
 {
 line-height: 1.4;
 background: transparent url(../images/noarrows.gif) left center no-repeat;
 /* to show the image */
 padding-left: 10px;
 text-align: left;
 font: bold 11px arial, lucida, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
 letter-spacing : -.005em;
 text-decoration: none;
 color: black;
 }

 #navcontainer ul li a:hover
 {
 background: transparent url(../images/noarrows.gif) left center no-repeat;
 letter-spacing : -.005em;
 color: #6c3;
 }

 #navcontainer ul li a#current
 {
  background: transparent url(../images/greenarrow.gif) left center no-repeat;
  letter-spacing : -.005em;
  color: #6c3;
 }
