body.style
{
	background-color:	#D2D8D3;
}

div.header
{/*the container for the header - specifies the lily, and the definition for the header*/
	background-image:	url('http://www.hobi.com/data/pics/lily.jpg');
	background-repeat:	no-repeat;
	background-position:	0px top;		/*0px from the left, stuck to the top of the bounding box.*/
	background-color:	#FFFFFF;
	margin:			2px;
	padding:		0px;
	height:			106px;
	overflow:		hidden;
}

span.header-emphasize
{
	font-weight:		bold;
	font-size:		19px;
	border-bottom:		1px dotted #648B5F;
}

div.header-iso_yrs_blurb
{
	padding-right:		4px;
	color:			#AF0000;
	font-family:		sans-serif;
	display:		run-in;
}

span.header-link-container
{
	text-align:		right;
	font-size:		12px;
	float:			right;
}

a.header-links
{
	color:			#446028;
	text-decoration:	none;
	margin-left:		2px;
	margin-right:		2px;
}

/*these two (:link and :visted) make ie happy.*/
a.header-links:link { color:#446028; }
a.header-links:visited { color:#446028; }

a.header-links:hover
{
	text-decoration:	none;
	color:			#446028;
	border-bottom:		1px dotted #446028;
}

a.body-links:link { color:#038A05; }
a.body-links:visited { color:#038A05; }
a.body-links:hover
{
	text-decoration:	none;
	color:			#038A05;
	border-bottom:		1px dotted #446028;
}

a.bios-links:link { color:#3C4F3C; font-weight:bold; text-decoration:none; }
a.bios-links:visited { color :#3C4F3C; font-weight:bold; text-decoration:none; }
a.bios-links:hover
{
	/*border-bottom:		1px dotted #446028;
	font-weight:		bold;*/
	text-decoration:	underline;
	/*color:			#3C4F3C;*/
}

div.content
{
	padding-left:		220px;
	padding-right:		25px;
	margin-top:		26px;
	margin-right:		15px;
	font-family:		sans-serif;
	font-size:		14px;
	width:			auto;
	z-index:		5;
}

div.menu
{
	float:			left;
	margin-right:		28px;
	margin-top:		22px;
	font-family:		sans-serif;
	font-size:		12px;
}

div.menu_section_head
{
	text-align:		center;
	font-size:		17px;
	color:			#DFDFDF;
	font-weight:		bold;
	width:			100%;
	font-family:		serif;
}

div.menu_section_body
{
	margin-top:		3px;
	padding-left:		1px;
	line-height:		140%;
}

a.menu_item
{
	padding-left:		1px;
	padding-top:		1px;
	margin-right:		2px;
	display:		block;
	color:			#315D32;
	text-decoration:	none;
	border:			1px solid white;
}
a.menu_item:link { color:#315D32; }
a.menu_item:visited { color:#315D32; }
a.menu_item:hover
{
	border:			1px solid green;
	background-color:	#C6EBBE;
}

span.you_are_here
{
	font-size:		12px;
	font-family:		sans-serif;
	margin-left:		26px;
	margin-right:		17px;
	float:			right;
}

div.content_header
{
	/*border-bottom:		1px solid #DDDDDD;	/*gray bottom border*/
	border-bottom:		1px solid #8FBC8F;		/*grenish-grayish bottom border*/
	color:			#AF0000;	/*#DF7000;*/
	font-family:		serif;
	font-weight:		bolder;
	font-size:		16px;
}

div.content_body
{
	margin-top:		8px;
	color:			#3C4F3C;	/*#DF7000;*/
	font-family:		sans-serif;
	font-weight:		normal;
	font-size:		12px;
	text-align:		justify;
	line-height:		180%;
}