@charset "utf-8";
/* CSS Document */


#bodyLeftWrapper {
	width: 820px;
	margin-top: 10px;
}
h1 {
	color: #fff;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-right: 10px;
	margin-left: 10px;
}
.dayWrapper {
	float: left;
	font-weight: bold;
	font-size: 13px;
}
.dayWrapper li {
	width: 161px;
	height: 24px;
	float: left;
	margin-right: 1px;
	padding: 0;
	text-indent: 26px;
	padding-top: 10px;
}
.dayWrapper .active {
	background-image: url(../images/activeDay_bg.jpg);
}
.dayWrapper .active a {
	color: #fff;
}
.dayWrapper .current {
	background-image: url(../images/currentDay_bg.jpg);
	color: #FFF;
}
.dayWrapper .notActive {
	background-image:url(../images/notActiveDay_bg.jpg);
	color: #AFBA8C;
}
.headerWrapper {
	float: left;
	width: 819px;
}
.header {
	background-image: url(../images/agenda_bg.jpg);
	background-position: 0px top;
	background-repeat: no-repeat;
	background-color:#FFF;
	width: 809px;
	padding-bottom: 20px;
	float: left;
}
.header ul, .header p {
	float: left;
	width: 400px;
	margin-top: 0;
}
.header li {
	margin-left: 10px;
	padding-left: 16px;
	line-height: 22px;
}
.agendaFeatureBody {
	width: 490px;
	float: left;
}
.agendaFeature {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.agendaFeature p { 
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 20px;
	margin-right: 10px;
}
.agendaFeature h2 {
	background: none;
	font-size: 20px;
	font-weight: normal;
	border-top: 1px solid #4D6600;
	margin-left: 10px;
	text-indent: 0;
	margin-bottom: 8px;
}
h3 {
	color: #4D6600;
	padding-bottom: 8px;
	font-size: 14px;
	margin: 0;
	background: #F2F2F2;
	background-image: url(../images/header_stripe.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	text-indent: 6px;
	width: 100%;
	border-top: 10px solid #fff;
}
.rightColumnWrapper {
	width: 305px;
	float: left;
	border-top: 1px solid #4D6600;
	background:	#F2F2F2;
}
.rightColumnWrapper li {
	padding-left: 16px;
}
.subsLinks {
	margin-bottom: 5px;
}
.bodyRightWrapper {
	width: 160px;
	height: 600px;
	background: #f2f2f2;
	margin-top: 10px;
}
.featureBoxWrapper {
	width:  305px;
}
.featureBoxWrapper h3 {
	border-bottom: 1px solid #fff;
}
.greyBoxWrapper {
	background: #F2F2F2;
	padding-top: 10px;
}
.greyBoxWrapper strong {
	margin-left: 10px;
}
.subsLinks {
	border-top: 1px solid #ccc;
	padding-left: 10px;
	border-bottom: 10px solid #fff;
	margin-bottom: 0;
	padding-bottom: 3px;
}
