html {
	height:100%;
}
body{
	background-image:url(../images/body_gradient_span.gif);
	background-repeat:repeat-x;
	background-color:#DEE9F6;
	margin:0;
	font-family: tahoma,arial;
	font-size: 12px;
	color:#000;
	height:100%
}
.container{
	border:1px solid #999; margin:0 auto; width:780px;
}
.login{
	font-weight:bold;
	font-size:11px;
}
.top_banner{
	 border:0px solid red; width:780px; height:37px; background-image:url(../images/top_01.jpg);
}
.main_banner{
	 border:0px solid red; width:780px; height:180px; background-color:#CBCBCB;  
	z-index:9;
}
/* nav */
.nav_container{
	 border:0px solid red; width:780px;
}
.home_button , .home_out{
	 border:0px solid red; width:266px; height:57px; background-image:url(../images/home.gif); 
	 background-repeat:no-repeat; float:left; margin-top:-15px;
	 text-align:right; color:#FFF; cursor:pointer;
}
.home_over{
	 border:0px solid red; width:266px; height:57px; background-image:url(../images/home.gif); 
	 background-repeat:no-repeat; float:left; margin-top:-15px;
	 text-align:right; color:#E4F9CF; cursor:pointer; font-weight:bold;
}
.menu_button , .menu_out{
	border:0px solid red; width:101px; height:57px; background-image:url(../images/menu_button.jpg); 
	background-repeat:no-repeat; float:left; margin-top:-15px;
	text-align:center; color:#FFF; cursor:pointer; font-weight:normal;
}
.end_part{
	 border:0px solid red; width:9px; height:57px; background-image:url(../images/nav_end.jpg); 
	 background-repeat:no-repeat; float:left; margin-top:-15px;
}
.menu_over{
	border:0px solid red; width:101px; height:57px; background-image:url(../images/menu_button.jpg); 
	background-repeat:no-repeat; float:left; margin-top:-15px;
	text-align:center; color:#E4F9CF; cursor:pointer; font-weight:bold;
}

/* links */
a:link , a:visited {
	color:#333;
	text-decoration:none;
	border-bottom:0px dotted #000;
}
a:hover{
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #333;
}
/* sidebar */
.sidebar_main_style{
 	 border:0px solid red; width:178px; height:581px; float:left; background-color:#CBCBCB;
}
.shadow{
	 border:0px solid red; width:178px; height:4px; background-image:url(../images/column1_shadow.jpg); 
	 background-repeat:repeat-x; font-size:1px;
}
.newsletter_img{
	 border:0px solid red; width:178px; height:39px; background-image:url(../images/newsletter.jpg);
}
.newsletter{
	 border:0px solid red; width:168px; height:130px; background-color:#CBCBCB; padding:5px;
}
.latestnews_img{
	 border:0px solid red; width:178px; height:42px; background-image:url(../images/latestnews-.jpg);
}
.latestnews{
	 border:0px solid red; width:168px; height:100px; background-color:#CBCBCB; padding:5px;
}

/* main body */
.body_area{
	 border:0px solid red; width:600px;  float:left; background-color:#CBCBCB;
	 /*height:581px;*/
}
.body_area_list{
	 border:0px solid red; width:600px;  float:left; background-color:#CBCBCB;
}
.top_body_banner{
	 border:0px solid red;width:600px; height:39px; background-image:url(../images/body_top.jpg); left:174px;
}
.shadow_repeat_x{
	 border:0px solid darkgreen; width:600px; height:4px; background-image:url(../images/column1_shadow.jpg); 
	 background-repeat:repeat-x; font-size:1px;
}
.middle_line{
	 border:0px solid red; float:left; width:9px; background-image:url(../images/middle_line.jpg); height:538px;
}

/* footer */
.clear_both{
	clear:both;
}
.footer1{
	 border:0px solid red; width:780px; height:43px; background-image:url(../images/footer1.jpg); 
	 background-repeat:no-repeat; text-align:center;
}
.footer2{
	 border:0px solid red; width:780px; height:31px; background-image:url(../images/footer2.jpg); 
	 background-repeat:no-repeat; text-align:center;
}
.padding10{
	 padding-top:10px;
}
.padding15{
	 padding-top:15px;
}
/* news */
.d{
	color:#999;
}
.input{
	float:left;
}
.clear{
	clear:both;
}
.red{
	color:#FF0000;
}
.green{
	color:#009933;
}
/* trans layer */
#container_ {
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
    border: 0px solid red;
/*    z-index:200;*/
}
#cbg{
	display:block;
	position:fixed;
	margin:0;
	left:0;
	margin-bottom:0px;
	width:100%;
	height:920px;/************************************************************************/
	background-color:#000000;
	filter: Alpha(Opacity=35);
	moz-opacity: 0.35;
	opacity: 0.35;
/*	z-index:201;*/
    border: 0px solid red;
}
* html #cbg  {
	position: absolute;
}
#ccontent{
	display:block;
	position:fixed;
	left:50%;
	width:600px;/* mandatory to be centered */
	height:440px;
	margin-top:50px;
	margin-left:-310px;
	text-align:left;
	padding:10px;
	border:6px solid #00CC00;
	background-color:#FFFFFF;
	filter: Alpha(Opacity=85);
	moz-opacity: 0.85;
	opacity: 0.85;
/*	z-index:2200;*/
}
* html #ccontent {
	position: absolute;
}