BODY { background: #FFFFFF; }
.BlackBold   { color: #000000; font-weight: bold }
BODY, TABLE, FORM, DIV, P, TD { font-family: Verdana, Helvetica, Arial, sans-serif; color: #000000; } /* green 339900 */
.mainMenuCell_VerticalNav{ border:1px solid #000000; background-color: #FFFFFF; padding-top:10px; padding-bottom:10px }
.mainMenuCell_HorizontalNav{ border:1px solid #000000; background-color: #FFFFFF; padding-top:1px; padding-bottom:1px }
.mainContentCell_VerticalNav{ border-right:1px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; padding-top:10px }
.mainContentCell_HorizontalNav{ border-left:1px solid #000000; border-right:1px solid #000000; border-bottom:1px solid #000000; padding-top:10px }

h1 { font-family: Verdana, Helvetica, Arial, sans-serif; color: #996600; font-size:20pt; text-align:center }
a:link.mainMenuLinkSelected, a:visited.mainMenuLinkSelected, a:active.mainMenuLinkSelected{
   background: #7BBF22;                                                             /* green */
   /*border: 1px solid #0000ff;*/
   /*makes a solid border around the link 2px wide*/
   color: #FFCC33;                                                                  /* gold */
   display: block;
   /*makes a block around the link */
   float: left;
   font-size: 10pt;
   margin: 0px;
   /*margin=setting the blue space around the boxes*/
   padding: 2px;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   width: 150px; font-weight:bold
   /* width: 115 px for 7 links on each line */
   /* width: 130 px for 6 links on each line */
   /* width: 157 px for 5 links on each line */
}
a:link.mainMenuLink, a:visited.mainMenuLink, a:active.mainMenuLink {
   background: #0080FF;                                                             /* blue */      
   /*border: 1px solid #0000ff;*/
   /*makes a solid border around the link 2px wide*/
   color: #ffffff;                                                                  /* white */
   display: block;
   /*makes a block around the link */
   float: left;
   font-size: 10pt;
   margin: 0px;
   /*margin=setting the blue space around the boxes*/
   padding: 2px;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   width: 150px; font-weight:bold 
   /* width: 115 px for 7 links on each line */
   /* width: 130 px for 6 links on each line */
   /* width: 157 px for 5 links on each line */
}
a:hover.mainMenuLink {
   background: #FF0000;                                                             /* red */
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   color:#000000;                                                                   /* black */
   font-size:10pt
}