BODY	{	background-color: #FFFFFF;
			
			color: #000000;

			font-family: "Arial", sans-serif;
			font-size: 12pt;
			font-style: normal;
			font-weight: normal;

			text-transform: none;
			text-decoration: none
		}


H1,H2,H6
		{	color: #006600;

			font-family: "Arial Black", sans-serif;
			font-size: 36pt;
			font-style: normal;
			font-weight: bold;
		}


P		{	font-family: "Arial", sans-serif;
			font-size: 12pt;
			font-style: normal;
			font-weight: normal;

			text-transform: none;
			text-decoration: none
		}
		

		.date {
			text-align: right;
			color: #657383;
			font-family: "Arial Black", sans-serif;
			font-size: 20pt;
			font-style: normal;
			font-weight: bold;
			}

		.small_date {
			text-align: right;
			color: #657383;
			font-style: normal;
			font-weight: bold;
			}

		a.archive:link {color: #657383; text-decoration: none}
		a.archive:visited {color: #657383; text-decoration: none}
		a.archive:hover {text-decoration: none}

		.alignright	{	
			color: #657383;
			font-family: "Arial Black", sans-serif;
			text-align: right;
			}

		.bannerfilled {
			position: absolute;
			top: 0px; 
			left:0px;
			width:910px;
			height:110px;
			background-color: #96abc6;
			border:1px solid silver;
			}

		.text {
			position: absolute;
			top: 52px; 
			left: 45px;
			color: #657383;
			font-family: "Arial Black", sans-serif;
			font-size: 30pt;
			font-style: normal;
			font-weight: bold;
			}

		.indexbody {
			position: absolute; 
			top: 125px; /* this was 155 */
			left: 45px;
			width:865px;
			}

		.indexhead {
			color: #657383;
			font-family: "Arial Black", sans-serif;
			font-size: 20pt;
			font-style: normal;
			font-weight: bold;
			}

		.title {
			color: #657383;
			font-style: normal;
			font-weight: bold;
			}

		.author {
			color: #657383;
			font-style: normal;
			font-weight: bold;
			}
			

/* Section for 3 cols */
		.leftcontent {
			position: absolute;
			left:5px;
			width:300px;
			border:0px solid #000;
			}
	
		.centercontent {
			position: absolute;
			left:310px;
			width:300px;
			border:0px solid #000;
			}
	
		.rightcontent {
			position: absolute;
			left:615px;
			width:300px;
			border:0px solid #000;
			}


/* Section for 3 cols */
		.left2content {
			position: absolute;
			left:5px;
			width:400px;
			border:0px solid #000;
			}
	
		.right2content {
			position: absolute;
			left:515px;
			width:400px;
			border:0px solid #000;
			}


/* Colours */
.aqua  {color:  aqua}
.black  {color:  black}
.blue  {color:  blue}
.fuchsia  {color:  fuchsia}
.gray  {color:  gray}
.green  {color:  green}
.lime  {color:  lime}
.maroon  {color:  maroon}
.navy  {color:  navy}
.olive  {color:  olive}
.purple  {color:  purple}
.red  {color:  red}
.silver  {color:  silver}
.teal  {color:  teal}
.yellow  {color:  yellow}



/* Button Rollovers */
	.menu {
		height: 40px;
		width: 844px;
	}
	
	.cssnav	{
		position:relative;
		float: left;
		margin: 0; 
		padding: 0;
		font-family: "Arial Black", sans-serif;
		font-size: 20pt;
		font-style: normal;
		font-weight: bold;
		display: block;
		overflow:hidden;/* for ie to hide extra height*/	
	}
	
	.cssnav a {
		color: red; 
		text-decoration: none;
		overflow:hidden;/* for ie to hide extra height*/
	}
	
	.cssnav a:hover {
		color: green;
	}
	
