﻿/* This style sheet is for Netscape 6.x and IE browsers. If the user's browser is an earlier Netscape version, it will automatically use the styleNN.css file */

/* This section defines the general body elements of the page */
body {margin-left: 0%; margin-right: 0%; font-family: Arial, Verdana, Helvetica, sans-serif; background: #FFFFFF; color: #000000; } 

/* This section defines specific text elements of the page */
p, li, ul, div, blockquote, ol, ul, dl, dt, dd, td { font-size: x-small; font-family: Arial, Verdana, Helvetica, sans-serif; }

/* This section defines header text of each page using the <p> tag */
p.header {color: #000000; font-size: 1.4em; font-family: Helvetica, Verdana, sans-serif; line-height: 200%;}

/* This section defines title text of e-zine titles */
.title {color: #336699; font-size: 1.2em; font-weight: bold; font-family: Helvetica, Verdana, sans-serif; line-height: 200%;} 

/* This section defines the background color options for <td> cells */
.byellow {background-color: #ffcc00 }
.bblue {background-color: #0033cc }
.bgray {background-color: #cccccc }
.bltblue {background-color: #336699 }
.bdkgray {background-color: #999999 }

/* This section defines the color options for text using any type of text tag */
.yellow {color: #ffcc00 }
.blue {color: #0033cc }
.gray {color: #cccccc }
.ltblue {color: #336699 }
.dkgray {color: #999999 }

/* The following sections apply to <a href> links within the site.  */

/* Use the 'plain' class to remove underlines from links (NOT recommended) */
a.plain {text-decoration: none}

/* This section defines colors and sizes for primary navigation links when you're NOT WITHIN that section */
a.navigation {text-decoration: none; font-size: x-small; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: center; font-weight: bold; color: #FFFFFF; } /* for unvisited links */
a:link.navigation {text-decoration: none; font-size: x-small; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: center; font-weight: bold; color: #FFFFFF; } /* for visited links */
a:visited.navigation {text-decoration: none; color: #FFFFFF; font-size: x-small; } /* when link is clicked */
a:hover.navigation {text-decoration: none; color: #cccccc} /* when mouse is over link */

/* This section defines colors and sizes for the primary navigation link you're WITHIN */
a.section {text-decoration: none;  font-size: x-small; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: center; font-weight: bold;  color: #ffcc00; }
a:link.section {text-decoration: none;  font-size: x-small; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: center; font-weight: bold;  color: #ffcc00; }
a:visited.section {text-decoration: none; color: #ffcc00; font-size: x-small;}
a:hover.section {text-decoration: none; color: #ffcc00; }
a:active.section {text-decoration: none; color: #ffcc00; }

/* This group is for the top site index button always */
a.index {font-size: .75em; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal;  color: #003366;}
a:link.index {color: #003366 }
a:visited.index {color: #003366 }
a:hover.index {color: #003366 }

/* This group is for the top home button always */
a.home {font-size: .75em; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal;  color: #003366;}
a:link.home {color: #003366 }
a:visited.home {color: #003366 }
a:hover.home {color: #003366 }

/* This section defines colors and sizes for secondary navigation at the top of the page at all times */
a.topnav {text-decoration: none; font-size: 0.75em; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: right; color: #003366}
a:link.topnav {text-decoration: none; color: #003366; font-size: .75em;  }
a:visited.topnav {text-decoration: none; color: #003366; font-size: .75em;  }
a:hover.topnav {color: #FFCC00; text-decoration: underline; font-size: .75em;  }

/* This section defines colors and size for the left navigation bars */
a.leftnav { text-decoration: none; font-size: x-small; color: #0033cc; font-family: Arial, Verdana, Helvetica, sans-serif; }  
a:link.leftnav { text-decoration: none; font-size: x-small; color: #0033cc; line-height: 150%; }
a:visited.leftnav { text-decoration: none; font-size: x-small; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 150%;} /* for visited links */
a:hover.leftnav { text-decoration: underline; color: #FFFFFF; font-size: x-small; font-family: Arial, Verdana, Helvetica, sans-serif; } /* when mouse is over link */