body{
background:#FFFFFF url(bground.gif) ;
font:95% Century Gothic,Arial,Helvetica,sans-serif;
list-style-type:none;
padding:0;
text-align:center;
color: #336633;
}
#masthead{
background:#FFFFCC;
margin:0;
padding:0 0 5px 0;
width: 757px;
text-align:center;
border-bottom: 1px solid #CCCCCC;
}
#masthead img{
	margin-top:10px;
}

#form{
border:1px solid #336633;
margin-top:20px;
margin-bottom:20px;
padding:5px;
padding-right:10px;
text-align:left;
width:43%;
font-size:120%;
}
h1{
font-size:110%;
color: #336633;
margin:0;
padding:0;
text-align:center;

}
h2,h3,h4,h5
{
color: #336633;
font-size:110%;
font-style:italic;
margin:0;
padding:0;
text-align:center;
}
h6
{
margin-bottom: 20px;
}

#content{
float:left;
font-size:100%;
list-style-type:none;
padding:10px;
text-align:left;
width:98%;
margin: 0;

}
#content li{
	
    color: #336633;
	list-style:disc;
	
}

#siteinfo{
    height:160px;
	clear:both;
	color: #999999;
	font-size:100%;    
	margin:0;
	text-align:center;
	padding-top: 12px;
	border-top: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
#wrap{
	width: 757px;
	margin:10px auto;
	background:#FFFFCC;
    border:1px solid #CCCCCC;
}

.imgborderleft
{
border: #CCCCCC 1px solid;
float:left;
margin:2px 10px 2px 2px;
padding:2px;
}

.imgborderright
{
border: #CCCCCC 1px solid;
float:right;
margin:2px 10px 2px 2px;
padding:2px;
}
#topbar {
      width:100%;
      font-size:95%;
      border-top:1px solid #CCCCCC;
	  border-bottom:1px solid #CCCCCC;
      height:25px;
	  padding: 4px 0 0 0;
	  background-color:#FFFFFF;	
	  color:#3366FF;	   
	  text-align:center;
	  margin: 0;
      }
.clear
{
clear:both;
}

table tr td
{

border: 1px solid #336633;
padding: 3px;
}
.redtext
{
color:#FF0000;
}
.line
{
border-top:1px solid #CCCCCC;
margin:0 0 10px 0;
padding:0;
width:100%;
}

/*- Menu Tabs 5--------------------------- */

    #tabs5 {
      float:left;
      width:100%;
      background: #FFFFCC;
      font-size:93%;
      font-weight:bold;
	  border-bottom:1px solid #CCCCCC;
      
      }
    #tabs5 ul {
          margin:0 0 0 55px;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background:url("tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;