body {
	margin: 0 0 0 0;
	/*background-color: #363636;*/
	background: url("../images/background.png") repeat;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
input, textarea {
	background-color: #4E4E4E;
	border:1px solid #4E4E4E;
	font-family:Tahoma;
	color:#ADADAD; 
	font-size:11px;
	padding-left:5px
}
.image {
	border: none;
}
.container {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 600px;
	text-align: left;
	/*background-color: red;*/
}
.middle-column {
	position: relative;
	left: 223px;
	width: 600px;
	min-height:1200px;
	height:auto !important; /* No IE 6 */
	height:1200px;
	padding: 10px 10px 20px 10px;
	/*background-color: green;*/
}
.left-column {
	position: absolute;
	top: 0px;
	float: left;
	width: 223px;
	height: 100%;
	background: url("../images/menu_bottom_bg.jpg") repeat-x bottom left;
	background-color: #5c7801;
}
.right-column {
	position: absolute;
	top: 0px;
	left: 832px;
	float: right;
	width: 200px;
	height: 100%;
	background: url("../images/right_bg.jpg") repeat-x bottom left;
	background-color: #4e4e4e;
	/*background-color: #4e4e4e;*/
	text-align: center;
}
.right-top-spacer {
	height: 16px;
	background-color: #363636;
}
.body-text {
	margin: 12px 30px 20px 20px;
}
.footer {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 1032px;
	height: 132px;
	margin-left: -223px;
	padding-top: 20px;
	text-align: center;
	background-color: blue;
	font-size: 11px;
	color: #585858;
	background: url("../images/footer_bg.jpg") repeat-x top left;
}
.footer a {
	color:#888888;
}
.logo {
	margin: 0 auto 0 auto;
	height: 206px;
	background: url("../images/logo_bg.jpg") repeat-x top left;
	text-align: center;
}
.logo img {
	border: none;
}
.menu {
	margin-top: -3px; /* Fix gap in FF */
	min-height:210px;
	height:auto !important; /* No IE 6 */
	height:210px;
	background: url("../images/menu_bg.jpg") repeat-x top left;
	background-color: #5c7801;
}
.menu-button {
	height: 35px;
	margin-top: -20px;
	padding: 16px 0 0 50px;
	font-weight: bold;
	font-size: 12px;
}
.menu-button-selected {
	background: url("../images/menu_button_bg.gif") no-repeat top left;
}
.menu-button a {
	text-decoration: none;
}
.menu-bottom {
	min-height:50px;
	height:auto !important; /* No IE 6 */
	height:50px;
	background-color: #5c7801;
}
.tv-video {
	position:absolute;
	width:165px;
	height:117px;
	left: 112px;
	top: 106px;
	overflow:hidden!important;
	text-align:center;
}
.title {
	width: 475px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
#events {
	margin-left: 15px;
}
.event-image {
	widhth: 50px;
	height: 50px;
	margin-left: 15px;
	border: 3px solid #4e4e4e;
}
.event-image img {
	float: left;
	clear: right;
}
.event-title {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
.event-table td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #4e4e4e;
}
.event-sub {
	margin-left: 30px;
	font-size: 11px;
	font-weight: bold
}