* {
	padding:0; 
	margin:0;
}

body { 
 background: #eeeeee;
 font-size: 62.5%;
} 

img {
	border:none;
}

#pageContent { 
width: 900px; /* or a percentage, or whatever */ 
margin: 0 auto; /* for the rest */ 
}

#topBar {
	background-color: #eeeeee;
    height: 20px;
	border-bottom:3px solid #417441;
}

#headerBar {
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	background-color: #D5453B;
	height: 106px;
}
#menuBar {
	border-bottom:3px solid #fff;
}

#pageArea {
	background-color:#99cc99;
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	border-bottom:3px solid #fff;
	clear:both;
    width:900px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	}

#leftCol {
	width: 157px;
	text-align:center;
	padding:0px 5px 0px 5px;
	float: left;
	background-image: none;
	}
	
#editableArea {
	width: 522px;
	margin:0;
	padding: 20px;
	padding-top: 10px;
	float:left;
	text-align: left;
	background-color:#fff;
	min-height:500px;
}

#rightCol {
	width: 157px;
	text-align:center;
	padding-left:10px;
	float: right;
	background-image: none;
	}
	
#footer {	
	border-top:3px solid #417441;
	background-color: #eeeeee;
	height: 24px;
	width: 900px;
	float: none;
	padding-top:8px;
	text-align:center;
	width:100%;
	}	
#footer p {
	font: 1.0em / 1.4 Arial, Helvetica, sans-serif;
	font-color: #417441;
	font-weight: bold;
	margin:0;
	padding:0;
	}	


.bodyBulletRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E532E;
	list-style-position: outside;
	list-style-image: url(../images/bullet_red.gif);
	margin-bottom: 10px;
	line-height: 17px;
}
.crossHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #2E532E;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #2E532E;
}
.bodyBulletGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E532E;
	list-style-position: outside;
	list-style-image: url(../images/bullet_green.gif);
	margin-bottom: 10px;
	line-height: 17px;
}
.resourceTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e532e;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d5453b;
	padding-bottom: 10px;
}
.bodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E532E;
	margin-bottom: 10px;
	line-height: 15px;
}
.bulletGreenSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E532E;
	list-style-position: outside;
	list-style-image: url(../images/bullet_green.gif);
	margin-bottom: 10px;
	line-height: 15px;
}
.crossHeadUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #2E532E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e532e;
	padding-bottom: 10px;
}
.resourceTablebottomcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e532e;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.subscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: sub;
	line-height: 5px;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E532E;
	margin-bottom: 10px;
	line-height: 17px;
	font-weight: bold;
}
.newlyAdded {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #2E532E;
}
.superscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: super;
	line-height: 5px;
}
.crossHeadRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #d5453b;
}
.featureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E532E;
	margin-bottom: 10px;
	line-height: 15px;
	margin-left: 20px;
	margin-right: 15px;
}
.fragmentBlock {
	background-color: #FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99cc99;
	border: 1px solid #99cc99;
	padding: 2px;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
}
.featureTablePadding {
	padding: 10px 20px 20px 35px;
}
.featureBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E532E;
	margin-bottom: 15px;
	line-height: 15px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet_red.gif);
}

.featureBarpositioning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E532E;
	margin-bottom: 0px;
	line-height: 15px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet_red.gif);
}
.featureTableHomepage {
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #2E532E;
	background-image: url(../images/feature_pics/featureBox_bg.gif);
	background-repeat: repeat-y;
}
.picturePlaceholder {
	width: 95px;
	padding-top: 0px;
	padding-right: 020px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.publicationTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E532E;
	margin-bottom: 10px;
	line-height: 16px;
	font-weight: bold;
}


/* layout styles for the display divs: events, opportunities etc */

.entryWrapper{
margin:10px 0px 10px 0px;
width:100%;
border-bottom:1px dotted #d5453b;
clear:both;
}

.entryWrapper_noUnderline{
margin:10px 0px 30px 0px;
width:100%;
clear:both;
}

.entryLeftColumn {
width:115px;
float:left;
clear:right;
}

.entryLeftColumn img{
padding:5px 0px 5px 0px;
}

.entryRightColumn {
padding-left:140px;
}

