body { background-color: #FFF; }


/*
 * #HEADER
 */

#header { 
	height: 300px;
	background: url(images/header.jpg) top left no-repeat;
	}
#header h1 { height: 220px; }


/*
 * #CONTENT
 */

#content { 
	padding: 0;
	width: 850px;
	background: #FFF url(images/background.gif) repeat-y;
}

#content h1 { 
	font-size: 1.5em;
	margin: 0;
	padding: 10px 0;
}

#content ul { list-style-type: none; }
#content ul li { 
	margin-left: 0;
}

#column-left,
#column-right,
#column-center { 
	float: left;
	overflow: hidden;
 }

#column-left,
#column-right {
	background-color: #033A71;
	color: #FFF;	
	width: 185px;
}

#column-left ul,
#column-right ul {
	line-height: 1em;
}



/* LEFT COLUMN */

#column-left,
#column-right { 
	clear: none;
	padding: 20px 12px 30px 16px;		
	width: 185px;
}

#column-left { clear: none; }

#column-left a {
	color: #FFF;
}
#column-left a:hover {
	color: #d76500;
}

#column-left h1,
#column-right h1 {
	height: 56px;
	margin: -20px -12px 20px -16px;
	padding: 0;
	text-indent: -9999em;
}

#column-left h1 { background: url(images/related-links-header.gif) no-repeat; }

#column-left h2 {
	color: #d76500;
	font-size: 1em;
	margin: 15px 0 5px 0;
}

#column-left li {
	padding: 2px 0;
}

#column-left ul { 
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 25px;
}

/* CENTER COLUMN */

#column-center {
	clear: none;
	width: 354px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
}

#column-center h1 {
	background: url(images/content-header.gif) center center no-repeat;
	text-align: center;
	text-indent: -9999em;
	margin-top: 12px;
}

#column-center h2 {
	color: #d76500;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Lucida Sans, Lucida Grande, Arial, sans-serif;
	margin-bottom: 5px;
}

#column-center hr {
	display: none;
	border: 0;	
}

#column-center .announcement {
	margin-bottom: 30px;
}

#column-center .announcement div {
	line-height: 1.4em;
}

#column-center div.comments {
	color: DimGray;
	font-size: 8pt;
	padding-top: 0px;
}

#column-center #date-header { 
	display: block;
	text-align: center; 
	font-size: .9em;
}

#column-center #date { 
	color: #033A71;
	text-align: center;
	display: block;
}

#column-center #rss-feed {
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999em;
	background: transparent url(images/rss-logo.gif) no-repeat;
	float: right;
}



/* RIGHT COLUMN */

#column-right: { clear: right; }

#column-right h1 {
	background: url(images/calendar-header.gif) top left no-repeat;
}

#column-right .rss a {
	color: #FFF;
}

#column-right .rss a:hover {
	color: #d76500;
}

#column-right .rss span { 
	display: none;
	height: 0;
	width: 0;
 }

#column-right .rss li { 
	margin-bottom: 15px;
	line-height: 1.4em;
	font-size: .9em;
}

#calendar,
#calendar-rss { 
	display: block;
	float: left;
}

#calendar {
	height: 50px;
	width: 180px;
}

#calendar-rss {
	height: 50px;
	width: 33px;
}

/* FOOTER */
#footer { 
	background: url(images/footer.gif) no-repeat; 
	height: 15px;
	padding-top: 32px;
	text-indent: 120px;
}
	


