#big_title {
	margin:35px 0px 45px 0px;
	font-size: 1.4em;
	font-weight: 600;
	color: rgb(55,148,53);
}

#small_title {
	margin-bottom:20px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 200;
	color: rgb(55,148,53);
}

#board {
	clear:both;
	width:597px;
	margin-bottom:45px;
}

#board_title {
	padding-top: 5px;
	font-size: 1.3em;
	text-transform: none;
	color: rgb(55,148,53);
}


#board_box {
	width:597px;
	margin-top:24px;
}

#board_table {
	margin:0px 0px 20px 19px;
}

#board_table td {
	padding-bottom:14px;
}

#board_headings {
	color: rgb(55,148,53);
}