body { 
  background-color:#fff; 
  margin:0px; 
  padding: 0px;
  text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
  color:#202020;
}

a {
  color: #400040; text-decoration:underline;
}

a:hover {
  color: #800080; text-decoration:none;
}

p {
  line-height: 1.4em;
  }
  
H1, H2, H3
{
  font-family: Georgia, "Times New Roman", serif; 
  color:#808080;
  font-size:16px;
}  

/* Left menu navigation */


.navigation {
  color: #202020; text-decoration:none;
}

.navigation a {
  color: #202020; text-decoration:none;
}

.navigation a:visited {
  color: #202020; text-decoration:none;
}

.navigation a:hover {
  color: #800080; text-decoration:none;
}


/* Left menu subsections */
    
td.menucell {
  font-style: italic;
  font-family: Georgia;
  padding-left: 21px;  
  }
  
td.menucell a { 
  color: #202020; text-decoration:none; 
}

td.menucell a:visited {
  color: #202020; text-decoration:none;
}

td.menucell a:hover {
  color: #800080; text-decoration:none;
}


/* Vertical navigation */


.trail {
  color: #7A428A; font-weight: bold; text-decoration:none;
}

.trail a {
  color: #202020; font-weight: normal; text-decoration:none;
}

.trail a:visited {
  color: #202020; font-weight: normal; text-decoration:none;
}

.trail a:hover {
  color: #800080; font-weight: normal; text-decoration:underline;
}


/* Large purple titles on inside pages */


span.bigtext {
  font-family: Georgia, "Times New Roman", serif; color:#4A126A;
  font-size:36px;
}

span.greytop {
  font-family: Georgia, "Times New Roman", serif; color:#C0C0C0;
  font-size:18px;
}

span.greybot {
  font-family: Georgia, "Times New Roman", serif; color:#4A126A;
  font-size:22px;
}

/* Primary layout attributes */

div.main {
  font-size:12px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    /* fix for IE6 and below not inheriting font size */
    font-size: 1em;     
    }
    
ul {
    list-style-image: url('newimages/liarrow.gif');
    padding-left:20px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
}


ol {
    margin:0px 0px 0px 15px;
    padding: 0px 0px 0px 10px;
    list-style-type: decimal;
    line-height: 1.2em;
    font-size:12px;
    color:#202020;
}

ol li {
    padding-bottom: 6px;
}


blockquote {
  background-image: url('newimages/open-quote.gif');
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 30px;
  font-style: italic;
  font-family: Georgia; 
  font-size:16px;
  color: #4A126A;
  margin-left: 10px;
}

div.footer {
  font-size:10px;
  color: #808080;
}

div.footer a {
  color: #808080; text-decoration:none;
}

div.footer a:visited {
  color: #808080; text-decoration:none;
  text-align: center;
}
