/* grandfathertree.org, author: Michael Blaha, Organic Arts       */ 
body {
	margin: 0px;
	font: 90% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align:center;
	background: #CED6A9;
}
/* General Links       */ 
a:link { }
a:visited {}
a:hover {}
a:active {}

/* Main Layout Divs        */ 
/* Main Container       */ 
#container{
	background: #FFFFFF url(../framework/top_back8.jpg) no-repeat;
	border: 1px solid #666666;
	height: auto;
	width: 795px;
	text-align:left;
	margin: 0px auto;
	}
	
/* Banner      			*/ 
#banner {
	height: 65px;
	width: 100%;
}

/* Container Body        */ 
#cbody {
	height: 550px;
	width: 800px;
}

/* Left Col        		*/ 
#leftcol {
	padding: 0px;
	line-height: 1.5em;
	margin: 0px;
	width: 165px;
}
	#leftcol a:link              { color: #333333; text-decoration: none;}
	#leftcol a:active            { color: #333333; text-decoration: none; }
	#leftcol a:visited           { color: #333333; text-decoration: none; }
	#leftcol a:hover             { color: #333333; text-decoration: underline; }
	#leftcol li					 { list-style: none inside;}
.mainmenu{
	margin-top: 55px;
	padding: 0px;
	margin-left: 12px;
	width: 100%;
}
/* Content       		*/ 
#content {
	margin-top: 10px;
	width: 450px;
	padding: 12px 35px 12px 12px;
}
	#content a:link              { font: 90 %; color: #6E8195; }
	#content a:active            { font: 90%; color: #6E8195; text-decoration: none }
	#content a:visited           { font: 90%; color: #333333; text-decoration: underline}
	#content a:hover             { font: 90%; color: #6E8195; text-decoration: none }
	#content li					 {
	list-style: none inside;
}

/* Right Col         	*/ 
#rightcol {
	height: 500;
	width: 12px;
	float: left;
}

/* Footer         		*/ 
#footer{
	width: 100%;
	text-align:center;  
	font-size:70%;
	color: #666666;
	clear: both
}
	#footer a:link              { font: 11px; color: #6E8195; text-decoration: none }
	#footer a:active            { font: 11px; color: #6E8195; text-decoration: none }
	#footer a:visited           { font: 11px; color: #333333; text-decoration: none}
	#footer a:hover             { font: 11px; color: #6E8195; text-decoration: none }



/* Headings         	*/ 
H1 {
	font-size: 18px;
	color: #4B6153;
	font-style: normal;
	font-weight: bold;
}
H2 {
	color: #64736B;
	font-size: 16px;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #A2C485;
}
H3 {}
H4 {}

.littlenote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
p.littlenote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

/* Images         		*/ 
img {border:'0';}

.imgborder {
	border: 1px solid #999999;
}
.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
	clear: both;
	margin-bottom: 10px;
	margin-left: 1px;
}

.rightimage{
float: right;
margin-left: 15px;
border: 1px solid #999999;
clear: both
}

.clearit{
clear: both;
display: block;
}
.alert {
	color: #990000;
	font-variant: normal;
}
.pullquote {
	font-size: 14px;
	color: #4B6153;
	font-style: italic;
	margin-bottom: 12px;
	margin-left: 5px;
}
