#shadow {
	width: 942px;
	margin: 0px auto;
	padding: 0px 20px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
}
#bottom_shadow{
	background-image:url(../images/shadow_bottom.png);
	margin-right:auto;
	margin-left:auto;
	width:982px;
	height: 40px;
}
#contain {
	background-color: #40464f;
}
#contents{
	background-image:url(../images/content_back.gif);
	height: 366px;
	padding: 15px 0px 15px 15px;
}
#scroller {
	height: 366px;
	overflow:auto;
	scrollbar-face-color : #a30000;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-shadow-color : #e1e1e1;
	scrollbar-darkshadow-color : #c8c8c8;
	scrollbar-track-color : #FFFFFFFF;
	scrollbar-arrow-color : #FFFFFF;
}

body {
	margin: 0px;
	background-image:url(../images/back_grad.jpg);
	background-repeat:repeat-x;
	background-color: #CDCED0;
	}

#main_top {
	position:absolute;
	top:235px;
	left:20px;
	width:970px;
	height: 464px;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	}

#content {
	width:949px;
	height:464px;
	margin: 0px;
	position:relative;
	top:0px;
	left:5px;
	z-index:1;
	}
.contenttop {
	width: 949px;
	height:19px;
	position: absolute;
	top: 0px;
	left: 5px;
	}

.contentbottom {
	width: 949px;
	height:50px;
	position: absolute;
	top: 412px;
	left: 5px;
	z-index: 1;
	}	


#main {
	position:absolute;
	top:0px;
	left:20px;
	width:970px;
	height: 834px;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	}
	
	
#leftshadow {
	float:left;
    display:inline; /*required by IE6*/
	width:14px;
	height: 834px;
	margin: 0px;
	position:relative;
	z-index:0;
}

#contentarea {
	float:left;
    display:inline; /*required by IE6*/
	width:942px;
	height:834px;
	margin: 0px;
	position:relative;
	z-index:0;
}
.header{
	width:942px;
	height:242px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#40464F;
	}
.mainarea {
	width:942px;
	height:464px;
	position: absolute;
	left: 0px;
	top: 238px;
	background-color:#40464F;
	}
.footer {
	background-color:#40464F;
	text-align:center;
	color: #009;
	}

#rightshadow {
	float:right;
    display:inline; /*required by IE6*/
	width:14px;
	height:834px;
	margin: 0px;
	/*position:relative;*/
	position:absolute;
	z-index:0;	
	top:0px;
	left:954px;
	}
#lcolumn{
	width: 600px;
	float:left;
	margin-right: 20px;
	margin-top: 20px;
	height:300px;
}
#rcolumn{
	float: left;
	width: 225px;
	margin-top: 20px;
	
}
#center{
clear:both;
}
.RED {
	color: #900;
}
.WEBLINK {
	background-color: #999;
}
