BODY {
	color: #463E32;
	/*background-color: #CFC3AF; */
	/* background-color: #BFAF97; */
	background-color: #907D63;
}


table.tgrid th {
	color: #FFFFFF;
	background-color: #907D63;
}

div#wrapper {
	border: 2px solid #eeeeee;
	background-color: #F1EDE7;
}

div#widewrapper {
	border: 2px solid #eeeeee;
	background-color: #F1EDE7;
}

img.bd {
	border: 1px solid #555;
}

.headerwrapper {
	background-color: #FFFDF2;
}

.mainwrapper {
	background-color: #FFFDF2;
}

div#bottom {
	background-color: #FFFDF2;
}

.simpleborder {
	background-color: #FEFEFC;
}

.boldborder {
	background-color: #FEFEFC;
}

.buttonwrapper {
	background-color: #FEFEFC;	
}

.meetwrapper {
	background-color: #FEFEFC;	
}

.boxwrapper {
	background-color: #FEFEFC;	
}

.trimwrapper {
	border: 1px solid #222222;
	background-color: #FEFEFC;
}

.imageborder {
	background-color: #FFFDF2;
}

.textwrapper {
	border: 1px solid #222222;
	border-style: groove;
	background-color: #FEFEFC;
}

.litwrapper {
	//border: 1px solid #222222;
	border-style: groove;
	background-color: #FEFEFC;
}

.mediawrapper {
	//border: 1px solid #222222;;
	border-style: groove;
	background-color: #FEFEFC;
}

.videowrapper {
	border: 1px solid #222222;
	border-style: groove;
	background-color: #FEFEFC;
}

h1, h2, h3, h4 {
	color: #600000;
}

table, th, td {
	color: #776852;
}

hr {
	color: #366A89;
}

hr.thick {
	height: 2px;
	border-width: 0;
	color: gray;
	background-color: gray;
}

hr.sidecol {
	height: 2px;
	border-width: 0;
	color: gray;
	background-color: gray;
	width: 142px;
}


A:link {
	color: #000066;
	font-weight: 600;
}

A:visited {
	color: #000066;
	font-weight: 600;
}

A:active {
	color: #000066;
	font-size: 100% font-weight: 600;
}


/* SIDEBAR TITLE AND EXTERNAL LINK */

.sbtitle {
	font-weight: 800;
	color: #543210;
	margin-top: 10px;
	margin-bottom: 6px;
}

A.extlink {
	font-size: 0.8em;
	font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
	color: #000000;
	font-weight: 800;
	line-height: 1.6em;
}


/* MENU */
.topnav {
   overflow: hidden;
	color: #473C2D;
	border: 3px solid #473C2D;
	border-width: 2px 0;
	background: linear-gradient(to bottom, #ECE0D4 5%, #CCBEB0 100%);
	background-color: #ECE0D4;
   list-style: none;
   margin: 0;
   padding 0;
   text-align: center;
}

.topnav li {
	display: inline;
	font-size: 110%;
	font-weight: 600;
}

.topnav a {
	display: inline-block;
	padding: 8px;
	font-size: 110%;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}

.topnav .active {
	font-weight: 800;
	background: linear-gradient(to bottom, #AB8967 5%, #5A524A 100%);
	background-color: #AB8967;
	color: #ffffff;
}

.topnav .icon {
	display: none;
}

.button {
	box-shadow: inset 0px 1px 0px 0px #a6827e;
	background: linear-gradient(to bottom, #ad8053 5%, #634b30 100%);
	background-color: #ad8053;
	border-radius: 3px;
	border: 1px solid #54381e;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #4d3534;
}

.button:hover {
	background: linear-gradient(to bottom, #634b30 5%, #ad8053 100%);
	background-color: #634b30;
	color: #ffffff;
}

.button:active {
	position: relative;
	top: 1px;
}

.button:link,
.button:visited,
.button:hover,
.button:active {
	color: #ffffff;
	font-size: 14px;
}

.column-main {
	background-color: #FFFDF2;
}

.column-side {
	background-color: #D3C8B7;
	border: 2px solid #AAAAAA;
}

.column-primary {
	background-color: #FFFDF2;
}

.column-secondary {
	background-color: #D3C8B7;
}

.subtitle{
	color: #463E32; 
}

.pageheader{ 
	color: #5C4033;
}

.pagetitle{ 
	color: #5C4033;
}


.pagetitle a { 
	color: #5C4033;
	font-weight: 700;
	text-decoration: none;
}

.innerToc a {
	color: #463E32;
}

.outerToc a {
	color: #463E32;
}

