@charset "utf-8";
/* CSS Document */
body, html {
overflow: auto;
}
body {
background: #000000 url(images/bg.jpg) repeat-x;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:14px;
margin:0px;
text-align: center;
}
#content {
text-align: justify;
margin: 0px auto;
padding: 0px;
width: 943px;
}
p, h1, pre {
margin: 0px;
padding: 5px 10px;
}
h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}
pre {
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}
.footer {
	font-size: 9px;
	padding: 2px;
}
a.footer:link, a.footer:visited {
	color: #564b47;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	color: #be1219;
	text-decoration: none;
}
a:link, a:visited {
	color: #564b47;
	text-decoration: none;
}
a:hover, a:active {
	color: #be1219;
	text-decoration: none;
}
a.ongrey:link, a.ongrey:visited {
	color: #be1219;
	text-decoration: none;
}
a.ongrey:hover, a.ongrey:active {
	color: #000000;
	text-decoration: none;
}
.onblack { background:#000000; }
.oncontent { background: url(images/content_bg.jpg) repeat-y; }
#content_area {
	position:absolute;
	width:615px;
	height:370px;
	z-index:1;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 10px;
	margin-left: 10px;
	scrollbar-base-color: #b4b3b3;
	scrollbar-arrow-color: #1f1e1e;
	scrollbar-track-color: #d6d5d5;	
	scrollbar-highlight-color: #828181;	
	padding: 10px;
}
blockquote {
	color: #990000;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 20px;
}
.redheader { color: #be1219; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold;}
.sublinks { background: url(images/bg-sublink_02.gif) repeat-y; }
li.sublink {
	margin-left: -32px;
	list-style-type: none;
	line-height: 160%;
	font-weight: bold;
}
a:focus {
	-moz-outline-style: none;
}
#menu_area {
	position:absolute;
	z-index:99;
}


