
body  { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
div.footer   { font-size: 11px; margin-left: 175px }
div.menu     { color: white; font-size: 12px }
a:link    { color: #6279ea; text-decoration: none }
a:visited  { color: #8270a9; text-decoration: none }
a:hover { color: #ca1c1c }
a:active { color: #ca1c1c }
h1  { font-size: 24px }

h2  { font-size: 18px }
div.main    { font-size: 13px; line-height: 18px }
div.footer a:link { color: #0020bf } 
div.footer a:visited { color: #800057 }
div.footer a:hover { color: #ca0000 }
div.footer a:active { color: #ca0000 }



/* stylesheet code for drop down menus*/




.menutitle{
cursor:pointer;
line-height: 1.3em; 
width:150px;
padding:2px;
text-align: left;
font-size: 90%;

color: #0020bf; /*this line changes the color of the non-hotlink links to be clicked on to open the drop down. It should match whatever a:link colour set in rest of stylesheet -- currently set at blue 111fd7 */

}

.submenu{ margin-bottom: 0.8em; font-size: 95%; margin-left: 0.5em; padding-left: 0.5em; }



 /*this line changes the color of the non-hotlink links to be clicked on to open the drop down. It should match whatever a:link colour set in rest of stylesheet -- currently set at blue 111fd7 */

p.colorpara { color: #243bea; }
