body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background6.jpg);
}

#dropmenudiv{
	background-color: #a30000;
	position:absolute;
	font:normal 14px Times New Roman;
	z-index:100;

}

#dropmenudiv a{
	width: 185px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: b9a000;
	text-indent: 5px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #be9000;
	color: #7e0000;
}

.heading {
	font: 14px Tahoma, Verdana, Arial;
	color: #700000;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
}

.menuBar {
	width: 150px;
	font: 12px Tahoma, Verdana, Arial;
	font-weight: bold;
	line-height: 15px;
	background-color: #a30000;
	vertical-align: top
}

.menuBar a {
	text-decoration: none;
	color: #b89000;
}


.menu {
	width: 150px;
	line-height: 20px;
	display: block;
	text-indent: 5px;
}

a.menu:hover {
	background-color: #be9000;
	color: #700000;
	height: auto;
}


.main {
	width: 100%;
	font-family: "Times New Roman";
	font-size: 16px;
	color: #000000;
}

.menuHeading {
	background-color: white;
	color: #a00000;
	letter-spacing: 1px;
	padding: 5px;
}

.contents {
	vertical-align: top;
	padding: 10px;
}

.title {
	letter-spacing: 10px;
	text-align: center;
	font: 20px Tahoma, Verdana, Arial;
	font-weight: 900;
	color: maroon;
}

