/* CSS Document */
/* Home Page Style Sheet */


.top {position: absolute; 
	top: 10px; 
	left: 10px; 
	width: 747px; 
}
.til {position: absolute; 
	top: 44px; 
	left: 332px; 
	width: 415px; 
	color:#000066; 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center; 
	z-index: 2 
}

.seg { position: absolute; 
	top: 135px; 
	left: 390px; 
	width: 345px; 
	font-weight: bold; 
	z-index: 2
}

.mart { position: absolute;
	top: 404px;
	left: 390px;
	width: 345px;
	height: 88px;
	text-align: center;
	z-index: 2;
}
.lit { position: absolute;
	top: 500px;
	left: 30px;
	width: 335px;
	height: 130px;

	z-index: 2;
}

.slide { position: absolute; 
	top: 367px; 
	left: 390px; 
	width: 345px; 
	z-index: 2 
}
.order { position: absolute; 
	top: 607px; 
	left: 54px; 
	color: #000066; 
	font-size: 11pt; 
	z-index: 2}
.cloz { position: absolute; 
	top: 626px; 
	left: 554px; 
	color: #000066; 
	z-index: 2
}
.bot { position: absolute; 
	top: 648px; 
	left: 10px; 
	width: 747px; 
	z-index: 1
}
.homebar {
	position: absolute;
	background-image:url(images/HomeBarBK.jpg);
	top: 74px;
	left: 10px;
	width: 747px;
	height: 38px;
	z-index: 2;
}
.nav2 {
	position: absolute;
	left: 299px;
	top: 90px;
	text-align: right;
	width: 436px;
	font-size: 10pt;
	z-index: 5;
}
.small {font-size: 8pt; color: black}
a {color: white; 
	font-weight: bold; 
}
a:hover {color: #FFCC00}
a.blk {color: #66CCFF; }
a.blk:hover { color: #FFFF99; }
a.nav {color:#FFFFE1; 
	font-weight: bold; 
	text-decoration: none 
}
a.nav:hover {color:#FFCC00; 
	text-decoration: underline
}


