@charset "utf-8";
/* CSS Document */
body {
	color:#333333;
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#999966 url(graphics/header_bg_bar.jpg) repeat-x top;
}
a:link, a:visited {
	color:#CC0000;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
#header {
	position:relative;
	width:952px;
	margin:0px auto;
	height:238px;
}
#header ul {
	padding:0;
	margin:0;
	position:absolute;
	top:35px;
	left:395px;
	list-style:none;
}
#header ul li {
	float:left;
	width:87px;
	margin-right:4px;
}
#header ul li a {
	display:block;
	background:url(graphics/nav_up_bg.gif) top no-repeat;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#CCCC99;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
#header ul li a:hover {
	background:url(graphics/nav_over_bg.jpg) top no-repeat;
}
.logo {
	position:absolute;
	top:15px;
	left:12px;
	background:url(graphics/cm_logo.gif) no-repeat top;
	width:370px;
	height:110px;
	z-index:10;
}
.headerImage {
	position:absolute;
	top:68px;
	left:0px;
	z-index:5;
	background:url(graphics/header_image.jpg) no-repeat top;
	width:952px;
	height:170px;	
}
#bodyContent {
	width:876px;
	margin:0 auto;
	position:relative;
}
#content {
	margin:20px 0px 70px 0px;
}
#footer {
	position:relative;
	bottom:0px;
	width:100%;
	background-color:#CCCC99;
	border-top:2px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:30px;
}
#footerContent {
	position:relative;
	width:876px;
	margin:0px auto;
	height:30px;
	line-height:25px;
	color:#333333;
	font-size:11px;
}
.footerNav {
	position:absolute;
	top:-30px;
	left:0px;
	z-index:10;
}
.footerNav a {
	padding-right:10px;
	color:#333333;
	font-weight:bold;
}
.footerNav a:hover {
	text-decoration:none;
}
.pdLogo {
	position:absolute;
	right:0px;
	bottom:3px;
	z-index:5;
}
#pageTitle {
	background:url(graphics/page_title_bg.jpg) no-repeat top;
	width:197px;
	height:37px;
	line-height:32px;
	text-align:center;
}
.pageTitleText {
	font-size:16px;
	color:#FFFFFF;
}
.bucketTitle {
	font-size:16px;
	padding-bottom:5px;
	font-weight:bold;
}
#bucket {
	width:252px;
	margin:15px 0;
}
.bucketBottom {
	background:url(graphics/bucket_bottom.gif) bottom center no-repeat;
	height:11px;
}
.bucketTop {
	background:url(graphics/bucket_top.gif) top center no-repeat;
	height:11px;
}
.bucketMiddle {
	border:2px solid #FFFFFF;
	border-width:0 2px;
	padding:0 10px;
	background-color:#CCCC99;
}
.textHeadingSmall {
	font-weight:bold;
	margin:5px 0px 3px 0px;
}
.boardMembersHeading {
	font-size:14px;
	font-weight:bold;
}
.boardMembersSmallHeading {
	font-weight:bold;
}
.sectionTitle {
	font-size:20px;
	margin-bottom:15px;
	margin-top:25px;
}
.ccAndRBucketParagraph {
	border-bottom:1px solid #FFFFFF;
	height:110px;
}
.formLabel {
	font-weight:bold;
	padding:10px 0px 2px 0px;
}
.formTextBox {
	font-size:11px;
	font-weight:bold;
	padding:3px;
}
#contactForm {
	margin:0;
	padding:0;
}
#errorDisplay {
	background-color:#FFFFFF;
	padding:15px;
	border:1px solid #333333;
	color:#FF0000;
}