/* headfoot.css */

/* RULES FOLLOWING APPLY TO header.html */

/* THIS RULE HIDES A STATEMENT FROM ALL BUT OUTDATED BROWSERS WHICH
DON'T PROPERLY SUPPORT CSS */
#browser {
display: none;
}

#bannertable {
width: 100%;
}

div#google_search fieldset {
border: none;
}



#navtable {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: smaller;
background-color: #900;
}


#navlinks {
text-align: right;
}


#navtable a {
color: #FFF;
text-decoration: none;
}

#navtable a:hover {
color: #CCC;
}


/* RULES FOLLOWING APPLY TO footer.html */

#footer {
font-size: .8em;
text-align: center;
}

