body {
	background-color: #ffffff;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

a:link {
	color:#000C39;
	width: 100%;
	height: 100%;
}

a:visited {
	color:#000C39;
}

a:active {
	color:#000C39;
}

a:hover {
	text-decoration: none;
}

#header {
	text-align: left;
	width: 100%;
	height: 60px;
	background-image: url("images/HeaderBG.jpg");
	background-repeat: repeat-x;
	padding-bottom: 6px;
	}

#calendarbox {
	border-width: 0px;
	text-align: left;
	width: 100%;
	height: 60px;
	padding-bottom: 6px;
	float: left;
	background-image: url("images/EventBG.gif");
	background-repeat: repeat-x;
}

#daydate {
	border-width: 0px;
	width: 80px;
	margin-top: 18px;
	padding: 3px;
	padding-left: 30px;
	float: left;
	font-weight: bold;
}

#description {
	border-width: 0px;
	padding: 3px;
	float: left;
	margin-top: 18px;
	text-align: left;
}

#calendarbox:hover {
	background-image: url("images/EventBGHover.gif");
	background-repeat: repeat-x;
}