#topcolor {
	position:absolute;
	margin-bottom:0px;
	margin-left:0px;
	width:100%;
	height:96.10%;
	background-color:#032543;
	z-index:1;
	padding-bottom:25px;
}

#calhead {
	text-align:center;
	background-image:url(../images/calhead.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:1000px;
	height:31px;
}

#calunderline {
	width:281px;
	height:2px;
	background-color:#60788e;
}

#calcontact {
	width:280px;
	height:32px;
	text-align:left;
	margin-top:10px;
}

.calendarHeadings {
	padding-top:10px;
	margin:auto;
	width:924px;
	text-align:center;
}

.calendarHeading {
	margin:auto;
	text-align:center;
	width:130px;
	float:left;
	border:1px solid #000000;
	font-size:large;
	font-weight:bold;
}

.calendarMonth {
	font-size:large;
	font-weight:bold;
	padding-top:15px;
	clear:both;
}

.calendarFull {
	margin:auto;
	width:924px;
	text-align:center;
}

.calWeek {
	clear:both;
}

.calDay {
	width:130px;
	float:left;
	border:1px solid #000000;
	height:100px;
}

.dayNum {
	text-align:left;
	padding-left:4px;
	font-weight:bold;
}