﻿body 
{
    background-color: #ECEBDF;
    /*background-image: url(../images/bgBrown.png);
    background-repeat: repeat-x;*/
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;    
}

#primaryNavAreaGrayForPrinting {
	display: none;
}

#breadCrumbs {
	position: absolute; 
	left: 200px; 
	top: 105px; 
	/*z-index: 1; */
	width: 558px; 
	height: 18px;
	background-color: #ECEBDF; 
	border-bottom: 1px solid #8E7F67; 
	border-left: 1px solid #8E7F67;
}

#contentContainer {
    width: 759px;
    border-left: 1px solid #827461;
    border-right: 1px solid #827461;
    float: left;
    background-image: url(../images/fauxColumnsBg2.png);
    background-repeat: repeat-y;
}

#left {
	width: 200px;
	float: left;
	margin-right: 1px;
}

#middle {
	float: left;
	margin-right: 1px;
    width: 317px;
	padding: 20px 20px 20px 20px; 
	background-image: url(../images/shadBack_white.jpg); 
	background-repeat: repeat-x;
}

#middleVol {
	float: right;
    width: 518px;
	padding: 20px 20px 20px 20px; 
	background: #fff;
}

#right {
	width: 200px;
	float: left;
}

/* This is for use with the Project 7 Equal Height Columns Script, found at 
 * http://www.projectseven.com/tutorials/css/pvii_columns/index.htm 
 * I had to use this javascript hack to get the callout sections to vertically 
 * align to the bottom of the parent container. As soon as a better work around 
 * is found, replace it. This is nasty and won't work with browsers that disable 
 * javascript. */
.eqColsBottomElement {
	margin-bottom: 0px;
}
td.newsCell{
	border: 0px !important;
	border-style: none !important;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	vertical-align: top;
	padding: 4px 2px;
}
td.newsCell a{
	color: #333333;
}
td.newsCell a:hover{
	color: #e97700;
}
td.dateCell{
	text-align: right;
	padding: 4px 8px 4px 0px;
	font-weight: 700;
	width: 90px;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}

tr.paging a{
	color: #333333;
	font-size: 12px;
	line-height: 22px;
}
tr.paging a:hover{
	color: #e97700;
}
.currentPage{
	color: #333333;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
}
div.sectionParagraph p{
	margin: 7px 0;
}
div#eventListing p{
	margin: 0;
}
td.EventdateCell{
	text-align: right;
	padding: 4px 8px 4px 0px;
	font-weight: 700;
	width: 98px;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}