#cal_table_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0C4282;
	background-color: #6EC9F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E8DC5;
}
#cal_content {
	margin: auto;
	width: 666px;
	background-color: #FFFF00;
}
#cal_table_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E8DC5;
}
#left_nav_cal {
	height: 600px;
	width: 200px;
	float: left;
}

