@charset "iso-8859-1";
/* Document CSS */
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li  { }

/* fix for browsers that don't need the hack */
html>body #navBar li    { font-size: 10px; line-height: 10px; border-bottom: medium none }


/*********** #sectionLinks styles ***********/

#sectionLinks    { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 7px; text-align: center; margin: 0; padding: 0 }
#sectionLinks a:link  { padding: 2px 10px; width: auto; voice-family: inherit  }

#sectionLinks a:visited  { padding: 2px 10px }

#sectionLinks a:hover  { background-color: #1E7793; padding: 2px 10px }


a:active { color: yellow; text-decoration: none }
a:link { color: white; text-decoration: none }
a:visited { color: silver; text-decoration: none }
a:hover { color: yellow; text-decoration: none }
body    { color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; background-color: #1E7793 }

