body {
	background-position: center top;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #688001;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
p
{
	margin-bottom: 5px;
	margin-top: 0px;
}
td
{
	font-size: 10px;
}
a
{
	color: #921000;
}

/* TOP SECTION */

#container {
	margin: auto;
	width: 888px;
	text-align: left;
}
#top {
	height: 32px;
	width: 888px;
	clear: both;
}
#topLeft {
	height: 32px;
	width: 21px;
	float: left;
}
#topMiddle {
	height: 32px;
	width: 841px;
	float: left;
	background-image: url(../images/topMiddle.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#topRight {
	height: 32px;
	width: 26px;
	float: right;
}
#top2 {
	height: 194px;
	width: 888px;
	clear: both;
}
#topLeft2 {
	height: 194px;
	width: 21px;
	float: left;
}
#Logo {
	width: 236px;
	height: 194px;
	float: left;
}
.logoImg {
	border: none;
}
#topMiddle2 {
	width: 127px;
	height: 194px;
	float: left;
}
#diggersPhotos {
	width: 504px;
	height: 194px;
	float: left;
	background-color: #FFFFFF;
}
#tickerRow {
	background-color: #FFFFFF;
	height: 31px;
	width: 888px;
	clear: both;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404b11;
	float: left;
}
#tickerSection {
	width: 872px;
	height: 31px;
}

/* MAIN AREA */

#main {
	width: 888px;
	background-image: url(../images/fauxColumn.jpg);
	background-repeat: repeat-y;
	background-position: top;
	float: left;
}

/* NAVIGATION */

.leftCol {
	float: left;
}
#leftCloumn {
	width: 249px;
	background-image: url(../images/navBG.jpg);
	background-repeat: repeat-x;
	background-color: #f3edd7;
	float: left;
}
.navigation {
	margin-bottom: 50px;
	margin-top: 10px;
	margin-left: 0px;
}
.navigationtd {
	height: 22px;
	width: 249px;
	background-repeat: no-repeat;
	background-image: url(../images/navBGb.gif);
}
.active {
	height: 22px;
	background-image: url(../images/navBGa.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.navigation a {
	color: #404b11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 43px;
	height: 22px;
}
.navigation a:hover {
	color: #921000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 43px;
	height: 22px;
}

/* CONTENT */

#breadCrumbs {
	background-image: url(../images/breadCrumbs.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 540px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #404b11;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#breadCrumbs a
{
	color: #921000;
}
#content {
	width: 585px;
	margin: 20px 10px 20px 20px;
	margin-top: 0px;
	float: left;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #921000;
	margin-bottom: 5px;
	margin-top: 0px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404b11;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* FOOTER */

#footerA {
	width: 888px;
	height: 33px;
	background-image: url(../images/footerA.jpg);
	margin: 0px;
	clear: both;
}
#footerB {
	float: left;
	width: 888px;
	background-image: url(../images/footerB.jpg);
}
#footerB p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404b11;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footerC {
	float: left;
	width: 888px;
	height: 43px;
	background-image: url(../images/footerC.gif);
}
#CalendarPanel
{
	text-align: center;
}
.MainHeading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #921000;
	margin-bottom: 5px;
	margin-top: 0px;
}
.SubHeading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #404b11;
	margin-bottom: 5px;
	margin-top: 0px;
}