/* THESE ARE FOR THE DROP DOWN MENUS

*/

#dropmenudiv{

position:absolute;

border:1px solid black;

border-bottom-width: 0;

font:normal 12px Verdana;

line-height:18px;

z-index:100;

}



#dropmenudiv a{

width: 100%;

display: block;

text-indent: 3px;

border-bottom: 1px solid black;

padding: 1px 0;

text-decoration: none;

font-weight: bold;

}



/* This is for the colour of the drop down menus when the item is highlighted.  For when the item is not highlighted, see the 

js file

*/

#dropmenudiv a:hover{ /*hover background color*/

background-color: #ea8c8c;

}





/* THIS IS FOR THE COLOR OF THE TABLES

*/

.tablebg{ background-color: #ac4724; }



/* Different headers

*/

h1 {color: #7eac24; font-family: Verdana, Geneva, Arial, sans-serif; font-size:large; }



h2 {color: #7eac24; font-family: Verdana, Geneva, Arial, sans-serif; font-size:medium; }



h3 {font-family: Verdana, Geneva, Arial, sans-serif; font-size:small;}



h4 {font-family: Verdana, Geneva, Arial, sans-serif; color: white; font-size:x-large; }



h5 {font-family: Verdana,Geneva, Arial, sans-serif; font-size:10pt;}



/* To justify all the paragraphs

*/

p {
}

