/* Disclaimer */
/*
#required-notice {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 10px 60px 10px 60px;
	padding: 10px;
	border: 3px solid #000000;
	width: auto;
	font-size: 12px;
	text-align: center;
}
*/

body {
	text-align: center;
	/* ehh i dunno why */
	margin: 0;
	padding: 0;
	background: #01245c url('/img/trans/bgv5.jpg') no-repeat scroll 50% 0; 
}

#page {
	width: 960px;
	margin: 0 auto;
}

#thecalendar {
	text-align: left;
	margin: 0px;
	background-color: white;
	border: solid 2px white;
}

#header {
	text-align: center; 
	margin: 5 auto;
}

#masthead {
	margin: 5 auto; 
	text-align: center; 
	border: 0px; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC;
}

#address-line {
	border: 0px;
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC;
}

#calendar-desc {
	text-align: center; 
	font-size: 18px; 
	color: white; 
	font-weight: bold; 
	width: auto; 
	line-height: 20px; 
	padding:4px;
}

/* Disclaimer */
#footer #required-notice {
	margin: 10px 60px 10px 60px;
	padding: 10px;
	width: auto;
}

#footer {
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 960px;
	clear: both;
}

#footer {
	color: #333;
	border-top: 15px solid #d3d3d3; /* tcdp v2 theme */
	border-bottom: 10px solid #d3d3d3; /* tcdp v2 theme */
	background-color: #d3d3d3;
}

#footer #required-notice {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

	color: white;
	background-color: #01245c;
	border: 3px solid #ffffff;
}

#footer a {
	text-decoration: none;
	color: #06c;
	}

#footer a:hover {
	text-decoration: underline;
	color: #147;
	}

#footer p {
	text-align: center;

	margin: 0;
	padding: 10px 0;
	}

#footer #lowernav {
	font-size: 12px; 
	font-weight: bold;
	text-align: center; 
}

#footer #tcdp-about {
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 

	margin-top: 20px;
}

