BODY
{
	FONT-SIZE: 14px;
	COLOR: black;
    FONT-FAMILY: Arial, Verdana;
	margin-top: 0;
	background-color: #ffffcc; 
	background-repeat: repeat-y;
}

a 
{
	text-decoration: none;
	color: #000099;	
}

a:hover
{
	color: #cccc00;
}


H1
{
    FONT-SIZE: 16px;
	COLOR: #009900;
	FONT-WEIGHT: bold;
    FONT-FAMILY: Arial, Verdana, Tahoma;
}

H2
{
    FONT-SIZE: 16px;
	COLOR: #009900;
	FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, Arial;
}

H3
{
    FONT-SIZE: 14px;
	COLOR: #009900;
    FONT-FAMILY: Tahoma, Verdana, Arial;
}
.floatRight
{
	float: right;
	width: 200px;
	border: solid 2px #006600;
	margin: 0px;
	top: 0px;
	right: 0px;
	padding: 5px;
	background-color: white;
}
.floatRight h1
{
	margin: -5px;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #006600;
}
#header
{
	margin-left: 90px;
	background-color: white;
	width: 730px;
	background-image: url(http://nottinghill.stoneguardian.com/images/title_bkg.png);
}
.headclass img
{
	float: left;
	position: relative;
	left: -65px;
	top: 0px;
}
#menu
{
	background-color: #006600;
	height: 22px;
	width: 730px;
	z-index: 90;
}
#menu ul
{
	list-style: none;	
	margin: 0;
	float: left;
	padding-left: 0;
	position: relative;
	text-align: center;
	height: 20px;
}

#menu li 
{
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	display: inline;
	width: 90px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	text-align: center;
	height: 20px;
	color: #FFDE18;
}


#menu li:hover
{
	color:  #FFDE18;
	background-color: black;
}
#menu li:hover a
{
	color:  #FFDE18;
	background-color: black;
}
#menu li a
{
	color: white;
	text-decoration: none;
	border-bottom: none;	
}
#menu li a:hover
{
	color:  #FFDE18;

}
#news
{
	padding: 5px;
	background-color: #ffffe6;
	border: dashed 1px #660000;
}
#news h1
{
	color: #663300;
	font-weight: bold;
}
#news p
{
	font-weight: bold;
}
.activeTab 
{
/*	width: 90px;
	height: 20px;
	color: black;
	background-color: white; */
}
.activeTab a
{
	width: 90px;
	height: 20px;
	color: black;
	background-color: white;
}

#content
{
	position: relative;
	margin-left: 90px;
	margin-top: 5px;
	width: 720px;
	border: solid 1px black;
	padding: 5px;
	background-color: white;
}
#copyright
{
	width: 710px;
	margin-left: 90px;
	text-align: center;
	font-size: 11px;
}
.officers
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.officers td
{ 
	font-size: 12px;
	vertical-align: top;
}
.officertitle
{
	color: #006600;
	font-weight: bold;
}
.officername
{
	font-weight: bold;
}

