/* FORK Page Stylesheet */

td, body {
  font-family: Verdana, Helvetica, Arial;
}
a:link {
  text-decoration: underline;
  color: #333333;
}
a:visited {
  text-decoration: underline;
  color: #333333;
}
a:hover {
  text-decoration: underline;
  color: #333333;
  background-color: #FFFF99;
}
a:active {
  text-decoration: none;
  color: #333333;
}

/* breadcrumbs */
.breadcrumbs {
  font-family: Verdana, Helvetica, Geneva, Arial;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 12px;
  padding: 0px 0px 0px 5px;
}
a.breadcrumbs:link {
  text-decoration: underline;
  color: #000000;
  padding: 0px 0px 0px 0px;
 }
a.breadcrumbs:visited {
  text-decoration: underline;
  color: #000000;
  padding: 0px 0px 0px 0px; 
 }
a.breadcrumbs:hover {
  text-decoration: none;
  color: #FFFFFF;
 }
a.breadcrumbs:active {
  text-decoration: underline;
  color: #FFCC22;
 }
 
/* tag line */
.tagline {
  font-family: Helvetica, Arial, Geneva;
  font-size: 24px;
  font-weight: normal;
  color: #006633;
  line-height: 28px;
  padding: 26px 20px 0px 20px;
}

/* standard text */
.standardText {
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  line-height: 14px;
  padding: 0px 20px 0px 10px;
}
a.standardText:link {
  text-decoration: underline;
  color: #000000;
  padding: 0px 0px 0px 0px;
 }
a.standardText:visited {
  text-decoration: underline;
  color: #000000;
  padding: 0px 0px 0px 0px; 
 }
a.standardText:hover {
  text-decoration: underline;
  color: #000000;
  background-color: #FFFFAA;
 }
a.standardText:active {
  text-decoration: underline;
  color: #000000;
 }
 
/* bullet for announcements */
li { 
  list-style: url(../_assets/bullet_star.gif);
  margin-left: -5px;
}


/* standard Lists */
.standardList {
  font-family: Verdana, Geneva, Arial;
  font-size: 9px;
  font-weight: normal;
  color: #333333;
  line-height: 12px;
  padding: 0px 10px 0px 0px;
  margin-bottom: -10px;
}




/* secondary text */
.secondaryText {
  font-family: Verdana, Geneva, Arial;
  font-size: 9px;
  font-weight: normal;
  color: #228855;
  line-height: 12px;
  padding: 0px 20px 0px 10px;
}
a.secondaryText:link {
  text-decoration: underline;
  color: #228855;
  padding: 0px 0px 0px 0px;
 }
a.secondaryText:visited {
  text-decoration: underline;
  color: #228855;
  padding: 0px 0px 0px 0px; 
 }
a.secondaryText:hover {
  text-decoration: underline;
  color: #000000;
 }
a.secondaryText:active {
  text-decoration: none;
  color: #000000;
 }
 

/* home page highlight links */
.bigLinks {
  font-family: Georgia, Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #2288EE;
  line-height: 28px;
}
a.bigLinks:link {
  text-decoration: underline;
  color: #2288EE;
 }
a.bigLinks:visited {
  text-decoration: underline;
  color: #2288EE;
 }
a.bigLinks:hover {
  text-decoration: none;
  color: #FFFFFF;
 }
a.bigLinks:active {
  text-decoration: underline;
  color: #000000;
 }

 
 /* secondary subhead text */
.secondaryTextSubHeads {
  font-family: Georgia, Times, serif;
  font-size: 11px;
  font-weight: bold;
  color: #006633;
  line-height: 14px;
  padding: 0px 20px 0px 20px;
}
 
 
 /* section main Header text */
.header {
  font-family: Helvetica, Arial, Geneva;
  font-size: 26px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 28px;
  padding-right: 20px;
  padding-bottom: 15px;
}


/* section secondary Header text */
.header_secondary {
  font-family: Helvetica, Arial, Geneva;
  font-size: 21px;
  font-weight: normal;
  color: #3366FF;
  line-height: 28px;
  padding-left: 10px;
  padding-bottom: 12px;
}

 
 
 /* FORM MAIL text input and text area */
 INPUT, TEXTAREA {
  BACKGROUND-COLOR: #EEEEEE;
  COLOR: #000066;
  FONT-FAMILY: Verdana, Geneva, Arial;
  FONT-SIZE: 9px;
  LINE-HEIGHT: 12px;
}