
.bgleft {
background-image : url(./bgleft.gif);
}
.bgright {
background-image : url(./bgright.gif);
}
.bgtop {
background-image : url(./bgtop.gif);
}
.bgbottom {
background-image : url(./bgbottom.gif);
}
.bannerbk {
background-color : #ffffff;
border-bottom : 1px solid #f4f4f4;
}
.nav1container {
border-bottom : 1px solid #e2e2e2;
border-top : 1px solid #e2e2e2;
background-color : #ffffff;
}
.nav1active {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
text-decoration : none;
font-weight : bold;
background-color : #f67b47;
padding : 8px 10px 7px;
line-height : 30px;
border-right : 1px solid #e2e2e2;
border-left : 1px solid #fcc162;
}
.nav1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
text-decoration : none;
padding-right : 10px;
padding-left : 10px;
font-weight : bold;
line-height : 30px;
padding-top : 8px;
padding-bottom : 7px;
border-right : 1px solid #e2e2e2;
border-left : 1px solid #fcc162;
}
.nav1active:hover {
color : #000000;
}
.nav1:hover {
background-color : #f67b47;
padding : 8px 10px 7px;
line-height : 30px;
color : #000000;
}
.top2background {
background-image : url(./bg.gif);
}
.contenttop1 {
background-image : url(./bub_bodytop.png);
border-right : 1px solid #e2e2e2;
}
.nav2active {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #32a86b;
text-decoration : none;
}
.nav2 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #f67b47;
text-decoration : none;
}
.nav2:hover {
color : #32a86b;
}
.contentbackground {
background-color : #ffffff;
}
.content2bk {
border-top : 1px dashed #000000;
}
.content3bk {
border-top : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}
.content4bk {
border-top : 1px dashed #000000;
}
.contentleft {
background-color : #ffffff;
border-right : 1px solid #e2e2e2;
}
.contentright {
border-left : 1px solid #e2e2e2;
}
p {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
}
li {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
}
h1 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 16px;
}
a {
color : #3300cc;
text-decoration : none;
}
a:hover {
color : #32a86b;
}
.copyright {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
.footer {
background-color : #ffffff;
border-top : 1px solid #e2e2e2;
}
.slogan {
font-family : "Trebuchet MS";
font-size : 18px;
font-style : italic;
font-weight : bold;
color : #000000;
}
.style1 {
font-size : 12px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
font-size : 14px;
}
.style10 {
color : #993300;
}
.style9 {
color : #ff3300;
font-weight : bold;
}
.style14 {
font-size : 11px;
}
.style15 {
color : #ffffff;
}
li:hover ul, li.over ul{ display: block; }
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;