p {
margin-bottom:0;
}

H1 {font-size:2em}  
H2 {font-size:1.5em}  
H3 {font-size:1.25em}  
H4 {font-size:1em}  

INPUT, SELECT, TH, TD {font-size:.8em}

form {
  margin-bottom: 0;
}

#banner {
  height: 65px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 1;
}

#previewBanner {
  background: #ffffff;
  color: red;
  font-size: 1.5em;
  font-weight: bold;
}

#xNavBar {
  height: 25px;
  background:url("/Images/FillerGreenx.gif") bottom left repeat-x;
  width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
}

#xNoTab {
  width:139px;
  height: 24px;
  border-bottom: 1px solid #dddddd;
  float: left;
} 

#xNoTabSpacer {
  width:15px; 
  border-style: none;
  float: right;
} 

#xNoTabShortSpacer {
  width:3px; 
  border-style: none;
  float: right;
} 

#xActiveTab {
  line-height: 1; 
  height: 15px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #006633;
  border-right: 1px solid #006633;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #006633;
  float: right;
}

#xInactiveTab {
  line-height: 1; 
  height: 15px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  background: #cadcc6;
  border-top: 1px solid #006633;
  border-right: 1px solid #006633;
  border-bottom: 1px solid #006633;
  border-left: 1px solid #006633;
  float: right;
}

#container {
  margin: 0; padding: 0; height: 100%;
  background:url("/Images/FillerGray.gif") top left repeat-y;
  width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
}

#navBar {
  width:140px;
  float:left;
}

#activeTab {
  width:118px;
  padding: 5px 10px;
  text-align: center;
  background: #ffffff;
  border-top: none;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #006633;
  border-left: 1px solid #006633;
  float: right;
}

#inactiveTab {
  width:118px;
  padding: 5px 10px;
  text-align: center;
  background: #cadcc6;
  border-top: none;
  border-right: 1px solid #006633;
  border-bottom: 1px solid #006633;
  border-left: 1px solid #006633;
  float: right;
}

#noTab {
  width:139px;
  height: 3px;
  border-top: none;
  border-right: 1px solid #006633;
  border-bottom: 1px solid #006633;
  border-left: none;
  float: right;
}

#content {
  padding: 25px; 
  background: #ffffff url("/Images/ContentBG.jpg") no-repeat fixed center;
  border-top: none;
  border-right: 1px solid #006633;
  border-bottom: 1px solid #006633;
  border-left: none;
  margin-left: 140px;
}

#footer {
  width: 99%;
  text-align: center;
  width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
}

#editLink {
  float: right;
}

#blogBox {
  width:400px;
  padding: 0px;
  float: right;
}

#content2Container {
  width:400px;
  padding: 0px;
  float: right;
}

#content2Header {
  text-align: right;
  font-weight: bold;
}

#content2 {
  width:350px;
  padding: 5px;
  background: #cadcc6;
  border-top: 1px solid #006633;
  border-right: 1px solid #006633;
  border-bottom: 1px solid #006633;
  border-left: 1px solid #006633;
  float: right;
}

img {padding:5px}
img.editIcon {vertical-align:bottom; align:right; padding: 0px;}

a:link {color: #006633; font-weight: bold}
a:visited {color: #006633; font-weight: bold}
a:active {color: #006633; font-weight: bold}
a:hover {color: #000000; font-weight: bold}
a {text-decoration: none;}




