/* CSS Document for   */
/*  h o m e . h t m l */


body
{
	color:silver;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #663366;
}

div.smallBlue
{
	color:blue;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position:fixed;
}

#PleaseVisit
{
	position:relative;
	float:left;
	top: 50px;
	
}
#Upcoming
{
	position:absolute;
	width:312px;
	height:29px;
	z-index:51;
	left: 12px;
	top: 467px;
	color:blue;
}
#eventListing {
	position:absolute;
	width:548px;
	height:57px;
	z-index:50;
	left: 35px;
	top: 23px;
	visibility: visible
	;
}
#eventDateTime 
{
	position:absolute;
	width:120px;
	height:20px;
	z-index:51;
	top: 10px;
	left: 0px;
}
#eventDescription 
{
	position:absolute;
	width:400px;
	height:20px;
	z-index:51;
	left: 125px;
	top: 10px;
}
#eventDescriptionMAYBE
{
	width: 50%;
	position: absolute;
	left: 121px;
	top: 511px;
}
