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

.twoColElsLtHdr #big_btns {
	float: left;
	width: 100%;
}
.bigbtns {
	float: left;
	width: 33%;
}
.twoColElsLtHdr #big_btns_middle {
	text-align: center;
}
.twoColElsLtHdr #big_btns_right {
	text-align: left;
}

.twoColElsLtHdr #big_btns_left {
	text-align: right;
}
#seperator {
	height: 9em;
	width: 100%;
}
.twoColElsLtHdr #container #content #frontContent #latestnews {
	border: 1px solid #666666;
	width: 100%;
	font-size: 90%;
	float: left;
}
a {
	text-decoration: none;
	font-size: 90%;
}
.twoColElsLtHdr #container #content #frontContent #latestnews #latest_col1 {
	float: left;
	width: 47%;
	padding-left: 1.5em;
}
.twoColElsLtHdr #container #content #frontContent #latestnews #latest_col2 {
	float: right;
	width: 47%;
	padding-right: 1.5em;
}
