body {
	background: White 0px;
	margin: 0px;
}

div#nav {
	position: absolute;
	top: 74px;
	left: 0px;
	width: 190px;
	height: 100px;
	font: 14px Verdana, sans-serif;
	z-index: 100;
	background: transparent no-repeat top;
}

div#nav a {
	display: block;
	text-align: center;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 10px;
	margin: 0 0 1px 0px;
	text-decoration: none;
	color: Black;
	border: 1px solid Gray;
	border-right-width: -1px;
	background: #ECECEC;
	}
	
div#nav a:hover {
	background: #D1D1D1 url(images/homenavback.jpg) repeat-x top;
	color: #DF0029;
	}
	
div#nav a span {
	display: none;
}

div#nav a:hover span {
	display: block;
	position: absolute;
	top: 185px;
	left: 0px;
	width: 190px;
	padding: 8px;
	margin: 0 0 1px 0px;
	z-index: 100;
	color: #DF0029;
	background: #FAF2C4 url(images/hspbk.jpg) repeat;
	font: 11px Verdana, sans-serif;
	text-align: left;
	border: 1px solid Gray;
	line-height: 14px;
}

div#open {
	background: White url(images/home.jpg) no-repeat center;
	border: 1px solid Gray;
	position: absolute;
	padding: 0px;
	left: 120px;
	top: 20px;
	margin: 0px;
	width: 800px;
	height: 431px;
}

div#bottom {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 454px;
	left: 620px;
	width: 300px;
}	

div#bottom p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 11px;
	text-align: right;
	color: #DF0029;
	height: 12px;
	margin: 1px 0px 0px 0px;
	margin-bottom: 0px;
}

div#bottom a {
	background-color: transparent;
	color: Black;
	text-decoration: none;
}

div#bottom a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #DF0029;
}
