html, body, h1, h2, h3, h4, h5, h6, p, a, li, table {
   font-family : Geneva, Verdana, sans-serif;
   font-size : 11px;
}

body {
   font-weight : normal;
   color : black;
   background-color : #999;
   margin-top : 0;
   width : 800px;
   text-align : left;
   margin-left : auto;
   margin-right : auto;
}

DIV#mainbody {
   color : black;
   font-size : 12px;
   font-family : geneva;
   font-weight : normal;
   line-height : 170%;
   text-decoration : none;
   text-align : left;
   background-color : #ccc;
   border-top : 8px solid #333;
   border-bottom : 8px solid #333;
   margin : 0;
   padding : 0;
}

h2 {
   color : black;
   font-weight : bold;
   text-decoration : none;
   font-size : 1.2em;
}

p {
   color : black;
   font-weight : normal;
   line-height : 150%;
   text-decoration : none;
   text-align : left;
   padding : 10px;
}

a {
   color : black;
   text-decoration : none;
}

a:link, a:visited {
   color : black;
}

a:hover, a:active {
   color : #666;
}

a.underline {
   text-decoration : underline;
}

TD.mainmenu {
   color : white;
   text-decoration : none;
   background-image : url(../images/menu_back.gif);
   background-repeat : repeat-x;
}

a.mainmenulink {
   font-size : .9em;
   font-weight : bold;
   text-decoration : none;
   padding-right : 5px;
}

a.mainmenulink:link, a.mainmenulink:visited {
   color : white;
}

a.mainmenulink:hover, a.mainmenulink:active {
   color : #999;
}

.mainmenu #selected {
   color : #999;
}

DIV#masthead {
   width : 800px;
   height : 153px;
   background-image : url(../images/topbanner.jpg);
   background-repeat : no-repeat;
}

TD.submenu {
   width : 142px;
   text-align : center;
   color : white;
   text-decoration : none;
   background-image : url(../images/button_back.gif);
   background-repeat : no-repeat;
}

a.submenulink {
   font-size : 0.9em;
   font-weight : normal;
   line-height : 1.1em;
   text-decoration : none;
}

a.submenulink:link, a.submenulink:visited {
   color : black;
}

a.submenulink:hover, a.submenulink:active {
   color : #666;
}

TD.picturecell {
   border-top : 2px solid black;
   border-left : 2px solid black;
   border-bottom : 2px solid black;
}

.logobar {
   background-image : url(../images/logo_bar.gif);
   background-repeat : no-repeat;
   background-color : #314476;
   color : white;
   font-size : 9px;
   font-weight : normal;
   text-decoration : none;
   text-align : right;
   margin :0;
   padding : 5px 13px;
}

.logobar a {
   color : white;
   text-decoration : none;
   font-size : 1em;
}

.logobar a:link, .logobar a:visited {
   color : white;
}

.logobar a:hover, .logobar a:active {
   color : #ccc;
}

.credits {
   width : 300px;
   color : #333;
   font-size : .8em;
   font-weight : normal;
   text-decoration : none;
   margin : 0;
   padding : 5px 2px;
}

.credits a {
   font-size : 1em;
   font-weight : normal;
   text-decoration : none;
}

.credits a:link, .credits a:visited {
   color : #333;
}

.credits a:hover, .credits a:active {
   color : white;
}

