.ahem {display: none;}

/* the following section controls the general LINK underline */
a:active {text-decoration: underline;}
a {text-decoration: underline;}
a:hover {text-decoration: underline;}
a img {border: none;}

/* this controls font size in headings */
H1 {font-size: medium}

/* hr {height: 1px; padding: 0px; border: 1px solid;} */

/* this controls background and margin size */
body {background-image: url(graphics/Bckgnd32b.gif);  background-color: #ffffff; margin: 0px 0px 0px 0px;}
/* this colors and sizes the table  and td background */
/* background32 jpeg is approx. #a8b5c8 */
/* menu color on pages is #d7dcea */
/* .mainbar {background-color: none; width: 628px;} */
.mainbar {background-color: none; width: 600px;}
.mainsub {background-color:none; width: none;}
.sidebar {background-color: none; width: 110px;}  
.menubar {background-color: #d7dcea;}
.mainbar .hilite {color: #cc0000;}
.sidebar .hilite {color:  #fdfe96;}

/* this controls FONT in designated table data */
.mainbar {font-family: Arial, sans-serif; font-size: 13px;}
.mainsub {font-family: Arial, sans-serif; font-size: 13px;}
.sidebar {font-family: Arial, sans-serif; font-size: 12px;}
.menubar {font-family: Arial, sans-serif; font-size: 14px;}

/* this controls FONT in undesignated table data i.e not mainbar, etc */
/* and shows parser error on WC3 validators */
body, td, th, textarea, {font-family: Arial, sans-serif; font-size: 13px;}

/* this controls the bar specific LINK underline */
.mainbar a {text-decoration: none;}
.mainsub a {text-decoration: none;}
.sidebar a {text-decoration: none;}
.menubar a {text-decoration: none;}
.mainbar a:hover {text-decoration: underline;}
.mainsub a:hover {text-decoration: underline;}
.sidebar a:hover {text-decoration: none;}
.menubar a:hover {text-decoration: none;}

/* This controls the LINK color and size */
.mainbar a {color: #000090;}
.mainsub a {color: #000090;}
.sidebar a {color: #000070; font-size: 13px;}
.menubar a {color: #000070; font-size: 13px;}

/* This controls the LINK hover color and size */
.mainbar a:hover {color: #ff0000;}
.mainsub a:hover {color: #ff0000;}
.sidebar a:hover {color: #ffffff; font-size: 13px;}
.menubar a:hover {color: #ffffff; font-size: 13px;}

