.bannertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
}

    body {
        margin:0;
        padding:0;
        font: bold 11px/1.5em Verdana;
}

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

.leftpadding {
padding-left:6px; }

.paddingleftright {
padding-left:3px; 
padding-right:3px; 
}

.border-bottom {
border-bottom:1px solid #E276A7;}

img {
border: none;
}

/*- Menu Tabs 8--------------------------- */

    #tabs8 {
      float:left;
      width:100%;
      background:#FCF1F6;
      font-size:85%;
      line-height:normal;
          border-bottom:1px solid #E276A7;
      }
    #tabs8 ul {
          margin:0;
          padding:10px 10px 0 6px;
          list-style:none;
      }
    #tabs8 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs8 a {
      float:left;
      background:url("../images/tableft8.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs8 a span {
      float:center;
      display:block;
      background:url("../images/tabright8.gif") no-repeat right top;
      padding:3px 18px 4px 4px;
      color:#333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
      color:#591333;
      }
    #tabs8 a:hover {
      background-position:0% -42px;
      }
    #tabs8 a:hover span {
      background-position:100% -42px;
      }

      #tabs8 #current a {
              background-position:0% -42px;
      }
      #tabs8 #current a span {
              background-position:100% -42px;
      }

#navcontainer { 
        width: 800px;
        padding: 10px;
        margin: 3px 0 10px 0;
        border-top: 6px solid #CB5002;
        border-bottom: 6px solid #CB5002;
	
}
#navlist li {
        margin: 0;
        padding: 00px;
        display: inline;
        list-style-type: none;
}
		
#navlist a:link, #navlist a:visited {
        float: left;
        font-family: georgia;
        font-size: 12px;
        font-weight: bold;
        padding: 2px 4px 6px 12px;
        background-color: #eef4f1;
        text-decoration: none;
        color: #000;
}

#navlist a:link.active, #navlist a:visited.active, #navlist a:hover {
        color: #006600;
}

.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.padding {
    padding-top: 10px;
    padding-left: 10px;
	padding-right: 10px;
	}