@charset "UTF-8";
/* CSS Document */

#navBarTop {
	z-index:10;
	position: fixed;
	height: 30px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	text-align: left;
}

#navBarMid {
	background-image:url(../images/home/midNavBarBkgd.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 103px;
	width: 100%;
	left: 0px;
	top: 31px;
}

#homeContent{
	position: absolute;
	height: auto;
	width: 1024;
	left: 0px;
	top: 134px;
}

#pageHeader {
	position: absolute;
	height: 185px;
	width: 100%;
	left: 0px;
	top: 134px;
}

#pageContent {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 319px;
	text-align: left;
	overflow: auto;
}

#footer {
	z-index:100;
	position:fixed;
	width:100%;
	top:610px;
	height:auto;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-top: 4px;
	line-height: 16px;
	vertical-align: middle;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
	padding-left: 12px;
	padding-bottom: 6px;
}
#footer a {
	font-size:10px;
	color: #000;
	text-decoration: underline;
}

#footer a:link {
	color:#000;
	text-decoration: underline;
}
#footer a:hover {
	color: #666;
}
#footer a:visited {
}
#footer a:active {
}

#ads {
	height: 107px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 493px;
	text-align: left;
	vertical-align: middle;
	background-color:#FFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 006600;
	border-bottom-color: 006600;
}

#uba {
	background-image: url(../images/bkgd/ubaBkgd.jpg);
	background-repeat: repeat-x;
}

