

/* Body Text */


body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 90%;
  margin: 0;
  background-color: white
}


tc {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 90%;
  margin: 0;
  color : red;
  background-color: white
}



h1, h2, h3 {
  font-family: verdana, helvetica, arial, sans-serif;
}

h1 {
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  padding-top: 1em;
  border-top-style: solid;
  border-top-width: 2px;
  border-color: #e6dfcf;
  color: #a68c53;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  padding-top: 1em;
  border-top-style: solid;
  border-top-width: 2px;
  border-color: #e6dfcf;
  color: #a68c53;
}

h3 {
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
  padding-top: 1em;
  border-top-style: solid;
  border-top-width: 2px;
  border-color: #e6dfcf;
  color: #a68c53;
}




p {
  padding-bottom: 1ex;
}

img {
  border: none;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
  border-color: #a68c53;
  }
  

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

central {
text-align: center;
}


#bodyText {
  text-align: left;
  line-height: 1.5em;
  margin-left: 1em;
  padding: 0.5ex 1em 1em 1em;
  background-color: white;
}

#bodyText a {
 font-weight: bold;
}

#bodyText a:hover {
  color : green;
  text-decoration : none;
}

smallCaps {
  font-variant: small-caps;
}


th {
  font-family: helvetica, arial, sans-serif;
  font-size: 150%;
  font-weight: bold;
  text-align: left;
}


/* table title*/
table {
        background-color:#ffcc00;
        /*width:80%;*/
        border: 1px solid black;
        border-collapse:collapse;
}



/* table cells*/
td {
     font-family: helvetica, arial, sans-serif;
     font-size : 100%;
     background-color:#e6dfcf;
     /*background-color:#FFFFFF;*/
     /*border:1px solid black;*/
     padding:3px;
}




/* Header */

#header {
  height: 7em;
  padding: 0.25em 2.5mm 0 4mm;
  /*background-color: #FFCC00;*/
  /*text-align: center;*/
}

.headerTitle {
  font-family: impact, helvetica, arial, sans-serif;
  font-size: 350%;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  color: black;
}

.headerTitle span {
  font-weight: normal;
  color: white;
}





/* Menu Bar */

.menuBar {
  text-align: center;
  padding: 0.5ex 0;
  background-color: #000000;
  color: #ffffff;
}

.menuBar a {
  text-decoration: none;
  font-weight: bold;
  padding: 0 2ex 0 1ex;
  color: #ffffff;
}

.menuBar a:hover {
  background-color: white;
  color: black;
}





/* Footer */

#footer {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 110%;
  text-align: center;
  line-height: 1.25em;
  padding: 1em 4mm 1.5em 4mm;
  clear: left;
  background-color: #e6dfcf;
}

#footer div {
  padding-bottom: 1px;
}

#footer a {
  text-decoration: none;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 0em;
  background-color: #e6dfcf;;
  
}

#footer a:hover {
  border-bottom: 0;
  background-color: white;
  color: green;
}






