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

/* Colors and styles for News/Links pages */

/* == Top Row Settings ===== */
/* Left - BROWN */
.content td#top-lf {
	color: #b9ab97;
	background-color: #5e4f34;
	/*background-image: url(../images/layout-images/curves/top-lf-wwa.gif);*/	
}

/* Right - SLATE */
.content td#top-rt {
	color: #abb6ab;
	background-color: #4a5963;
	/*background-image: url(../images/layout-images/curves/top-rt-wwa.gif);*/
}

 /* == Mid Bar Settings =====*/
.content td#mid-lf {
	background-color: #8d7b5b;
}

.content td#mid-rt {
	background-color: #748592;
}

/* == Bottom Row Settings ===== */
.content td#bottom-lf {
	color: #453a26;
	background-color: #b8ab96;
	/*background-image: url(../images/layout-images/curves/bottom-lf-wwa.gif);*/
	
}

.content td#bottom-lf a {
	color: #453a26;
}

.content td#bottom-lf a:hover {
	color: #453a26;
}

.content td#bottom-rt {	
	color: #37424a;
	background-color: #abb5aa;
	/*background-image: url(../images/layout-images/curves/bottom-rt-wwa.gif);*/
}

.content td#bottom-rt a {
	color: #37424a;
	text-decoration: underline;
}

.content td#bottom-rt a:hover {
	color: #37424a;
	text-decoration: none;
}


/* == Lower Copy  =====*/

.lower-copy {
	color: #453a26;
	margin: 26px 36px 0 162px;
}

.lower-copy-v1 a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.lower-copy-v1 a:hover {
	color: #4A5963;
	font-weight: bold;
	text-decoration: underline;
}

.lower-copy-v1 td {
	padding: 20px 20px;
	line-height: 1.5em;
}
