

/* Body Text */


body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 80%;
  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: 174%;
  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: 160%;
  font-weight: bold;
  text-align: left;
}


/* table title*/
table {
        background-color:#ffffff;
        width:100%;
        border:none;
        border-collapse:collapse;
}



/* table cells*/
td {
     font-family: helvetica, arial, sans-serif;
     font-size : 90%;
     background-color:#ffffff;
}




/* Header */

#header {
  height: 4em;
  padding: 0.25em 2.5mm 0 4mm;
  background-color: #FFCC00;
}

.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: #e6dfcf;
  
}

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

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





/* 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: 1ex;
}

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

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






