

html {
	overflow-y:scroll;
}
body, html {
	background:#111 url(../images/graphics/bg_fade.jpg) repeat-x top left ;
	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;
*/}



.theraymedia {
	position:fixed;
	top:0;
	left:0;
	min-width:10px;
	min-height:10px;
}

.teaser a {
	background:url(../images/graphics/button_long.jpg) top left no-repeat;
	display:block;
	line-height:40px;
	width:287px;
	font-size:15px;
	margin-top:1px;
	padding-bottom:2px;
	text-decoration:none;
}
.teaser a:hover {
	background:url(../images/graphics/button_long.jpg) bottom left no-repeat;
}
.teaser img {
	margin:2px 6px -12px 0;
}

h1, h2, h3, h4, h5, h6, a, .Highlight {
	color:#8855CB;
}
a:hover, .nav a:hover, .footer a:hover, .afterlinks a:hover {
	color:#FFFFAA;
}


h1, h2, h3, h4, h5, h6 {
	margin:16px;
}
p {
	margin:16px 26px;
}

.bodymain_right h1, .bodymain_right h2, .bodymain_right h3, .bodymain_right h4, .bodymain_right h5, .bodymain_right h6 {
	color:#FFF;
	margin:12px 8px 10px;
}
.bodymain_right p {
	color:#FFF;
	margin:10px 14px !important ;
}


.afterlinks {
	margin-bottom:10px;
}

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

/* HEADER STYLES */
.header {
	background:url(../images/graphics/top_background.png) top left no-repeat ;
	color:#FFF;
	margin-bottom:0px;
}
.header, .header a {
	color:#FFF;
}
.header_left {
	float:left;
	text-align:left;
}
.header_right {
	font-size:30px;
	float:right;
	text-align:right;
	margin:70px 20px 0 0 ;
	line-height:38px;
}
.header_right a {
	display:block;
	font-size:16px;
	text-decoration:none;
	border-top:1px solid #FFF;
	line-height:22px;
}
.header_right a:hover {
	text-decoration:underline;
}
.header_right .Highlight {
	display:block;
	border-bottom:1px solid #FFF;
	padding-bottom:4px;
	margin-bottom:4px;
}
.header_center {
	text-align:center;
}
.header, .header_left {
	height:150px;
}


/* BODYMAIN STYLES */
.bodymain {
	padding-top:10px;
}
.bodymain_left {
	text-align:left;
	float:left;
	width:600px;
	margin-top:-10px;
}
.bodymain_right {
	position:absolute;
	width:286px;
	height:220px;
	margin:180px 0 0 610px;
	font-size:10px;
	line-height:12px;
	color:#555;
}
.bodymain_center {
	width:593px;
	height:400px;
	margin-left:5px;
	text-align:left;
	overflow-y:scroll;
	position:relative;
	background:#FFF;
	color:#555;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.bodymain_center .indiv {
	padding:1px;
}
.bodymain {
	min-height:420px;
}

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

