/* Css code for the menu buttons date 21/01/06 Home Page Style */

body
{
background-color: #ffffcc;
color: #009900;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}

#header
{
margin: 0px;
padding: 5px;
height: 100px;
background-color: #ffffcc;
color: #009900;
}
h1
{
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 55pt;
font-weight: bold;
font-style: italic;
text-indent: 120px;
color: #009900;
background-color: #ffffcc;
top: 110px;
}

#content
{
position: relative;
top: 75px;
margin-left: 250px;
margin-right: 90px;
background-color: #ffffcc;
color: #009900;
}

h2
{
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 17pt;
font-weight: bold;
font-style: italic;
color: #009900;
background-color: #ffffcc;
}

p
{
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 12pt;
font-weight: normal;
font-style: normal;
color: #009900;
background-color: #ffffcc;
}

.boldgreentext12
{
font-size: 12pt;
font-weight: bold;
}


