@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-top: 0px;
	background-color: #461805;
	background-image: url(images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}
.important {
	font-size: 20px;
	font-weight: bold;
	color: #993300;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}
a {
	color: #333333;
}
table {
    font-size:100%;
}
.wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 110px;
	width: 900px;
	background-image: url(images/layout/header.jpg);
}
.centercontainer {
	width: 900px;
	margin-bottom: 15px;
	float: left;
	background-image: url(images/layout/fade.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-color: #FFFFFF;
	background-position: bottom;
}
.menu {
	float: left;
	width: 110px;
	height: 476px;
}
.menu ul {
	display: none;
}
.spacer {
	height: 16px;
	width: 650px;
}
.center {
	width: 650px;
	float: left;
	height: auto;
}
.frametitle {
	background-image: url(images/layout/frame.png);
	background-repeat: no-repeat;
	height: 188px;
	width: 650px;
	z-index: 20;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	text-align: center;
	width: 650px;
	font-style: italic;
}
.textbox table {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
.textbox table a{
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
.textpages {
	width: 550px;
	padding-top: 75px;
	padding-right: 50px;
	padding-left: 50px;
}
.textpages li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}
.textpages li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}
.textpages li a:hover {
	text-decoration: underline;
}
.textpages2 {
	width: 550px;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
}
.textpages2 li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}
.textpages2 li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}
.textpages2 li a:hover {
	text-decoration: underline;
}
.module {
	float: left;
	width: 255px;
	margin-right: 20px;
}
.horizontal {
	clear: both;
	height: 10px;
	width: 550px;
}
.textpages img  {
	float: right;
}
.textbox {
	height: 190px;
	width: 450px;
	padding-right: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
}
.subtitle {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #993300;
	margin-bottom: 20px;
}
.listbox {
	float: left;
	margin-right: 20px;
}
.right {
	float: left;
	width: 130px;
	padding-left: 10px;
	height: 449px;
}
.right ul {
	display: none;
}
.footer {
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	clear: both;
	height: 40px;
	width: 900px;
	font-size: 10px;
	background-image: url(images/layout/footer.jpg);
	background-repeat: repeat-y;
}
