/*main body */
body {
	background-color:#cccccc; /* background colour */
	color: #000000; /* Text color */
	font-family: "Franklin Gothic Demi","CG Times", "Baskerville Old Face";
	font-size: 18px;
}
div#menu {
	color:#000000 ;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 177;
	height: 100%;
	background-color: #006600; /* background colour */
}
A.menu:link {
	COLOR: black; 
	TEXT-DECORATION: none;
}
A.menu:hover {
	COLOR: lightblue;
	border-style: inset;
}
A.menu {
	display: block;
	background-color: #999999;
	border-style: groove;
	width:120;
	height: 20;
	border-color: #cccccc;
	margin-left: 20;	
	margin-bottom: 5;
	FONT-WEIGHT: 700; 
	FONT-SIZE: 16px; 
	COLOR: #000000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

div#header {
	background-color: #006600; /* background colour */
	position: absolute;
	top: 0px;
	left: 177px;
	width: auto;
	font-family: "Franklin Gothic Demi", "Verdana";
	height: 120px;
	
}
div#main {
	color:#000000 
	background-color:#cccccc 
	width: auto;
	height: auto;
	position: absolute;
	left: 200px;
	top: 130px;
}

div#button {
	width: 10;
	border-style:groove;
	margin-right: 10;
}

div#lhsblank {
	margin-bottom: 10;
}





/* main green heading*/
H1 {
	color: #cccccc;
	font-size: xx-large;
	font-weight: bold;
	text-align:center;
}

/* blue heading - small*/
H2 {
	color: #006600;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}

/* seen on index page */
H3 {
	color: #006600;
	font-weight: bold;
	font-size: large;
	text-align: center;

}

/*used as headings for pictures and articles */
H4 {
	color:#000000;
	font-size:medium;
	font-style: italic;	
}

/* heading for everything else */
H5 {
	color: #0000FF;
	font-size: xx-large;
	font-weight: bold;
}
HR {
	height:3px;
	width:80%;
}

.STUFF {
	font-weight: bold;
	font-size: medium;
	color:"Green";
	font-style: italic;
}
/* Links */
	A:hover {color:#ff3399;}
	

#article
{
	width:80%;
	text-align:left;
}
OL
{
	list-style: decimal	
}


