.ahem	{
	display:	none;
}
body	{
	background: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #990000;
	margin-left : 10px;
	margin-top : 5px;
}
h1			{
	font-weight: bold; text-transform: capitalize;
}
h2			{
	font-weight: bold; text-transform: capitalize; text-align: center;
}
h3	{
	font-size: 11pt; font-weight:bold;
}
a:link 	{
	color : Blue;
	background-color : inherit;
}
a:active	{
	color : Red;
	background-color : inherit;
}
a:visited	{
	color : Purple;
	background-color : inherit;
}
a:hover	{
	color : Red;
	background-color : inherit;
}

.menuStyle {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #66FF00;
	padding: 5px;
	width: 550px;
	border: solid 1px #000000;
	text-align: center;
	
}
#menuHead {
	position: absolute;
	z-index: 50;
	background-color : #66FF00;
	text-decoration : none;
}
#menuHead1, #menuHead2, #menuHead3, #menuHead4, #menuHead5, #menuHead6,menuhead7 {
	position: relative;
	text-decoration : none;
}
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
	font-size : 11px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	background-color: #CCFF99;
	color: #FFFFCC;
}
.logo {
	position:absolute;
	width:175px;
	height:140px;
	top:10px;
	left:75%;
	text-align:center;
}
.blurb{
	position: absolute;
	width:500px;
	z-index:0;
	top:180px;
	left:10%;
	}
.title{
	position: absolute;
	width:300px;
	z-index:0;
	top:80px;
	left:10%;
	}
