@import url(/scripts/slimbox/css/slimbox2.css);

BODY {
	width: 700px;
	display: block;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: black;
	background-image: url(/images/NewBack.jpg);
	background-repeat: no-repeat;
}

.header {
	margin-top: 20px;
	height: 140px;
	color: #ffbb15;
	font-weight: bold;
	font-size: 12pt;
	text-align: right;
}
.middle {
	height: 450px;
	margin-left: 10px;
	color: #ffcc33;
	font-size: 12pt;
	text-align: left;
}
.foot {
	text-align: center;
	color: #ffcc33;
	font-weight: normal;
	font-size: 10pt;
}

.content {
	float: left;
	width: 540;
	color: #ffcc33;
	font-size: 12pt;
	text-align: left;
}
.rightpanel {
	float: left;
	width: 150;
	text-align: right;
}
.menu {
	color: #839dff;
	border-style: outset;
	border-width: 1px;
	margin-top: 0px;
	margin-left: 50px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}
.coinfo
{
	color: #ffcc33;
	margin-top: 95px;
}
.docarea {
	width: 530px;
	height: 300px;
	color: #ffcc33;
	font-size: 10pt;
}
A:link {
	color: #bdf446;
	font-weight: bold;
	TEXT-DECORATION: none;
}
A:visited {
	color: #bdf446;
	font-weight: bold;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FFFFFF;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
#navcontainer
{
	background: #f0e7d7;
	width: 30%;
	margin: 0 auto;
	padding: 1em 0;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 70%;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 2em;
	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: #f0e7d7;
	color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #800000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

