body {
  margin-left: 0px;
  margin-top: 0px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  background-color: #333399;
}

p, div, td {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
}

div {
  margin-bottom: 10px;
}

b {
  color: #663399;
}

h1 {
  font-family: Comic Sans MS, Arial, sans-serif;
  font-size: 14pt;
  color: #FF6633;
}

a:link {
  text-decoration: underline;
  color: #FF6633;
}

a:active {
  text-decoration: underline;
  color: #FF0000;
}

a:visited {
  text-decoration: underline;
  color: #FFCC33;
}

div.h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #990099;
  margin-bottom: 2px;
  margin-top: 15px;
}

div.mainDiv {
  text-align: center;
}

div.footer {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  color: #CCCCCC;
  margin-top: 20px;
}

a.footerLink:link, a.footerLink:active, a.footerLink:visited {
  text-decoration: underline;
  color: #FFFFFF;
}

div.navCol {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}

div.logo {
  margin-bottom: 20px;
}

div.mainNav {
  margin-bottom: 5px;
}

div.backNav {
  margin-top: 20px;
  margin-bottom: 5px;
}

div.contentCol {
  margin-top: 30px;
  background-color: #FFFFFF;
}

table.contentCol { /* for Netscape 4 */
  background-color: #FFFFFF;
}

div.top {
  font-family: Comic Sans MS, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FF6633;
}

a.top:link, a.top:active, a.top:visited {
  text-decoration: none;
  color: #FF6633;
}

div.close {
  font-family: Comic Sans MS, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
}

a.close:link, a.close:active, a.close:visited {
  text-decoration: none;
  color: #FF6633;
}


/* Copyright Information */
td.copy {
  background-color: #333399;
}

div.copy {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  text-align: right;
  color: #FFFFFF;
  margin-right: 16px;
  margin-top: 5px;
           
}

a.copy:link, a.copy:active, a.copy:visited {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  text-decoration: underline;
  color: #FFFFFF;
}

/*===========================================================================
  == SPAN.h1Note used for additional title information appearing within H1 == 
  == tags. See governors.asp for an example.                     ==
  ===========================================================================*/  
span.h1Note {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}

/* coloring book page*/
body.color {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}

/*============================================================================
  == Form Styles                                                            ==
  ============================================================================*/
td.formTitle {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #333399;
}

td.formContent {
  background-color: #EFEFEF;
}

span.formHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

span.formInstructions {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}

/*============================================================================
 == TABLE.borderTable used for setting the background color of the         == 
 == outermost table when tables are embedded to produce a preferred border ==
 == color. See mascot.asp for an example.                                  ==
 ============================================================================*/
TABLE.borderTable {
  background-color: #000000;
}

.note {
  font-size: 8pt;
}

.error {
  color: #CC0000;
  font-weight: bold;
}
  
