@import url(layout.css);
BODY
{
	font-family: Tahoma, ARIAL, HELVETICA, SANS-SERIF;
	font-size: 0.8em;
	color: #69625A;
	background-color: #AABBCC;
}
#container
{
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/bgr_body.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead
{
	width: 980px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: inherit;
	background-color: #F5F1E0;
}
#sidebar
{
	float: left;
	width: 210px;
	/*[empty]background-color:;*/
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content
{
	float: right;
	width: 750px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	position: relative;
}
#footer
{
	text-align: center;
	clear: both;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead IMG
{
	float: inherit;
}
#masthead P
{
	font-size: 0.8em;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	color: #AA9065;
}
#sidebar UL
{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar LI
{
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #D3D3D3;
}
#sidebar A
{
	font-weight: bold;
	text-decoration: none;
	color: #A5B5BE;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #F2F2F2;
}
#sidebar A:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #8B5C2E;
	border-bottom: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
#footer P
{
	font-size: 0.8em;
	color: #FFF;
	margin: 2px;
	padding: 2px;
}
#footer A
{
	color: #FFF;
	text-decoration: underline;
}
#footer A:hover
{
	color: #FFF;
	text-decoration: none;
}
.style_bold
{
	font-weight: bold;
}
.style_italic
{
	font-style: italic;
}
#navcontainer
{
	background: #F0E7D7;
	margin: 0 auto;
	padding: 0px 0 0;
	font-family: verdana, arial, serif;
	text-transform: lowercase;
}
#navcontainer:after
{
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
UL#navlist
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 95%;
	font-size: small;
}
UL#navlist LI
{
	display: block;
	float: left;
	width: 155px;
	margin: 0;
	padding: 0;
}
UL#navlist LI A
{
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
	border-color: #FFE #AAAB9C #CCC #FFF;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: #F7F2EA;
}
#navcontainer>UL#navlist LI A
{
	width: auto;
}
UL#navlist LI#active A
{
	background: #F5EFDF;
	color: #859EA9;
}
UL#navlist LI A:hover, UL#navlist LI#active A:hover
{
	color: #006699;
	background: transparent;
	border-color: #AAAB9C #FFFFFF #FFFFFF #CCC;
}

