body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffa647;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.footer A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffa647;
	text-decoration:none;
}
.footerline {
	color: #FFFFFF;
	margin-left:7px;
	margin-right:7px;
}
.rightContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding:12px;
	margin-right:10px;
}

a:link {
	color: #FFA548;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #FFA548;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #FFA548;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFA548;
	font-weight: bold;
	text-decoration: underline;
}
.eventHeading {
	color: #FFA548;
	font-weight: bold;
	font-size: 12px;
}
.newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
}
body {
	text-align: center; /* for IE */
	margin:0;
	background: #000000;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 1028px;
	height:850px;
	background-image:url('images/bkgnd.jpg');
}
#header {
	background: #000000;
	width: 776px;
	height: 100px;
}
#leftcol {
	width: 124px;
	height: 773;
	float:left;
}
#divWrapper {
	background: #fff;
	width: 776px;
	float:left;
}
#rightcol {
	width: 124px;
	height: 773;
	float:left;
}
#divContent {
	background: #000000;
	width: 776px;
	float:left;
}
#divfooter {
	background: #000000;
	width: 776px;
	float:left;
}
