@charset "utf-8";

body {
	font: 100%/1.4 Tahoma, Geneva, sans-serif;
	background: #d2d2d2;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #FFAA16;
	text-decoration: underline; 
}
a:visited {
	color: #CC8816;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #d2d2d2;
	margin: 0 auto; 
	z-index:10;
}


.header {
	height: 150px;
	background: #2e2e2e;
}

.content {
	padding: 10px 0;
	background: #d2d2d2;
}

.footer {
	padding: 10px 0;
	background: #d2d2d2;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.headerlogo {
	height: 150px;
	width: 230px;
	float:left;
	position: relative;
}

.headergraphic {
	background-image: url(pictures/eococheader.png);
	position: relative;
	height: 150px;
	width: 730px;
	float:right;
}

.headertext {
	position:absolute;
	font-style: oblique;
	color: #0F0;
	bottom: auto;
	left: 396px;
	top: 127px;
	width: 329px;
	text-align: right;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	height: 27px;
}

.headertext2 {
	border:1px solid #2e2e2e;
	float:right;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: center;
	font-size:14px;
	background-color: #666666;
	width: 308px;
	color: #D2D2D2;
}

.headermenubar {
	background-color: #2e2e2e;
	width: 960px;
	height: 28px;
}

.headertimesbar {
	background-color: #2e2e2e;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #d2d2d2;
	font-style: normal;
}

.classbox {
	background-color: #2e2e2e;
	color: #d2d2d2;
	border-width: 2px;
	border-color: #FFAA16;
	border-style: solid;
	padding: 10px;
}

.dlboxl {
	background-color: #2e2e2e;
	color: #d2d2d2;
	border-width: 2px;
	border-color: #FFAA16;
	border-style: solid;
	padding: 10px;
	float:left;
	width:430px;
}

.dlboxr {
	background-color: #2e2e2e;
	color: #d2d2d2;
	border-width: 2px;
	border-color: #FFAA16;
	border-style: solid;
	padding: 10px;
	float:right;
	width:430px;
}

.classheader {
	color: #FFAA16;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.classtime {
	color: #d2d2d2;
	padding-bottom:10px;
	font-size: 12px;
}

.classdescription {
	color: #d2d2d2;
	font-size: 16px;
	padding-bottom:10px;
}

.contentbox {
	width: 940px;
	padding-left: 10px;
	padding-right: 10px;
}

div #blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9000;
top:0px;
left:0px;
width:100%;
visibility:hidden;
}