/*
Site colours: 
Green = #4AB248


*/

h1{
font-family: "Arial";
font-size: 1.25em;
color: #4AB248;
font-weight: bold;
text-align: center;

}

h2{
font-family: "Arial";
font-size: 1em;
color: #4AB248;
font-weight: bold;
text-align: center;
margin-bottom: 1px;

}

h3{
font-family: "Arial";
font-size: 1em;
color: #000000;
font-weight: bold;
text-align: center;
margin-top: 1px;
margin-bottom: 1px;
}

#pagetitle{
background-image: url(images/Masthead.jpg);
background-repeat: no-repeat;
width: 800px;
height: 119px;
}


#navigation {
background: #99cc33;
width: 150px;
height: 600px;
}

#pagecontent {
width: 625px;
height: 600px;
padding: 10px;
}

#footer{
background: #99cc33;
width: 800px;
height: 50px;
color: #ffffff;
text-align: left;
}

#CopyrightText{
color: #ffffff;
text-align: left;
padding-left:300px;
}