#content {
	background-color: #EEEEEE;
	font: 10pt Georgia;
	margin-top: 10px;
	margin-left: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
	/* Minimum height hack from http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#banner {
}

#content P {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	line-height: 175%;
	letter-spacing: 0.25pt;
	text-align: justify;
}

#content DIV {
}

#content P#header {
	padding-top: 10px;
	font: 20pt Georgia;
}

#navbox {
	position:relative;
	float:left;
	width: 150px;
	top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 40px 10px 50px 10px;
	background-color: #AAAAAA;
	background-repeat: no-repeat;
	background-position: 15px 0px;
}

#navbox UL {
	padding: 0px;
	margin: 0px 5px 0px 5px;
	list-style-type: none;
}

#navbox LI {
	font: 12pt Georgia;
	padding-left: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #888888;
}

#navbox LI.top {
}

#navbox LI.home {
	padding-top: 25px;
}

#navbox LI.active {
	font-weight: bold;
	padding-left: 25px;
}

#navbox A {
}

#content HR {
	margin: 5px 0px 5px 0px;
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
}

#content .floatright {
	margin: 10px 0px 10px 15px;
	float:right;
}

#content .floatleft {
	margin: 10px 15px 10px 0px;
	float:left;
}

#content .italic {
	font-style: italic;
}

#content .green {
	color: green;
}

#content .bold {
	font-weight: bold;
}

#content .news_article {
	margin: 0px 10px 15px 0px;
	padding: 8px 8px 8px 75px;
	border: 1px solid #666666;
	background-color: white;
}

#content .news_article.active {
	background-image: url('../images/icon_news.gif');
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

#content .news_title {
	font-style: italic;
	font-size: 12pt;
	margin-bottom: 10px;
}

#content .news_date {
	font-size: 8pt;
	margin-left: 25px;
}

#content .calendar_event {
	margin: 0px 10px 15px 0px;
	padding: 8px 8px 8px 8px;
	border: 1px solid #666666;
	background-color: white;
	position:relative;
}

#content .calendar_event .calendar_icon {
	border: 1px solid #666666;
	position:absolute;
}

#content .calendar_event .calendar_icon .month {
	background-color: #CC3333;
	color: white;
	width: 30px;
	text-align: center;
	font: 8pt Verdana;
	padding: 1px;
	background-image: url('../images/cal_bkg_month.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .calendar_event .calendar_icon .date {
	background-color: #FFFF99;
	width: 30px;
	text-align: center;
	font: 14pt Verdana;
	padding: 1px;
	background-image: url('../images/cal_bkg_date.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .calendar_event .calendar_content {
	margin-left: 55px;
}

#content .calendar_event .calendar_content .date {
	font-style: italic;
	margin-bottom: 8px;
}

#content .recording_title {
	font-style: italic;
	font-size: 12pt;
}

#content .recording_title A {
	margin-left: 30px;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

#content .form_table TD.label {
	font: 10pt Georgia;
	width: 125px;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
	vertical-align: top;
}

#content .form_table TD.input {
	width: 300px;
	padding-bottom: 10px;
}

#content IMG.headshot {
	border: 1px solid black;
}

#content IMG.media {
	padding: 3px;
	margin-top:15px;
	border: 1px solid black;
	background-color: white;
}

