

html {
	overflow-y:scroll;
}
html {
	background:url(../images/graphics/bg_fade.jpg);
	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:#3366CC;
}
.nav a:hover, .footer a:hover, .afterlinks a:hover {
	color:#fff;
}
h1, h2, h3, h4, h5, h6 {
	margin:16px;
}
p {
	margin:16px 26px;
}

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

.afterlinks {
	margin-bottom:10px;
}

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

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

/* HEADER STYLES */
.header {
	background:url(../images/graphics/top_background.jpg) top left ;
	color:#FFF;
	margin-bottom:0px;
}
.header, .header a {
	color:#FFF;
}
.header_left {
	float:left;
	text-align:left;
}
.header_right {
	font-size:25px;
	float:right;
	text-align:right;
	margin:30px 20px 0 0 ;
	line-height:32px;
}
.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:120px;
}


/* BODYMAIN STYLES */
.bodymain {
}
.bodymain_left {
	text-align:left;
	float:left;
	width:600px;
}
.bodymain_right {
	position:absolute;
	width:286px;
	height:220px;
	margin:190px 0 0 610px;
	font-size:10px;
	color:#333;
	background-image:url(../images/graphics/bottom_right.jpg);
	border: solid 1px #919191;
}
.bodymain_center {
	border:1px solid #666;
	width:598px;
	height:410px;
	text-align:left;
	overflow-y:scroll;
	position:relative;
	background:#FFF;
	color:#555;
}
.bodymain_center .indiv {
	padding:1px;
}
.bodymain {
	min-height:420px;
}

/* FOOTER STYLES */
.footer {
	clear:both;
	line-height:22px;
	height:22px;

	padding-left:10px;
}
.footer, .footer a, .afterlinks a {
	font-size:10px;
	color:#000;
	text-decoration:none;
}
.footer_left {
	float:left;
	text-align:left;

}
.footer_right {
	float:right;
	text-align:right;
	
}
.footer_center {
	text-align:center;
}
.email {
	text-decoration:overline;
	font-size:16px;	
}
