/* --------------------------------------
             G E N E R A L
-------------------------------------- */

body  {
  color: #000; 
  background-color: #fff; 
  margin: 0px; 
  padding: 0px }

body,p,li,blockquote,td,th,h4,h5,h6,input,textarea,option {
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  }

p,li,blockquote,td,th,h4,input,textarea,option {
  font-size: 85%;
  }

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #69c;
  }

span.subhead {
  font-weight: normal;
  }

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #69c;
  }

a {
  color: #00f;
  }

a:hover {
  color: #00f;
  }

a:visited {
  color: #90f;
  }


/* --------------------------------------
              S E A R C H
-------------------------------------- */

.search a,.search a:visited {
  font-size: 80%;
  color: #666;
  text-decoration: none;
  }

.search a:hover {
  color: #00f;
  text-decoration: underline;
  }

.search input {
  font-size: 80%;
  }

input#searchsubmit {
  background-color: #ccc;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: hand;
  }


/* --------------------------------------
           D R O P   M E N U
-------------------------------------- */

.menuborder {
  border: #ccc 1px solid;
  }
  
div.dropmenu a,div.dropmenu a:visited {
  padding: 3px;
  font-size: 11px;
  width: 100%;
  display: block;
  color: #666;
  text-decoration: none
  }
  
div.dropmenu a:hover {
  color: #00f;
  text-decoration: underline
  }


/* --------------------------------------
             M A I N N A V
-------------------------------------- */

div#mainnav {
  position: relative;
  z-index: 2;
  }

a.mainnav,a.mainnav:visited {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 3px;
  }

td.mainnavtab {
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom: none;
  }

td.mainnavtab a,td.mainnavtab a:visited,td.mainnavover a,td.mainnavover a:visited {
  color: #000;
  }

td.mainnavover {
  background-color: #fff;
  border: 1px solid #ccc;
  }


/* --------------------------------------
             S U B N A V
-------------------------------------- */
.subnav   { 
  color: #666; 
  font-weight: bold; 
  font-size: 11px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none 
  }

.subnav2  {
  color: #666; 
  font-weight: normal; 
  font-size: 11px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none }

.subnavselected {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }

.subnav a,.subnav a:visited {
  color: #666;
  text-decoration: none;
  }
.subnav2 a,.subnav2 a:visited {
  color: #666; 
  text-decoration: none; 
  width: 100% }

.subnav a:hover {
  color: #00f;
  text-decoration: underline;
  }

.subnav2 a:hover { color: #00f; text-decoration: underline }

/* --------------------------------------
               P R I N T
-------------------------------------- */

.print a {
  font-size: 75%;
  }


/* --------------------------------------
             C O N T E N T
-------------------------------------- */

table.eventscalendar {
  border: 1px solid #000;
  }

table.eventscalendar th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  background-color: #ffc;
  border-bottom: 1px solid #000;
  }


/* --------------------------------------
             S I D E B A R
-------------------------------------- */

td.sidebar {
  font-size: 80%;
  }

th.relatedlinks {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  color: #69c;
  }

td.relatedlinks {
  font-size: 70%;
  }


/* --------------------------------------
       L A N D I N G   P A G E S
-------------------------------------- */

table.landingpage td {
  width: 50%;
  }

table.landingpage p {
  font-size: 80%;
  }

table.landingpage strong {
  font-size: 110%;
  }

/* --------------------------------------
             F O O T E R
-------------------------------------- */
.footer {
  color: #666; 
  font-weight: normal; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none 
  }
.footer a { color: #666; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.footer a:visited { 
  color: #666; 
  font-weight: normal; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none 
  }

.footer a:hover { 
  color: #00f; 
  font-weight: normal; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: underline 
  }

.copyright { 
  color: #000; 
  font-weight: normal; 
  font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none 
  }

/* --------------------------------------
              T A B L E S
-------------------------------------- */
.tabletext   { 
  font-size: 10px; 
  font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif 
  }

.tabletext1 { 
  font-size: 10px; 
  font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #eee;
  }
