@charset "utf-8";
/* CSS Document */

#mainContentWrapper a:hover {
 text-decoration: underline;
} 
 
.mainBodyWrapper {
	width: 830px;
}
h1 {
	color: #fff;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-right: 10px;
	background: none;
}
.dayWrapper {
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 831px;	
}
.dayWrapper ul {
	margin-left: 10px;
}
.dayWrapper li {
	width: 162px;
	height: 25px;
	float: left;
	margin-right: 1px;
	padding: 0;
	text-indent: 26px;
	padding-top: 5px;
}
.dayWrapper .active {
	background-image: url(../images/activeDay_bg.jpg);
}
.dayWrapper .active a {
	color: #6B8BB8;
}
.dayWrapper .current {
	background-image: url(../images/currentDay_bg.jpg);
	color: #FFF;
}
.dayWrapper .notActive {
	background-image:url(../images/notActiveDay_bg.jpg);
	color: #A5B8D4;
}
.headerWrapper {
	float: left;
	width: 830px;
}
.header {
	background-image: url(../images/agenda_bg.jpg);
	background-position: 10px top;
	background-repeat: repeat-x;
	width: 819px;
	padding-bottom: 20px;
	float: left;
	border-left: 10px solid #fff;
}
.header ul, .header p {
	float: left;
	width: 390px;
}
.header li {
	margin-left: 10px;
}
.agendaFeatureBody {
	width: 520px;
	float: left;
}
.agendaFeature {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.agendaFeature p { 
	margin-bottom: 10px;
}
.agendaFeature h2, .agendaLeft h2 {
	background: none;
	font-size: 20px;
	font-weight: normal;
	border-top: 1px solid #6B8BB8;
	margin-left: 10px;
	text-indent: 0;
	margin-bottom: 8px;
}
h3 {
	color: #0D1B6F;
	padding-bottom: 8px;
	font-size: 14px;
	margin: 10px 0 0 10px;
	background: #F2F2F2;
	background-image: url(../images/header_stripe.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	text-indent: 6px;
}
.rightColumnWrapper {
	width: 310px;
	float: left;
	border-top: 1px solid #6B8BB8;
}
.subsLinks {
	margin-bottom: 5px;
}
.agendaLeft {
	width: 508px;
	float: left;
}
.agendaRight {
	width: 300px;
	float: left;
}

.agendaLeft h2 {
	 border-top: none;
}
.agendaLeft p {
	 width: 98%;
	 float: none;
}
.agendaLeft .agendaFeatureBody {
	border-bottom: 1px solid #6B8CB9;
	padding-bottom: 15px;
	width: 470px;
	float: left;
}
.agendaFeatureBody ul {
	margin: 10px 0 20px 0;
	width: 90%;
}
.agendaFeatureBody li {
	 line-height: 22px;
	 background-position: 0 7px;
}
.agendaFeatureBody h3 {
	background: none;
	clear: left;
	padding: 10px 10px 10px 0;
	text-indent: 0;
}
.agendaRight .featureBoxWrapper h3 { 	
	border-bottom: 1px solid #fff;
	margin-top: 0;
	margin-left: 0;
	width: 300px;
}
.agendaRight .featureBoxWrapper ul {
	width: 300px;
	background: #f2f2f2;
	margin-left: 10px;
	margin-left: 0;
}
.pressLinks {
	background: #6B8CB9;
	float: left;
	margin-top: 10px;
	width: 100%;
}
.pressLinks h3 {
	margin: 0 0 0 10px;
	color: #fff;
}
.pressLinks a {
	color: #fff;
}
.pressLinks li {
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #fff;
	background-position: 0 3px;
	margin-right: 0px;
	margin-left: 5px;
}
.pressLinks ul {
	margin: 0 0 10px 10px;
	float: none;
}
