/*
Specific to home page.
*/

/* main is defined as a class to allow stacking */
/* the extra padding on the right tidies up visually */
.main {
	float: left;
	width: 728px;
	padding: 4px 8px 12px 15px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #06c;
}
.blocks {
	padding: 4px 135px 12px 15px;
}
.floatright {
	float: right;
	padding: 6px 0;
	padding: 0;
	width: 118px;
	text-align: center;
	margin: 4px 0;
	clear: both;
}
.floatright p {
	font-size: 10px;
	margin: 5px;
}
#newsletter {
	width: 108px;
	margin: 0 auto;
}
#newsletter img {
	border: solid 1px #06c;
}
/* for calendar countdown */
#sidebar {
	padding: 4px 0 0 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;
}
#key_events {
	border: solid;
	border-width: 3px 1px;
	font-weight: bold;
	border-color: #06c #ace;
}
#key_events p a {
	text-decoration: underline;
}
#ccbox {
	padding: 4px;
	background-color:#fc3;
	margin: 4px 0;
}
#ccbox p {
	font-size: 10px;
	font-weight:bold;
	text-align: center;
	margin: 2px 5px 5px 5px;
}

