html,body{font: Verdana, Arial, Helvetica, san-serif;
	font-size: 100%;
	background:#FFFFCC;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#000000;
	height:100%;
	width:100%;}
	
#wrapper {width:960px;
	margin:auto;
	background-color:#FFFCC;
	text-align:left;}


#masthead {width:960px; 
	height:180px; 
	background-image:url(images/ECLBanner1.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding:0;
	margin:0;}
	

	
#sidebar {
	vertical-align: top;
	text-align: center;
	margin: 0 0 0 0; 
	width:165px;
	background-color:#800000; 
	border-right: solid 6px #FFD700; 
	border-left:solid 4px #FFD700;
	height:100%;
	padding-left:0;
	padding-right:10px;
	border-bottom:solid 4px #FFD700;}
	
ul {margin:0;
	padding:0;
	list-style: none;
	width:150px;
	text-align: center;
	border-bottom:1px solid #191970;}
	
ul li {position: relative;}
	

li ul {position: absolute;
	left: 149px;
	top: 0;
	display: none;}


ul li a {display:block;
	text-decoration: none;
	color:#800000;
	background: #FFD700;
	padding: 5px;
	border: 1px solid #191970;
	border-bottom: none; }
	
a:hover {color: #0000FF;}

html ul li {float:none; height: 1%;}
html ul li a {height: 1%;}

li:hover ul {display:block;}
li.over ul {display:block;}

h6 {color:Blue;
	text-align:center;
	text-decoration:underline;
	font-size: 12pt;}
	
h5 {color: Blue;
	text-align:right;
	text-decoration:underline;
	font-size: 12pt;}

#content {float:left; 
	width:715px;
	background-color:#F0E68C;
	border-right: solid 4px #FFD700; 
	margin: 0 0 0 0; 	
	padding:5px 10px 15px 10px;
	border-bottom:solid 4px #FFD700;}
	

	
.floatright {float:right;
	margin-left: 8px;}
	
.floatleft {float:left;
	margin-right: 8px;}
	
.clearfloat {clear:both;
	height: 0;
	font-size: 1px;
	line-height: 0px;}