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

#rightColumn {
	float: right;
	width: 630px;
	padding-right: 25px;
}
.menuItem, .menuItem_sub {
	text-align: right;
	width: 85%;
	padding-right: 14%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}
.menuItem a:link, .menuItem a:active, .menuItem a:visited {
	color: #000;
	text-decoration: none;
}
.menuItem a:hover {
	color: #939496;
	text-decoration: none;
}

.menuItem_sub a:link, .menuItem_sub a:active, .menuItem_sub a:visited {
	color: #8b955a;
	text-decoration: none;
}
.menuItem_sub a:hover {
	color: #000000;
	text-decoration: none;
}

.menuItem_current {
	width: 85%;
	padding-top: 5px;
	padding-right: 14%;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: right;
	background-image: url(../images/bracket.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.menuItem_current_sub {
	width: 85%;
	padding-top: 5px;
	padding-right: 14%;
	padding-bottom: 5px;
	text-align: right;
	background-image: url(../images/bracket2.png);
	background-repeat: no-repeat;
	background-position: right center;
}


#leftColumn {
	float: left;
	width: 150px;
	background-color: #CCD391;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

#leftColumn_sub {
	float: left;
	width: 150px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.newsPost_imageDiv {
	width: 200px;
	margin-right: 25px;
	float: left;
	text-align: center;
	display: block;
}
.newsPost_content {
	float: right;
	width: 405px;
	text-align: left;
}
.newsPost {
	width: 100%;
	margin-bottom: 25px;
}
