@import url("three_column_1.css");
body {
	background-color:#dedede;
	background-image:url("background.jpg");
	/* background-position: -16px -10px; */
	font-family: georgia,palatino,serif;
	font-size: 100%;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #AAA;	
}
a:link { 
	color: #2435b0;  
}
a:visited {  } 
a:hover { border-bottom: 1px solid #666; }

div#wrapper {
	padding: 0px;
	margin:0px;
}
div#banner {
	background-image:url("banner.jpg");
	background-repeat:no-repeat;
	height:102px;
}
div#banner h1 a {
	display:none;
}
h2.pageTitle {
	color:#686873;
	font-weight: normal;
}

div#bannerXtra {
	padding-top: 1em;	
}

a.searchSubmitLink {
	background-color:#dedede;
	border:1px solid #b5b5b5;
	color:#686873;
	font-size: 75%;
	padding: 2px 4px;
	text-decoration: none;
}
a.searchSubmitLink:hover {
	background-color:#686873;
	color:#fff;
	border-color:#686873;
}

div#navigation {
	background-color:#772706;
	background-image: url("nav_leaf_top.jpg");
	background-repeat:no-repeat;
	background-position: 96px -1px;
	color:white;
	font-size: .9em;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	width:250px;
	float:none;
	position: absolute;
	left: 0;
	top: 102px;
	margin-left: 0;
}

div#navigation a {
	color: white;
	border-bottom: none;
}

div#navigation ul {
	list-style: none;
	padding-left: 0;
	padding-right: 0.5em;
}

div#navigation li {
	padding-left: 1em;
	padding-top: .5em;	
}

div#navigation a:link { text-decoration: none; }
div#navigation a:visited { text-decoration: none; } 
div#navigation a:hover { text-decoration: underline;  }

div#subNav {
	margin-top: 15px;
	border-top: 2px solid #BB4E0B;	
}	

div#meat.containsNavigation div#content {
	margin-left: 0px;
}

p.textOnlyLink {
	background-color: #341308;
	background-position:20px 7px;
	text-align: center;	
	padding: .5em;
	margin-bottom: 0;
	font-size: .8em;
}

div#meat.containsConNav div#content {
	width:auto;
}

div#content {
	background-image:url("paper.jpg");
	background-color:#f9f5dc;
	border-top: 1px solid #888;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #888;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	padding: 0 25px 60px 0;
	line-height: 1.4;
	color:#333333;
	float:none;
	left: 280px;
	margin-right: 300px;
	position: relative;
}

div#content div.contentHead {
	background-image:url("paper-border.jpg");
	background-repeat:repeat-x;
	margin: 0 -25px 0 0;
	padding: 60px 0 0 55px;
}

div.contentMain, div.contentPost {
	padding: 0 0 0 50px;
}

h2.pageTitle {
	font-size: 2em;
	color: #772706;
}

div#pageContent {
	padding-right: 5em;
}

h3 a, h4 a {
	font-weight:normal;	
}

div#footer {
	font-family: verdana, sans-serif;
	font-size: 75%;
	text-align: right;
	color: white;
	font-weight: bold;
}

div#footer a {
	color: white;
}
