.clear {clear:both; overflow:hidden;}
#navigation {
	display: block;
	vertical-align: top;
}
#navigation ul {
	padding: 0px;
	margin: 10px 0px 0px 10px;
	display: block;
	list-style: none;
}

#navigation ul li {
	margin: 0px;
	padding: 0px;
	border-style: none;
	display: block;
	height: auto;
	width: 150px;
	float: left;
}

#navigation ul li a {
	text-align: left;
	margin: 0px;
	padding: 3px 2px;
	text-decoration: none;
	color: #003979;
	border-bottom: 1px solid #F9C857;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#navigation li a:hover {
	color: #F7EFC9;
	background: #003979;
}



h1 {
	font-size: 20px;
	color: #5E3756;
	border-bottom: 1px solid #5E3756;
}
h2 {
	font-size: 14px;
	color: #5E3756;
	border-bottom: 1px solid #5E3756;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.style1 {
	font-weight: bold;
	font-style: italic;
}
#cover {
	position:absolute;
	width:400px;
	height:320px;
	z-index:1;
	visibility: hidden;
}
#month {
	position:absolute;
	width:450px;
	height:650px;
	z-index:2;
	left: 487px;
	top: 380px;
	visibility: hidden;
}
#back {
	position:absolute;
	width:570px;
	height:450px;
	z-index:3;
	left: 385px;
	top: 721px;
	visibility: hidden;
}
#calendar_pad {
	padding: 10px 20px 10px 20px;
}
table {	font-size: 100%;
}
.table_month {
	font-size: 18px;
	font-weight: bold;
	color: #6D65AE;
}
.table_image a img{
	border: 1px solid #32417D;
	padding: 1px;
}
.table_cal_title {
	color: #6D65AE;
	font-weight: bold;
	font-size: 90%;
}
.table_cal_date {
	color: #666666;
	font-size: 80%;
}
.table_cal_description {
	border-top: 1px solid #E3E7F4;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 90%;
}
#now_active {
	border: 1px solid #6D65AE;
	margin: 2px;
	padding: 0px 5px 2px;
	background: #F7EFC9;
}
#now_active p {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 5px 5px;
}