body	{
	color: #402A20;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	}

table
	{
	font-size: 100%;
	}

.mainbackground
	{
	background: url("/graphics/back.jpg");
	background-color: #E8D0C0;
	margin: 0px;
	padding: 0px;
	border: thin solid #D8C0B0;
	}

.footer
	{
	float: right;
	width: 32%;
	color: #B8A090;
	text-align: right;
	margin-top: 20px;
	}

.searchstrings_corral
	{
	float: left;
	width: 66%;
	height: 120px;
	overflow: auto;
	margin-top: 20px;
	/* margin-bottom: 20px; */
	text-align: left;
	background: url("/graphics/back.jpg");
	background-color: #E8D0C0;
	border: thin solid #D8C0B0;
	font-family: Verdana;
	font-size: 12px;
	}

.searchstrings_corral_slideshow
	{
	width: 66%;
	height: 120px;
	overflow: auto;
	margin: auto;
	text-align: left;
	background: url("/graphics/back.jpg");
	background-color: #E8D0C0;
	border: thin solid #D8C0B0;
	font-family: Verdana;
	font-size: 12px;
	}

.comment_corral
	{
	float: left;
	width: 66%;
	margin-top: 20px;
	/* margin-bottom: 20px; */
	text-align: left;
	}

.comment
	{
	display: block;
	background: url("/graphics/back.jpg");
	background-color: #E8D0C0;
	text-align: left;
	border: thin solid #D8C0B0;
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 5px;
	overflow: hidden;
	}

.comment .comment_content
	{
	display: block;
	text-align: left;
	font-weight: bolder;
	}

.comment .comment_name
	{
	/* float: right;	*/
	text-align: right;
	}

.comment .comment_email
	{
	/* float: right;	*/
	text-align: right;
	}

.title
	{
	border-bottom: thin solid #D8C0B0;
	text-align: center;
	}

.content
	{
	text-align: center;
	margin-left: 210px;
	}

.article
	{
	text-align: left;
	border: thin solid #D8C0B0;
	background-color: #E8D0C0;
	margin: auto;
	width: 30em;
	font-size: 1.0em;
	}

.article .title
	{
	text-align: left;
	background-color: #D8C0B0;
	font-weight: bolder;
	padding: 1px;
	}

.article .content
	{
	text-align: left;
	padding: 3px;
	margin: 0;
	}

.article .date
	{
	float: right;
	font-weight: bolder;
	padding: 1px;
	}
	

dl#leftmenu
	{
	position: absolute;
	top: 70px;
	left: 12px;
	width: 210px;
	/*  background-color: #A7A16D; */
	text-align: left;
	border-right: thin solid #D8C0B0;
	border-bottom: thin solid #D8C0B0;
	background: url("/graphics/back.jpg");
	font-size: 90%;
	}
	
	
/*
	{
	float: left;
	width: 210px;
	font-size: 90%;
	border-right: thin solid #D8C0B0;
	border-bottom: thin solid #D8C0B0;
	background: url("/graphics/back.jpg");
	}
*/

#leftmenu dt
	{
	background-color: white;
	border-top: solid 1px #BBBBBB;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	}

#leftmenu dd
	{
	margin-left: 20px;
	}

#leftmenu A
	{
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	}

#leftmenu A:active
	{
	color: #CF2F2F;
	}

#leftmenu A:link
	{
	color: #2F2F2F;
	}

#leftmenu A:visited
	{
	color: #005F5F;
	}

#leftmenu A:hover
	{
	color: black;
	text-decoration: underline;
	background-color: #FFDD30;
	}

A.nohighlight:hover
	{
	background-color: transparent;
	}




A:active {color: #003070;}
A:link  {color: #605030;}
A:visited {color: #206080;}
A:hover
	{
	color: black;
	text-decoration: underline;
	background-color: #FFDD30;
	}



LI.fuchsia {color: #FF00FF;}
LI.normal  {color: inherit;}