body {  
  text-align: center; /* for IE */
  }
  
a img {border: 0 none;}
a:link { color: blue; font-size: 9pt; text-decoration: underline; }
a:hover { color: gray; text-decoration: none; }
/*
a:active { color: white; }
a:visited { color: white; text-decoration: none; }
*/

.font { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; }
.navboxcont_C4058AC4 { width: 100%; height:100%}
.navboxleft_C4058AC4 { width:234px; float:left; height:100%}
.navboxauto_C4058AC4 { margin-left:234px; width:auto; height:100%}

.emailLiink { color: #00f; font-size: 16px; text-decoration: underline; }
.tabLink { color: white; text-decoration: none; }

.name {
  font-size: 14px;
  font-weight: bold;}

.homeColHeader {
  font-size: 18px;}
  
.homeColText {
  font-size: 10px;} 
  
.footerText {
  } 
 
.webDirectory {
  border-style: solid;
  border-color: #A8A9AD;
  border-width: 2px;
  }  
  
.webDirectoryHeadline {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  }
  
.menuExtras,
.menuExtras a {
  background-color: #9C0000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;}
  

 .debug {
  text-align: left;
  background-color: #e7e7e7;
  border-style: outset;
  border-color: #6f6f6f;
  padding: 10px;
  margin: 10px;
  color: #ff0000;
  font-weight: bold;
  }
  
#mainFrame  {
  float:left;
  text-align: left; /* counter the body center */
  margin-top: 0px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 860px;
  }
  
#top  {
  position:relative;
  background-image: url('../images/header2.jpg');
  background-repeat: no-repeat;
  height: 168px;
  width: 100%;
  }
  
#theDate {
  position: absolute;
  left: 680px;
  top: 3px;
  font-size: 12px;
  color: #ffffff;}
  
#homeExtras {
  position:absolute;
  left: 250px;    
  top: 35px;}
  
  
#otherExtras {
  position:absolute;
  left: 254px;    
  top: 143px;}
  
  
#topHome  {
  position:relative;
  background-image: url('../images/homeHeader.jpg');
  background-repeat: no-repeat;
  height: 168px;
  width: 100%;
  }
  
#leftSide  {
  position: relative;
  top: 0px;
  width: 234px;
  float:left;
  /* margin-top: 5px;*/
 }
 
#goodStuff {
  display:inline; 
  width: 596px;
  
  }
  
#rightSide  {
  position: relative;
  top: 0px;
  width: 234px;
  float:right;
  /* margin-top: 5px;*/
 }
 
#goodFix {
  display:inline; 
  position:absolute; 
  left:234px;
  }  

 
.bottom  {
  /*
  position: relative;
  display:inline; 
  clear: both;
  float:left;
  width: 860px;
  */
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #AC2140;
  padding-top: 5px;
  font-size: 10px;
  color: #737373;
  text-align: center;
  }  
  
.tiny {
  padding-top: 30px;
  font-size: 8px;
  text-align: center;
  
}  

.btnGo {
  font-weight: bold;} 
  
  
  
/********************************************************
*
* tabber styles
*
********************************************************/  

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
  width:594px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 10px Verdana, sans-serif;
 }

ul.tabbernav li {
 list-style: none;
 margin: 0;
 display: inline;
 }

ul.tabbernav li a
{
 
 padding: 3px 0.5em;
 margin-left: 3px;
 padding-left: 15px;
 padding-right: 15px;
 padding-left: 10px;
 padding-right: 10px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
 
 
 color: #444;
 /*display: block;
 width: auto;
 padding: 2px 10px;
 */
 background: #DDDDDD;
 margin: 0;
 border-left: 1px solid #fff;
 border-right: 1px solid #aaa;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
 
 /*background: #BBBBBB;*/
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;

 background: #BBBBBB;
 border-bottom: 1px solid #bbbbbb;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
 
 background: #BBBBBB;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 padding:15px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



