body {
	background-image: url(images/green-bg.gif);
	margin: 5%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-repeat: repeat;
	background-color: #87D300;
}
#mainTable {
	background-color: #87D300;
	font-size: 11px;
	text-align: left;
}
#innerTable {
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: left;
}
#whatsHot {
	font-size: 90%;
	vertical-align: top;
	padding: 2px;
}
#newsFlash {
	font-size: 85%;
	vertical-align: top;
	padding: 7px;
}
a:hover {
	color: #87D300;
}
#mainTable a:hover {
	color: #87D300;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
#smallText {
	font-size: 10px;
}
#subHeads {
	font-size: 14px;
	font-weight: bold;
}
#content {
	font-size: 11px;
	padding: 8px;
}
#topBar {
	background: url(images/winter/topBar2.gif) repeat-x;
}
#bottomBar {
	background: url(images/winter/bottomBar2.gif) repeat-x;
}
#leftBar {
	background: url(images/winter/leftBar.gif) repeat-y;
}
#rightBar {
	background: url(images/winter/rightBar.gif) repeat-y;
}
#eventlist {
		border: 1px solid #87D300;
	}

	#eventlist tbody tr td {
	font-size: 100%;
	padding: 3px 8px;
	border-left: 1px solid #87D300;
	text-align: left;
	}
	
	#eventlist tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #87D300;
		border-bottom: 1px solid #7DAAEA;
	}
	#eventlist thead tr {
	font-size: 100%;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	background: #87D300;
	color: #FFFFFF;
	}
#leftBar {
	background-image: url(images/winter/leftBar.gif);
	background-repeat: repeat-y;
}
#rightBar {
	background-image: url(images/winter/rightBar.gif);
	background-repeat: repeat-y;
}
#topBar {
	background-image: url(images/winter/topBar2.gif);
	background-repeat: repeat-x;
}
#bottomBar {
	background-image: url(images/winter/bottomBar2.gif);
	background-repeat: repeat-x;
}
#bgWhite {
	background-color: #FFFFFF;
}
