/* Index Page Stylesheet */ 

.rollover {
	position:absolute;
	top:180px;
	left:0px;
	width:150px;
	height:68px;
}

.rollover a {
	text-align:right;
	width: 116px;
	padding:0px 0px 0px 0px;
	font: bold 11px sans-serif;
	color:#333333;
	background: url("../images/spacer.gif") 0 0 no-repeat;
	text-decoration: none;
}

.rollover a:hover {
	background: url("../images/bg-menu2.png") 0 0 no-repeat;
	color: #004499;
	cursor:hand;
}

.rollover a:active {
	color:#000000;
}

#menu {
	position:absolute;
	top:0px;
	left: 0px;
	width:150px;
	height:68px;
	z-index:99;
}
 
#banner {
	height:229px;
}

#cont {
	top: 297px;
	padding-top:30px;
	border-top:#fff 1px solid;
}

