

html {
	overflow-y:scroll;
}
html, body {
	background:#000;
	color:#FFF;
}
body {
	scrollbar-base-color: #000;
	scrollbar-arrow-color: #FFF;
	scrollbar-3dlight-color: #999;
	scrollbar-darkshadow-color: #222;
	scrollbar-face-color: #555;
	scrollbar-highlight-color: #555;
	scrollbar-shadow-color: #555;
	scrollbar-track-color: #333;
}
.white {
	color:#FFF;
}
.nounderline {
	text-decoration:none;
}

img[align="right"]{
	margin:0 0 10px 16px;
}
img[align="left"]{
	margin:0 16px 10px 0;
}

h1, h2, h3, h4, h5, h6, a, .Highlight {
	color:#8CC5F3;
}
a:hover, .nav a:hover, .footer a:hover, .afterlinks a:hover {
	color:#FFCC00;
}
h1, h2, h3, h4, h5, h6, p, li {
	text-shadow:2px 2px 2px #000;
}
h1, h2, h3, h4, h5, h6 {
	margin:16px;
}
p {
	margin:16px 26px;
	line-height:22px;
}

blockquote {
	margin:0 26px;
}

.bodymain_right h4 {
	margin:8px 10px ;
}
.bodymain_right p {
	margin:10px;
}

.afterlinks {
	margin:0 0 10px;
	font-size:10px;
	width:850px;
}
.afterlinks p {
	line-height:18px;
}
.afterlinks, .afterlinks a {
	color:#666;
}

.header, .bodymain_right {
	border:1px solid #666;
}

/* CORE CLASSES */
.container {
	width:900px;
	margin:12px 12px 0;
	text-align:left;
}

/* HEADER STYLES */
.header {
	background:url(../images/graphics/top_background.jpg) top left ;
	color:#FFF;
	margin-bottom:4px;
}
.header, .header a {
	color:#FFF;
}
.header_left {
	float:left;
	text-align:left;
}
.header_right {
	float:right;
	text-align:right;
}
.header_center {
	text-align:center;
}
.header, .header_left, .header_right {
	height:150px;
}


/* BODYMAIN STYLES */
.bodymain {
}
.bodymain_left {
	text-align:left;
	float:left;
	width:600px;
}
.bodymain_right {
	position:absolute;
	width:290px;
	height:230px;
	margin:180px 0 0 610px;
}
.bodymain_right p {
	line-height:18px;
}
.bodymain_center {
	border:1px solid #666;
	width:598px;
	height:410px;
	text-align:left;
	overflow-y:scroll;
	position:relative;
	background:url(../images/graphics/bodymain_center_back.jpg) top left no-repeat ;
}
.bodymain_center .indiv {
	padding:1px;
}
.bodymain {
	min-height:420px;
}

/* FOOTER STYLES */
.footer {
	clear:both;
	height:20px;
	line-height:20px;
	font-weight:bold;
}
.footer, .footer a, .afterlinks a {
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}
.footer_left {
	float:left;
	text-align:left;
}
.footer_right {
	float:right;
	text-align:right;
}
.footer_center {
	text-align:center;
	display:none;
}
