html {
	font-size: 62.5%;
	position: relative;
}


body {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this is for IE < 5.5 */
	font-family: Verdana, sans-serif;
	color: #2f2f2f;
	/*background-color: #D7D7D7;*/
	background-color: #E0D9C7;		
	background-image: url(/common/images/interface/backgrounds/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;	
}

.graphHeader {	
	position: relative;
	background: #302F2D url(/common/images/content/slide_header.jpg) no-repeat right;
	height: 63px;	
	margin-bottom: 10px;
	padding-left: 10px;
}

.graphHeader span.text {
	position:relative;
	top: 40%;
	color: #ffffff;
}


img {
	border: 0px;
}

div {
	text-align: left;
}

#content-pane p {
	/*margin: 10px 20px 10px 11px;*/
}

select {
	width: 222px;
	padding: 0px;
}

a { 
	color: #8b8279;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	color: #ed3425;
	text-decoration: underline;
}

br.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

div.homepage-feature P {
	/*margin: 5px 5px 10px 5px;*/ /*This was removed to allow the page content to align properly*/
}

div.homepage-feature span.title {
	color: #ED3425;
	font-weight: bold;
}

h3 {
	/*margin-left: 11px;*/
	margin-top: 0px;	
	padding: 0px;
	font-size: 1.4em;
}

h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 1em;
	color:#ed3425;
}

h3.subTitle {
	margin: 4px 0px 15px 40px;	
	font-size: 1.2em;
}

table.list {
	margin-left: 12px;
}

table.list tr td {	
	padding: 10px 20px 5px 0px;	
	text-align:left;
	border-bottom: 1px solid #cccccc;
}

table.sitemap {
	border:0px;
	width:100%;
}

table.sitemap tr td {
	vertical-align:top;
}

.pullquote {
	width: 220px;
	float: right;
	margin: 5px;
}

.pullquote .pullquoteTop {
	background-image:url(/common/images/interface/pq-VerticalTileBG.jpg);
	background-repeat:repeat-y;
}

.pullquote .pullquoteBottom {
	background-image:url(/common/images/interface/pq-Bottom.jpg);
	background-repeat:no-repeat;	
	background-position: bottom left;	
}

.pullquote .pullquoteContent {	
	padding: 12px 5px 12px 15px;
	background-image:url(/common/images/interface/pq-Top.jpg);
	background-position: top left;	
	background-repeat:no-repeat;
	font-weight:bold;
	margin: 0px;
}

.directors-page {
	/*height: 350px;*/
	position:relative;
}

.board-previous {	
	float:left; 		
	margin-bottom: 8px;
	width: 40%;
}

.board-next {	
	float: right; 		
	text-align:right;
	margin-bottom: 8px;
	width: 40%;
}

.board-middle {
	float:left; 		
	margin-bottom: 8px;
	width: 20%;
}

.alternate-color1 a {	
	color: #000000;
}

.object_preview {
	padding:3px;
	background-color:#cccccc;
	font-weight:bold;
	border:1px solid #000000;
	margin:2px;
}

@media print {
	body {
		background:none;
	}
}
