@charset "utf-8";
/* CSS Document */

/* this is for the calendar/date info */

#thedate {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 185px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#thedatedaily {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 185px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#h2date {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	width:330px;
}

#calloutbox {
	width: 200px;
	float: left;
	margin-right: 5px;
	margin-left: 25px;
	margin-top: 10px;
	height: 80px;
	position: relative;
}

#calloutbox2 {
	width: 180px;
	float: left;
	margin-right: 5px;
	margin-left: 25px;
	margin-top: 10px;
	height: 90px;
	position: relative;
	padding-top: 52px;
	padding-left: 20px;
}
#msg {
	font-size: 12px;
}
#msg p {
	text-decoration: underline;
	padding:  0;
	font-weight: bold;
	line-height: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}


.large {
	font-size: 24px;
	font-weight: bold;
}
.selectedlink {
	font-weight: bold;
	color: #FFF;
	background-color: #e03635;
}
#cal1Container {
	float: left;
	height: 145px;
	width: 140px;
}
#datelinks {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin-top: 10px;
	font-weight: bold;
}
#printsch {
	margin-top: 40px;
	background-repeat: no-repeat;
}
#datelinks a {
	text-decoration: none;
	color: #474747;
}
#datelinks a:hover {
	text-decoration: underline;
}
#printsch a {
	color: #474747;
	text-decoration: none;
}
#printsch a:hover {
	color: #474747;
	text-decoration: underline;
}