a.leftmenu:hover 
{
	background-color: #663300;
	color: #FBEAD5;
}

.archiveTable
{
	border: medium solid;
	width: 99%;
}
.archiveTable th
{
	background: rgb(221, 170, 85);
	border: thin solid;
}
.archiveTable td
{
	border: thin solid;
	padding: 4px;
}
.archiveTable tr
{
	vertical-align: top;
}
.archiveTable dl
{
	margin: 0.1em 0;
	padding: 0;
	font-family: georgia, times, serif;
}
.archiveTable dl dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 5em;
	font-weight: bold;
}
.archiveTable dl dd
{
	border-left: 1px solid #000;
	margin: 0 0 0 4em;
	padding: 0 0 .5em .5em;
}

.article_box
{
	background-color: #FFF;
	margin: 5px;
	padding: 3px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow:hidden;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #552200;
	border-right-color: #552200;
	border-bottom-color: #552200;
	border-left-color: #552200;
	-moz-box-shadow: 3px 3px 3px #331100;
	-webkit-box-shadow: 3px 3px 3px #331100;
	box-shadow: 3px 3px 3px #331100;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	position: relative;
	width: 100%;
}

.article_box_name,
.article_box_name a
{
	margin-left: -5px;
	margin-top: -5px;
	margin-right: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #552200;
	padding: 10px;
	text-align: center;
}

.article_box_name a:hover
{
	color:#009900;
}

.articleHeader
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.articleTitle
{
	font: bold 18px/24px arial, helvetica,sans-serif;
	color:#336600;
	border-style: solid;
	border-color: #fbead5 #fbead5 #336600 #fbead5;
	margin: 0;
}

.articleSectionHead
{
	font: bold 18px/24px arial, helvetica,sans-serif;
	color:#336600;
	border-style: solid;
	border-color: #fbead5 #fbead5 #336600 #fbead5;
	margin-right: 50%;
	padding: 0;
}

.author
{
	font: bold 12px/18px arial, helvetica,sans-serif;
	color:#336600;
	margin-top: 2px;
	text-align: right;
}

body
{
	background-color: #fbead5;
	color: #010258;
	margin: 0px 50px 0px 50px;
}

.caption
{
	height: 2em;
	margin-top: 5px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #000;
}

.clear_horiz
{
	clear: both;
	height: 1px;	
}
img
{
	margin: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageblock
{
	float: left;
}
.imageblock_right
{
	float: right;
}

.toc
{
	display: block;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #630;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #630;
}
.toc_article
{
	
	padding: 5px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #630;
	border-left-color: #630;
	width: 50%;
	vertical-align: top; 
}

.toc_article img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
	float: left;
}

.toc_article_name a
{
	color:#336600;
	border-bottom-color: #336600;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	vertical-align: top;
	position: relative;
	top: 0px;
}
th {
	background-color: #663300;
	color: #ffffff;
}
th a {
	color: #a0ffff;
}

