#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: lightgrey;
}

.style2 {
	font-size: 12px;
	color: #FFFFFF;
}

.style5 {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

.style6 {
	font-size: 10px
}

.style7 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.generalHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 23px;
}

.generalTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 23px;
}

/* Used for spacing of the body content from the menu at the top */
.pSpacer {
	margin-top:40px;
}

#blackbar {
	background: #000000;
	position: absolute;
	height: 32px;
	width: 100%;
	left: auto;
	top: 0px;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	height: auto;
}
#contentWrap {
	padding: 280px 0px 32px 64px;
	width: 540px;
}
#goldbar {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 32px;
	background: #938671;
	height: 168px;
}
#lightbar {
	position: absolute;
	height: 126px;
	margin-right:32px;
	width: 100%;
	left: 0px;
	top: 54px;
	background: #938671;
}


#logo {
	position: absolute;
	height: 42px;
	width: 277px;
	left: 64px;
	top: 220px;
}

#container p {
	color:#000000;
}
