body, html{
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color:#c7c7c7;
	font-family:Arial;
	font-size:12px;
}

form{
	padding:0px;
	margin:0px;
}

p{
	margin:0px;
	padding:0px;
}

.clear{
	clear:both;
}

a{
	color:#a8b6ca;
}

a img{
	border:0;
	outline:none;
}


/*
Main Layout
*/

.pageTitle{
	font-family:Georgia,Arial;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:10px;
	line-height:24px;
}

.siteHolder{
	margin:0px auto;
	width:840px;
}

.header{
	height:225px;
	position:absolute;
	width:100%;
	top:0; /* stick to top */
	overflow:hidden;
}

.center{
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	width:840px;
	min-height:100%; /* real browsers */
	background-image:url(../images/backgroundImage.gif);
	background-repeat:repeat-y;
	background-position:0px 225px;
	background-color:#2E5B83;
}

.footer{
	background-color:#a7dbe0;
	margin:-100px auto;
	width:840px;
	height:100px;
	position:relative;
	background-image:url(../images/footerBackground.gif);
}

.dropShadow{
	background-image:url(../images/dropShadow.gif);
	background-repeat:repeat-y;
	width:840px;
	margin:0px auto;
}

.headerContent{
	margin:0px auto;
	width:800px;
	height:225px;
}

.centerContent{
	margin:0 auto;
	width:800px;
	min-height:400px;
	height:auto;
	overflow:visible;
	padding-top:225px;
	padding-bottom:100px;
	background-image:url(../images/backgroundGradient.gif);
	background-repeat:repeat-x;
	background-position:0px 225px;
	background-color:#2E5B83;
}

* html .centerContent {
	height: 400px;
}

.logo{
	width:800px;
	margin:0px auto;
	background-image:url(../images/benwoodText.gif);
	background-repeat:no-repeat;
	background-position:30px 20px;
	height:50px;
}

.menuHolder{
	width:740px;
	margin:0px auto;
	margin-top:10px;
	text-transform:lowercase;
}

.homepageText{
	width:700px;
	margin:0px auto;
	padding:20px 0px 20px 0px;
	line-height:20px !important;
	color:#a8b6ca !important;
}
.footerText{
	width:740px;
	margin:0px auto;
	padding-top:60px;
	color:#a8b6ca;
	font-family:Georgia Arial;
}










/* 
Subpage Layout
*/


.subpageHeader{
	height:125px;
	position:absolute;
	width:100%;
	top:0; /* stick to top */
	overflow:hidden;
}

.subpageCenter{
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	width:840px;
	min-height:100%; /* real browsers */
	background-image:url(../images/backgroundImage.gif);
	background-repeat:repeat-y;
	background-position:0px 125px;
	background-color:#2E5B83;
}


.dropShadow{
	background-image:url(../images/dropShadow.gif);
	background-repeat:repeat-y;
	width:840px;
	margin:0px auto;
}

.subpageHeaderContent{
	margin:0px auto;
	width:800px;
	height:125px;
}

.subpageCenterContent{
	margin:0 auto;
	width:800px;
	min-height:400px;
	height:auto;
	overflow:visible;
	padding-top:125px;
	padding-bottom:90px;
	background-image:url(../images/backgroundGradient.gif);
	background-repeat:repeat-x;
	background-position:0px 125px;
	background-color:#2E5B83;
}

* html .subpageCenterContent {
	height: 400px;
}

.subpageLeft{
	width:300px;
	float:left;
	display:inline;
	margin-right:20px;
}

.subpageRight{
	width:380px;
	float:left;
	display:inline;
}



/* Login Page */

.loginLeft{
	width:340px;
	float:left;
	display:inline;
	margin-right:10px;
}

.loginRight{
	width:350px;
	float:left;
	display:inline;
}

.loginHolder{
	border: 1px solid #a8b6ca;
	width:250px;
}

.loginHeader{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#21517c;
	padding-left:5px;
}

.loginField{
	background-color:#a8b6ca;
}





/* Trustees Page */

.trusteesLeft{
	width:280px;
	float:left;
	display:inline;
	margin-right:20px;
}

.trusteesRight{
	width:400px;
	float:left;
	display:inline;
}
.trusteesFull{
	width:700px;
}

.trusteeTitle{
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #FFFFFF;
	width:200px;
	font-family:Georgia, Arial;
}

.trusteeMeetingTitle{
	text-decoration: underline;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	font-family:Georgia, Arial;
}

.trusteeTitleFull{
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #FFFFFF;
}

.trusteeMenuTitle{
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
	width:200px;
	font-family:Georgia, Arial;
}




/* Subpage With Notes */

.sectionHeader{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#21517c;
	padding-left:5px;
	border: 1px solid #a8b6ca;
	margin:10px 0px 10px 0px;
}

.notesLinks{
	float:right;
	display:inline;
	width:350px;
	margin-top:10px;
	text-align:right;
}

.titleHolder{
	float:left;
	display:inline;
	width:320px;
	margin-right:30px;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
	font-family:Georgia, Arial;
	margin-top:10px;
	margin-bottom:10px;
	line-height:24px;
}

.postDetailsLeft{
	width:300px;
	float:left;
	display:inline;
	margin-right:50px;
	color:#FFFFFF;
}

.postDetailsRight{
	width:350px;
	float:right;
	display:inline;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
}

.postContent{
	padding:5px;
	color:#a8b6ca;
}

.postContainer{
	border-bottom:1px solid #a8b6ca;
	margin-bottom:5px;
}


/* news styles */

h3.newsSidebarTitle {
	font-family:Georgia;
	color:#a5b3c8;
	text-transform:uppercase;
	font-size:12px;
	margin:12px 0 4px;
}
h3.newsSidebarTitle a {
	text-decoration:none;
}

.newsSidebarListing {
	margin:0 0 16px 0;
}

.newsSidebarListing a {
	color:#fff;
	text-decoration:none;
	font-family:Georgia;
}

.newsSidebarListing img {
	border:0;
}

h1.newsHeading {
	margin:12px 0 6px;
}

h1.newsHeading, h1.newsHeading a {
	color:#fff;
	font-size:22px;
	font-weight:bold;
	font-family:Georgia;
	text-decoration:none;
}

.newsDateContainer {
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	color:#a5b3c8;
	margin:12px 0 18px;
}

.newsDateContainer a {
	text-decoration:none;
}

.newsContent {
	color:#fff;
}

.shareButton {
	margin:18px 0 6px;
}

.newshr {
	width:412px;
	height:4px;
	font-size:1px;
	overflow:hidden;
	background:url(/images/newshr.png) no-repeat;
	margin:12px 0 24px;
}

.newsOlder {
	color:#a5b3c8;
	font-weight:bold;
	font-family:Georgia;
	font-size:14px;
	float:left;
	text-decoration:none;
}
.newsNewer {
	color:#a5b3c8;
	font-weight:bold;
	font-family:Georgia;
	font-size:14px;
	float:right;
	text-decoration:none;
}

.socialItem {
	margin:10px 0;
	position:relative;
}

#gainingfb {
	position:absolute;
	left:9px;
	top:14px;
	width:16px;
	height:16px;
	background:url(/images/fb.png)
}

#gainingt {
	position:absolute;
	left:29px;
	top:14px;
	width:16px;
	height:16px;
	background:url(/images/twitter.png)
}

a.activeYear {
	font-weight:bold;
	text-decoration:underline;
}

a.activeMonth {
	text-decoration:underline;
}

.newsMore {
	font-weight:bold;
	white-space:nowrap;
	cursor:pointer;
}
.newsLess {
	font-weight:bold;
	white-space:nowrap;
	cursor:pointer;
}

/* end news styles */
