/* Font Families
  "Century Gothic", Verdana, Arial, Tahoma, sans-serif
  "Times New Roman", Times, serif
  Georgia, "Times New Roman", Times, serif
  Courier New, Courier, mono
*/


body {
  font-family: "Century Gothic", Verdana, Arial, Tahoma, sans-serif; 
  color: #3A334B; text-align: center; font-size: 14px; 
  background: #38394E url(images/background.jpg) repeat-x top; margin:0; padding:0;
}

/** Heading Style **/
h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

h1 {font-family: Tahoma, Verdana, Arial, "Century Gothic", sans-serif; font-size: 26px; font-weight: bold}
h2 {font-family: Tahoma, Verdana, Arial, "Century Gothic", sans-serif; font-size: 22px; font-weight: bold; font-style: italic}
h3 {font-family: Tahoma, Verdana, Arial, "Century Gothic", sans-serif; font-size: 18px; font-weight: bold}

.normal {font-family: "Century Gothic", Verdana, Tahoma, Arial, sans-serif; text-align: justify; font-size: 14px}
.smaller {font-family: Verdana, Tahoma, Arial, "Century Gothic", sans-serif; font-size: 10px}
.smallest {font-family: Verdana, Tahoma, Arial, "Century Gothic", sans-serif; font-size: 9px}
.signature {font-family: "Bradley Hand ITC", serif; font-size: 18px}
.tablebg, .tablebg TD, .tablebg TH {background-color: #F0EDDA}

.border_outer {
  border-top: #000000 2px solid; border-bottom: #000000 2px solid; 
  border-left: #000000 2px solid; border-right: #000000 2px solid; 
  background-color: #F0EDDA; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; 
}

.border_inner {
  border-top: #CC9966 2px solid; border-bottom: #CC9966 2px solid; 
  border-left: #CC9966 2px solid; border-right: #CC9966 2px solid; 
  background-color: #F0EDDA; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; 
}

a:active {text-decoration: underline; color: #3A334B}
a:link {text-decoration: underline; color: #3A334B}
a:visited {text-decoration: underline; color: #3A334B}
a:hover {text-decoration: none; color: #BD9452}


/*- Navigation Bar Tabs --------------------------- */

    #navbar {
      float:left;
      width:100%;
      background:#F0EDDA;
      font-size:12px;
      line-height:normal;
      }
    #navbar ul {
    margin:0;
    padding:10px 10px 0px 145px;
    list-style:none;
      }
    #navbar li {
      display:inline;
      margin:0;
      padding:0;
      }
    #navbar a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #navbar a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navbar a span {float:none;}
    /* End IE5-Mac hack */
    #navbar a:hover span {
      color:#FFF;
      }
    #navbar a:hover {
      background-position:0% -42px;
      }
    #navbar a:hover span {
      background-position:100% -42px;
      }

