
body 
	{
		background-color: #E2EBF3;
	}


.pagewrapper {
	width: 755px;
	margin-top: 20px;
	left: 50%;
	background-color:  #ffffff;
	position: relative;
	margin-left: -375px;
}


.style1 	{	font-family: Arial, Helvetica, sans-serif;}
.style2 	{	font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style3 	{	font-size: 10px;}
.style4 	{	font-size: 11px;}
.style5 	{ 	font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.style6 	{	color: #990000;	font-weight: bold;}
.style7 	{	color: #990000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; 	}
.style8 	{	font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style9 	{	color: #990000}
.style10 	{	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
.style12 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style20 	{	color: #990000;	font-weight: bold;}
.style27 	{	color: #006600; font-weight: bold;	}
.style33 	{	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; }
.style44 	{	font-family: Arial, Helvetica, sans-serif; 	font-size: 6px; }
.style48 	{	font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 14px; color: #990000;}
.style50	{ 	font-family: Arial, Helvetica, sans-serif; 	font-size: 1.2em; font-style: italic; }
.style77 	{	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; }
.style100 	{ 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }



/* This is the formatting and the code for the menu bar*/
#nav {
 padding: 0;
 border: 0;
}
/* List */
#nav ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#nav li {
    list-style: none;
    float: left;
   display: block;
 }
/* Links */
#nav a {
 display: block;
 height: 1%; /* hasLayout */
 padding: 0.25em 0.4em 0.25em 0.5em;
 color: #ffffff;
 text-decoration: none;
 text-align:center;
 font-family:  "trebuchet ms", Verdana, Arial, Helvetica, Sans-Serif;
 background-image: url('images/grad-background.gif');
 background-repeat: repeat-x;
 border: 0px;
 font-size: 14.8px; 
}

#nav a:hover, #nav a:focus, #nav a:active {
 color: #ffff33;

}
#nav li ul {
    display: none;
   /*  width: 15em; /* Width to help Opera out */
    background-image: url('images/grad-background.gif');
	}
    
#nav li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
     }
     
#nav li:hover li {
    float: none;
    color: #ffff33;
     }
    /*Colour for the drop down menu */
#nav li:hover li a {
    color: #ffffff; }
    /*colour for the drop down menu when hover */
#nav li li a:hover {
     color: #ffff33; }