@charset "utf-8";



/* PAGE HEADER
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(../images/newspagehead.jpg) no-repeat;
}



/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 598px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 598px;
	background: #666 url(../images/leftnav-facilityservices.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#events a:link, #events a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 662px;
	background: transparent;
}

#content p {
	line-height: 16px;
}

#month1 {
	width: 662px;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	margin: 20px 0 0 0;
	padding: 10px 0 20px 0;
}

#month2, #month3 {
	width: 662px;
	border-bottom: 1px solid #4D4D4D;
	margin: 0 0 0 0;
	padding: 10px 0 20px 0;
}

#content h3 {
	font-size: 14px;	
	font-weight: normal;
}

#aha{
	margin: 15px 0 20px 10px;
}


/* EVENT TABLES
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	padding: 0;
	margin: 12px 0 0 0;
}

.date {
	width: 150px;
	vertical-align: top;
}

.event {
	width: 512px;
}




/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 792px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 842px;
	left: 0;
}