/* CSS Document */

body {
	text-align: center; /*centers the contents for older versions of Internet Explorer*/
	}
#container {
	width: 792px; /*sets the width of the content block */
	margin: 0 auto;/*setting left and right margins to auto, centers the content*/
	text-align: left;
	background-color: #00386B;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#00386B
}

#container .calendar td{
	background-color: #75a3d1;
	color: #ffffff;
	font-size: 1em;
}
.datehdr td{
	border-top: 1px solid #ffffff;
	}	

