@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #efe3c7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	position:relative;
	width: 1024px;
	height: 768px;
	background-image:url(../images/MainBackgroundOnly.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#NavBlock {
	position:relative;
	left:2px;
	top:2px;
	margin-top:2px;
	padding:0;
	width:1024px;
	height:64px;
	background-image:url(../navibarOnly.jpg);
	background-position:center;
}

#skyline {
 width: 994px;
 height: 47px;
 background:url(../navbarOnly.jpg);
 margin: 0; 
 padding: 0;
 left:13px;
 top:15px;
 position: relative;
}

#skyline li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#skyline li, #skyline a {height: 47px; display: block;}
#panel1b {left: 6px; width: 90px;}
#panel2b {left: 93px; width: 90px;}
#panel3b {left: 181px; width: 90px;}
#panel4b {left: 269px; width: 90px;}
#panel5b {left: 357px; width: 90px;}
#panel6b {left: 445px; width: 90px;}
#panel7b {left: 533px; width: 90px;}
#panel8b {left: 621px; width: 90px;}
#panel9b {left: 709px; width: 92px;}
#panel10b {left: 797px; width: 92px;}
#panel11b {left: 885px; width: 98px;}

#panel1b a:hover {background: transparent url(../navbarOnly.jpg) -6px -49px no-repeat;}
#panel2b a:hover {background: transparent url(../navbarOnly.jpg) -93px -49px no-repeat;}
#panel3b a:hover {background: transparent url(../navbarOnly.jpg) -181px -49px no-repeat;}
#panel4b a:hover {background: transparent url(../navbarOnly.jpg) -269px -49px no-repeat;}
#panel5b a:hover {background: transparent url(../navbarOnly.jpg) -357px -49px no-repeat;}
#panel6b a:hover {background: transparent url(../navbarOnly.jpg) -445px -49px no-repeat;}
#panel7b a:hover {background: transparent url(../navbarOnly.jpg) -533px -49px no-repeat;}
#panel8b a:hover {background: transparent url(../navbarOnly.jpg) -621px -49px no-repeat;}
#panel9b a:hover {background: transparent url(../navbarOnly.jpg) -709px -49px no-repeat;}
#panel10b a:hover {background: transparent url(../navbarOnly.jpg) -797px -49px no-repeat;}
#panel11b a:hover {background: transparent url(../navbarOnly.jpg) -885px -49px no-repeat;}


#logo {
	position:absolute;
	top:63px;
	left:386px;
	width:250px;
	height:275px;
}

 h4 { font-size:12 }px;

