body {
	background-color: #222222;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	margin-top: 2;
}


h4 {
	margin:  0px 10px 0px 10px;
	border-bottom:#CCCCCC dotted 1px; 		
}
p {
	margin:  0px 30px 0px 25px;	
}

/* Contact Us */
h5 {
	margin:  0px 60px 0px 5px;
	border-bottom:#CCCCCC dotted 1px; 		
}
td.RightBorder {
	border-right: #CCCCCC dotted 1px;
}

/* Email */
a:link.email {color: Blue; text-decoration: none ; font-size: 11px; font-weight: bold}
a:visited.email {color: Blue; text-decoration: none ; font-size: 11px; font-weight: bold}
a:hover.email {color: #990000; text-decoration: none ; font-size: 11px; font-weight: bold}

/* Event Links */
a:link.eventlinks    {color: #333333; text-decoration: none ; font-size: 11px; font-weight: bold}
a:visited.eventlinks {color: #333333; text-decoration: none ; font-size: 11px; font-weight: bold}
a:hover.eventlinks   {color: Blue; text-decoration: none ; font-size: 11px; font-weight: bold}

/* Links */
a:link.links    {color: #666666; text-decoration: none ; font-size: 11px; font-weight: bold}
a:visited.links {color: #666666; text-decoration: none ; font-size: 11px; font-weight: bold}
a:hover.links   {color: Blue; text-decoration: none ; font-size: 11px; font-weight: bold}

/* History Links */
a:link.Historylinks    {color: Blue; text-decoration: none ; font-size: 11px; font-weight: bold}
a:visited.Historylinks {color: Blue; text-decoration: none ; font-size: 11px; font-weight: bold}
a:hover.Historylinks   {color: #666666; text-decoration: none ; font-size: 11px; font-weight: bold}

/* Events Table */
tr.Titles {
	background-color: #999999; color: black; font-weight: bold;
}
tr.EvenRow {
	background-color: #f5f5f5; color: black;
}
tr.OddRow {
	background-color: #FFFFCC; color: black;
}


/********************** Footer ***************************/
#footer {
	float:left;
	background-color:#ffffff;
	width:880px;
	height:60px;
	text-align:center;
	clear:both;
	margin-left: auto ;
	margin-right: auto ;
}

#footer ul{
}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	color: #333333;
	text-decoration: none;
}
#footer a:hover{color:#000000;}

#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	margin:10px;
	display:block;
}


