/*
Specific to home page. Last updated 3-18-2010.
*/

/* main is defined as a class to allow stacking */
/* the extra padding on the right tidies up visually */
.main {
	float: left;
	width: 700px;
	padding: 15px 20px 15px 15px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #06c;
}
.floatright {
	float: right;
	width: 108px;
	text-align: center;
	margin: 0 0 16px 16px;
}
#newsletter {
	float: right;
	width: 108px;
	margin: 0 0 0 16px;
}
#newsletter img {
	border: solid; border-width: 1px; border-color: #06c;
}
/* for calendar countdown */
#sidebar {
	padding: 0;
}
#sidebar p {
	font-size: 9px;
	line-height: auto;
	font-weight: bold;
	text-align: center;
	margin: 8px 12px 0 12px;
}
#sidebar p a {
	text-decoration: underline;
}