/*this file defines the design of the site*/ 

/*list of colour used
old site
h2
red - #990000
blue - #000099
green - #009900
light blue - #66ffff 
*/


/*this is the style for the heading at the top of each page */ 
h4 {
color:#666600; font-size:150%; font-weight:bold; font-style:normal; font-family:"Trebuchet MS", verdana, arial, sans-serif;}

/*this is the style for the 1st level heading on each page */ 
h5 {
color:#660066; font-size:110%; font-weight:normal; font-style:bold; font-family:"Trebuchet MS", verdana, arial, sans-serif;font-variant: small-caps;}

/*this is the default style for text in a paragraph and the numbered lists*/ 
p,li {
margin:0.2em 0 1.2em 0; padding:0.3em;font-size:90%}



/* this is the style for the links to other pages*/
/* this is the style of a link before and after it has been visited*/
a:link, a:hover {
color:#660066; text-decoration:underline;}
/* this is the style of a link when the mouse is hovering over it*/
a:visited {
color:#006666; text-decoration:underline;}
a:active {
color:#007299; text-decoration:underline;}

/* this is the style of the menu*/
#menu {
	font-size:110%;
	text-align:center;
	
}

#menu a:link, #menu a:visited, #menu a:active{
padding:10px 10px 10px 10px; text-decoration:none;  color:#FFFFFF;background-color: #006666}


#menu a:hover {
text-decoration:none; background-color:#007299; color:#FFFFFF;}


/*this is the style for the bulleted lists*/
.alllist ol
		{
		list-style-type: none;
		padding: 0;
		margin: 0; 
		}
.alllist li
	{
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em; 
	margin-left:20px;
	margin-right:20px;
	text-decoration: none;
	font-size:90%;
	margin-top:-1.2em;	
}
/*this is the style for the character references on the home page*/
.character {
color:black; font-size:100%; text-align:left; clear:both;}

/* this is the style for the footer*/
.footer {
color:black; font-size:75%; margin:4.5em 0.2em 0.5em 0.5em; padding:0.8em; 
border-top:1px solid #999999; text-align:left; clear:both;}

.footer .right {
float:right; clear:right; text-align:center;}

.footer p {margin:0;}

/*this is the style for tables*/
.feetable {	
width: 550;
border-collapse:collapse;
font-size:90%
}

.feetable td {border: 1px solid;}


/*this is the default style for the page, if nothing else is specified*/ 
body {
margin-left: 1%;
margin-right: 1%;
 padding:0; font-family:verdana, arial, sans-serif; font-size:80%; color:black
}

/*this is the style used for the first line of the header*/ 
h1 {
padding:0; margin:0;font-size:350%; font-weight:normal; font-style:normal; 
color:#8CD749; font-family:Impact, "Trebuchet MS", verdana, arial, sans-serif;}

/*this is the style used for the second line of the header*/ 
h3 {
color:#498cd7; font-size:200%; font-weight:normal;  margin-left:3em; margin-top:-0.7em;
font-style:normal; font-family:"Trebuchet MS", verdana, arial, sans-serif;}


div {
margin:0; padding:0; display:block;}




.container {
		width:760px;
		text-align:left;
}

.titleblock {
padding:2em; margin:0; text-align:left;
background-image:url(leaf.jpg); background-repeat:no-repeat; background-position:right center;}

.titleblock p {
}


.rightcontainer {
float:right; clear:both; width:13em; margin:0 0 0 0; padding:0;}

.rightbox {
width=230px; text-align:left;}


.rightcontainer h2 {
text-align:left; padding:0 0 0 1.5em;}

.linkbox a {display:block;}



body {
	margin:0 auto; 
	text-align: center;
	width:760px;
	}

h2 {text-indent:3em;}








