/* CSS Document */

body {
	background: #FFF url(../images/HecBkg.gif) no-repeat center top;
	font: 12px/21px Verdana, Arial, Helvetica, sans-serif;
	color: #333;}

#content {
	margin-top: 25px;
	float: left;
}

#leftContent {
	width: 480px;
	float: left;
	margin-bottom: 15px;
	padding-top: 15px;
}
#leftContent p {
	padding-left: 13px;
	clear: left;
	padding-bottom: 8px;
	text-align: left;
}

#rightContent {
	float: left;
	width: 353px;
	margin-left: 35px;
	margin-bottom: 15px;
	padding-top: 15px;
}
.calendar {
	background: #d3cbb2;
	height: 46px;
	width: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px solid #76705D;
	float: left;
	margin: 5px 15px 15px 0;
}
.calendar .calMonth {
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: #76705D;
	margin-bottom: -2px;
}
.calendar .calDate {
	color: #76705d;
	text-align: center;
	font: italic bold 21px Georgia, "Times New Roman", Times, serif;
}

