
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	
	width: 51em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	margin-top:20px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
.bodytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:18pt;
}
.sitetitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color:#FFF;
	font-weight:bold;
	padding-left:12px;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
}
.pagetitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
}
.eventDate{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
}
.event{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000;
	font-weight:normal;
	padding-bottom:10px;
}
.eventDate_home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
}
.event_home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:justify;
	color:#000;
	font-weight:normal;
	padding-bottom:10px;
}
a:link {
	color:#C30;
	text-decoration:none;
}
a:visited {
  color:#000;
  text-decoration:none;
}
a.menu  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding-left:6px;
}
a.menu:visited {
  color: #fff;
  text-decoration:none;
}

a.menu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#FC3;
	font-weight:normal;
	text-decoration:none;
	padding-left:6px;
}
a.admin_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	padding-left:30px;
}
a.admin_link:visited {
  color: #000;
  text-decoration:none;
  padding-left:30px;
}

a.admin_link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#FC3;
	font-weight:normal;
	text-decoration:none;
	padding-left:30px;
}

a.normal_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
a.normal_link:visited {
  color: #000;
  text-decoration:none;
}

a.normal_link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#888;
	font-weight:normal;
	text-decoration:none;
}