body {
	font-family : "Arial, sans-serif";
	font-size : 12px;
	color : #000020;
        background-color: #0b215a;
        background-repeat: repeat-y;
}

/* Don't put <input> in this list, on some browsers it will become white text on white. */
html, body, div, p, ul, li, table, td, tr, a, dt, c1, c2, c3, c4, c5, c6, c7, c8, c9 {
   color: #FFFFFF;
   font-size: 14px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
   color: #4AE7FF;
}

a:visited {
   color: #CCCC99;
}

a:hover {
   color: #FFFFBB;
}

/* Headers and bold in orange. */
h1, h2, h3, h4, h5, h6, b {
   color: #F7BD42;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
   font-size: 24px;
}

h2 {
   font-size: 20px;
}

h3 {
   font-size: 16px;
}

h4, h5, h6 {
   font-size: 14px;
}


.newsheader {
 color: #F7BD42;
 font-size: 18px;
}

.year_separator {
  background-color: #F7BD42;
  color: blue;
}

.newsdate {
 color: #F7BD42;
 font-size: 14px;
}

.eventheader {
 color: #F7BD42;
 font-size: 20px;
}

.bottombanner {
 width: 900px;
 text-align : center;
 font-size: small;
 margin-left: 20px;
}

/* jms */
/* Colors for the footer, basically links in a one-row table. */
td.footer {
/*   font-size: 12px; */
   color: #6666CC; 
   background-color: #F7BD42;
   font-weight: bold;
   text-align: center;
}

a.footer:link {
/*   font-size: 12px; */
   color: #6666CC; 
   text-decoration: none;
}

a.footer:visited {
/*   font-size: 12px; */
   color: #6666CC; 
   text-decoration: none;
}

a.footer:hover {
/*   font-size: 12px; */
   color: #FFFFCC;
   text-decoration: none;
}
