@charset "iso-8859-1";
#maincontainer	{
	max-width: 1010px; /*Width of main container*/ /*was simply width*/
	margin: 0 auto; /*Centre container on page*/
	
}
body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	background-color: #66CC66;
}
H1 Heading{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000066;
}
	
H1 Subhead {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000066;
	}
	 a:link    { color:            #0000FF;
                    
                    text-decoration:  none;
}

 a:visited { color:            #0000FF;
                    
                    text-decoration:  none
}

 a:hover   { color:             #EE0050;
                    
                    text-decoration:   none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

td.layout a:link    { color:            #0000FF;
                    
                    text-decoration:  none;
}

td.layout a:visited { color:            #0000FF;
                    
                    text-decoration:  none
}

td.layout a:hover   { color:             #EE0050;
                    
                    text-decoration:   none;
}
