#Page {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 450px;
	width: 700px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
#Header {
	position: absolute;
	height: 75px;
	width: 700px;
	left: 0px;
	top: 0px;
}
#ColumnOne {
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Footer {
	height: 30px;
	width: 700px;
	position: absolute;
	left: 0px;
	top: 421px;
	background-color: #CC9900;
	visibility: visible;
}
#MainBody {
	height: 345px;
	position: absolute;
	width: 700px;
	left: 0px;
	top: 76px;
	background-color: #FFFFFF;
}
#LeftMenu {
	background-color: #CA5B51;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.subheadMonthSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
	text-align: center;
}
.subheadMonthLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CA5B51;
	text-align: left;
}
#ColumnTwo {
	background-color: #FFFFFF;
}


.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #CA5B51;
}
#ColumnTwoDates {

	background-color: #E9E9E9;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 43px;
	width: 355px;
	left: 10px;
	top: 43px;
}
#ColumnOneDates {

	overflow: auto;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
