/* Generic Selectors  */

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #003366;	/* dark green */ 
background-color: #EEFFCC;  /*very light green page background*/
}

p {
width: 80%
}

li {
list-style-type: none;
line-height: 300%;  
font-family: Arial, "Arial", Arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: left;
}

li.b {
list-style-type: disc
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: Georgsia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #336633; /*dark green*/
text-align: center;
}

h3 {
font-family: Arial, "Arial", Arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000000;
text-align: left;
margin-top: 10px;
}
h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 34px;
font-weight: bold;
color: #336633; /*dark green*/
text-align: left;
margin-top: 0;
margin-bottom: 5;
}
h5 {
font-family: Arial, "Arial", Arial, sans-serif;
font-size: 9px;
font-weight: bold;
color: #003366;	/* dark green */ 
text-align: left;
margin-top: 0;
margin-bottom: 5;
}
h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #000000;
}
.c {text-align: center;}

.g {color: #00CC00;} /*green*/

.r {color: #CC0033;} /*red*/

/*********** Pseudo Classes ***********/

:link {
color: #FF0033;	/* bright red*/
text-decoration: underline;
font-weight: normal;
} 
li :link {
color: #000066;	/* dark blue*/
text-decoration: underline;
font-weight: normal;
}


 
:visited {
color: #990033;	 /* dark red*/
text-decoration: underline;
font-weight: normal;
}
li: visited {
color: #990033;	 /* dark red*/
text-decoration: underline;
font-weight: normal;
}

:hover {
color: #FF9900 /*orange*/;
padding-bottom: 5px;
font-weight: normal;
text-decoration: underline;
 }	 
li :hover {
color: #FF9900 /*orange*/;
padding-bottom: 50px;
font-weight: normal;
}

:active {
color: #990033;	 /* dark red*/
fontweight: bold;
}

/********** ID's *************/

#navigation {
position: absolute;
width: 135px;
height: 355px;
margin: 0px;
margin-top: 0px;
border-right:  5px solid #336633; /*dark green*/
border-top:    5px solid #33DD00; /*medium green*/
border-bottom: 5px solid #336633; /*dark green*/
border-left:   5px solid #33DD00; /*medium green*/
font-weight: normal;
background-color: #CCFF99;	/*light green in nav box */
}

/*#leftDoc {
position: absolute;
position: absolute;
width: 135px;
height: 330px;
margin: 0px;
margin-top: 0px;
background-color: #FFFF99;	light yellow

}*/

#centreDoc {
position: absolute;
top: 50px;
left: 180px;
/*width: 90%;
height: 400px;  
old code above: ADH code follows:*/
right:   0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 30px;

background-color: #EEFFCC;	/*light green*/
}

