
*{margin: 0px; padding: 0px; }

img{border: 0px; display: none !important;}
h1{font-size: 17px; margin-bottom: 7px; line-height: 21px;}
a{color: red; font-weight: bold; text-decoration: none;}
a:hover{color: white; background-color: red;}
#logo a:hover{background-color: white;}

p{margin-bottom: 10px;}

body{
  font-family: tahoma, verdana, san-serif;
  font-size: 11px;
  line-height: 18px;
  color: black;
}

#logo{
  position: absolute;
  width: 373px;
  margin-top: -80px;
  margin-left: 170px; 
}

#container{
  width: 525px;
}

#containerTop{ 
  width: 703px;
  height: 1px;
  margin-bottom: 1px;
  display: none !important;
}

#containerBottom{ 
  width: 703px;
  height: 60px;
  clear: both;
  font-family: tahoma, ariel, san-serif;
  font-size: 9px ;
  color: red;
  font-weight: normal;
  margin-top: 15px;
  display: none !important;
}

  #footerRight{
    float: right;
	text-align: left;
	margin-left: 19px;
  }
  
  #footerLeft{
    width: 400px;
	text-align: right;
	margin-left: 100px;
  }


#rightCol{
  float: right;
  width: 523px;
  margin-left: -3px; /* 3px text jog bug IE */
  display: inline; /* margin doubling bug fix for IE */
}

#leftCol{
  width: 163px;
  margin-left: 12px;
  padding-top: 37px;
  display: none !important;
}


  #leftCol ul{ list-style: none;}
  #leftCol li a{ display: block; width: 163px; height: 29px;}
  
  #navHome:hover{ background: url("images/navBg.gif") ;}
  #navAbout:hover{ background: url("images/navBg.gif") 0px -30px ;}
  #navMenu:hover{ background: url("images/navBg.gif") 0px -60px ;}
  #navDir:hover{ background: url("images/navBg.gif") 0px -90px ;}
  
  #navHome{ background: url("images/navBg.gif") 0px -119px;}
  #navAbout{ background: url("images/navBg.gif") 0px -149px ;}
  #navMenu{ background: url("images/navBg.gif") 0px -179px ;}
  #navDir{ background: url("images/navBg.gif") 0px -209px ;}
  
  
  #navHomeCurrent{ background: url("images/navBg.gif") ;}
  #navAboutCurrent{ background: url("images/navBg.gif") 0px -30px ;}
  #navMenuCurrent{ background: url("images/navBg.gif") 0px -60px ;}
  #navDirCurrent{ background: url("images/navBg.gif") 0px -90px ;}

.bottomBorder{  border-bottom: 1px solid #2D466E; display: block;}
.floatRight{ float: right;}
.superHighlight{ font-size: 18px; font-weight: bold; color: red;  }
.even{ background-color: #DDDDDD; }
.description{width: 300px; float: right;}
.pic{float: right; margin: 8px 0px 8px 8px ; padding: 1px; border: solid red 1px;}
.picInline{margin: 8px 0px 8px -3px ; padding: 1px; border: solid red 1px; display: inline;}