body{
	background-image:url('images/lesBG.png'); 
	background-size: 100% auto;
	font-family: "Lucida Console", Monaco, monospace;
	width: 900px;
	margin: 0 auto; 
	overflow-y: scroll;
}	

ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	display: block;
	position: relative;
	float: left;
}
li ul {
	display: none;
}
ul li a {
	display: block;
	border-radius: 7px; 
	border:1px solid #000;
	background: #000;
	padding: 5px 16px 5px 16px;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	background: rgba(48,64,128,.9); 
}
ul li a:hover {
	background: rgba(0,48,128,.9); 
}
li:hover ul {
	display: block;
	position: absolute;
}
li:hover li {
	float: none;
}
li:hover a {
	background: rgba(48,64,128,.9); 
}
.active {
	background: rgba(48,64,128,.9); 
}
li:hover li a:hover {
	background: rgba(0,48,128,.9); 
}
#drop-nav li ul li {
	border-top: 0px;
}

img.left {
	float: left;
	padding:0px 15px 10px 0px;
}

img.right {
	float: right;
	padding:0px 0px 10px 15px;
}
  
h1 {
	font-size: 3em;
	text-shadow: 1px 1px 1px rgb(100,100,100);
}
h2 {
	color: rgb(48,64,128);
	text-shadow: 3px 3px 3px rgb(245,252,255);
	font-size: 2em;
	font-weight: bold;
	position: absolute; 
	top: 4px;
	left: 15px;
}
h3 {
	margin-top: 0;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0px;
}
hr {  
	clear:both; 
	border-top: 2px solid;
	color: rgb(90,150,200);
	background-color: rgb(64,64,64); 
} 
p { 
	margin-top: 0;
	font-size: .9em;
}
a {
	color: rgb(0,48,128);
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}
b2 {
	font-weight: bold;
	color: rgb(0,100,0);
}
b3 {
	font-weight: bold;
	color: rgb(0,0,150);
}
a:hover {
	text-shadow: 2px 2px 2px rgb(100,100,150);
}
.table3 { 
	background-color: rgba(190,230,210,.9); 
	border: 1px solid rgb(0,128,48);
	border-radius: 5px; 
} 
.table3 td{
	border-radius: 5px;  
	padding-left: 20px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 4px;
}

.navTable td{ 
	width: 280px;
} 

.bannerImg {
	border-radius: 10px;
        width: 100%; 
	height: 100%;
	position: absolute; 
}
.banner {
        width: 100%; 
	height: 80px;
	position: relative; 
}

#topContainer { 
	width: 9000px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#midSection {
	background-color: rgba(245,252,255,.95);  
	border: 1px solid rgb(90,150,200);
	border-radius: 10px; 
	width: 868px;
	padding: 15px;
	text-align: left;
}
#headerSection {
	background-color: rgba(245,252,255,.95);  
	border: 1px solid rgb(90,150,200);
	border-radius: 10px; 
	width: 888px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: left;
}
#menuSection {
	background-color: rgba(245,252,255,.95);  
	border: 1px solid rgb(90,150,200);
	border-radius: 10px; 
	width: 868px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: left;
}
#whiteBox {
	float: left;
	padding:6px 6px 6px 6px;
	background-color: rgb(255,255,255);  
	border: 1px solid rgb(90,150,200);
	border-radius: 5px; 
}
