	
/*- Site Structure --------------------- */

body {
margin:0px; padding:0px;
text-align:center;
font-size:10pt;
background:#9ec630 url(mainbg.jpg);
background-repeat: repeat-x;
background-position:top;
color:#ffffff;
}

#wrapper {
width:770px;
margin:0px auto;
padding:5px;
text-align:left;
font-family:tahoma, verdana, sans-serif;
line-height: 150%;
background-color:#ffffff;
color: #ffffff;
}

#header {
padding:0px;
}

.quote {
font-size:1.5em;
text-align: right;
float: right;
padding-top: 30px;
padding-right: 10px;
background-color:#ffffff;
color: #9ec630;
}

#footer {
background:#ffffff;
padding-top: 5px;
text-align:center;
color:#2D79B0;
font-size:1.0em;
}

img {
border: none;
}

#valid {
width:770px;
text-align: right;
padding-top: 1px;
margin-right:-10px;
}

a:link, a:visited {
text-decoration: none;
}

/*- Formatting -------------------------- */

.content {
padding:10px;
font-size:1.0em;
background:#336699 url(contentbg2.jpg);
background-repeat: repeat-x;
background-position:top;
}

a.contentlink:link, a.contentlink:visited {
color: #ffffff;
}

a.contentlink:hover {
color: #ffff00;
}

h1,h2 {
font-size:1.3em;
line-height: 120%;
}

.right {
float:right;
width:300px;
margin-top: 10px;
margin-right: 5px;
margin-left: 10px;
margin-bottom:5px;
}

.right2 {
float:right;
width:350px;
margin-top: 10px;
margin-right: 5px;
margin-left: 10px;
margin-bottom:5px;
}

.center {
text-align:center;
margin: 0px;
}

.rightheader {
width:300px;
border:1px solid #2D79B0;
margin:0px;
padding: 5px;
background:#2D79B0;
color: #ffffff;
font-weight:bold;
}

.rightcontent {
width:300px;
border:1px solid #2D79B0;
margin:0px;
padding: 5px;
background:#ffffff;
color: #666666;
}

a.footer:link, a.footer:visited {
color:#2D79B0;
}

.person {
font-size: 0.6em;
color: #666666;
padding-right: 8px;
}

.feature {
margin-right: 5px;
float:left;
}

a.featurelink:link,a.featurelink:link {
color: #9ec630;
font-weight:bold;
}

.locations {
font-size:0.8em;
line-height:130%;
padding:5px;
}

#ticklist {
list-style-image:url(tick.gif);
}

.links {
width:740px;
cell-spacing: 0px;
}

td.links {
width:450px;
border-bottom: 1px dotted #9ec630;
}


/*- Menu Tabs --------------------------- */

 #tabs5 {
   float:left;
   width:100%;
   background:#ffffff;
   font-size:93%;
   line-height:normal;

   }
 #tabs5 ul {
       margin:0;
       padding:0px 10px 0 0px;
       list-style:none;
   }
 #tabs5 li {
   display:inline;
   margin:0;
   padding:0;
   }
 #tabs5 a {
   float:left;
   background:url("tableft5b.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
   }
 #tabs5 a span {
   float:left;
   display:block;
   background:url("tabright5b.gif") no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#ffffff;
   }
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
 #tabs5 a span {float:none;}
 /* End IE5-Mac hack */
 #tabs5 a:hover span {
   color:#ffffff;
   }
 #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;
   }
