.master {
	background-image: url(../images/bkgrn_tile.jpg);
	background-repeat: repeat;
	text-align: left;
}
.masthead {
	border-bottom: 2px solid #633834;
}
.content {
	background-color: #FFFFFF;
}
.contentLeft {
	border-right: 1px solid #BFBEA5;
}
.contentLeft ul {
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
	background-color: #C1AFAE;
}
.contentLeft li {
	text-align: right;
	line-height: 200%;
	background-color: #633834;
	margin-bottom: 1px;
}
.contentLeft li a:link {
	color: #FFFFFF;
	padding-right: 15px;
	text-decoration: none;
}
.contentLeft li a:visited {
	padding-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.contentLeft li a:hover {
	color: #CBCB6D;
	text-decoration: none;
	padding-right: 10px;
	border-right: 5px solid #768A31;
}
.contentLeft li a:active {
	color: #CBCB6D;
	text-decoration: none;
	padding-right: 10px;
	border-right: 5px solid #768A31;
}
.contentRight {
	padding: 20px 20px 15px 25px;
}
.heroThumb img {
	border: 1px solid #633834;
	margin-right: 4px;
}
.bodyContent {
	margin-top: 15px;
}
.bodyContent a:link {
	text-decoration: underline;
}
.bodyContent a:visited {
	text-decoration: underline;
}
.bodyContent a:hover {
	background-color: #EEEDDD;
	text-decoration: underline;
}
.bodyContent a:active {
	text-decoration: underline;
}
.bodyContent img {
	margin: 8px;
	border: 0px solid #633834;
}
/*
.bodyContent img {
	background-color: #EEEDDD;
	margin: 8px;
	padding: 5px;
	border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
}
*/
.newsTable th {
	padding: 8px 4px 8px 0;
}
.newsTable td {
	border-bottom: 1px solid #BFBEA5;
	padding: 8px 4px 8px 0;
	font-size: 11px;
}
.footer {
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	margin-top: 20px;
}
.specialHeadline {
	font-size: 14px;
	font-weight: bold;
}
