@charset "utf-8";
/* CSS Document */

#left{
	float:left;
	width:590px;
	margin:20px 0 0 20px;
	border:1px solid #d6d6d6;
	background:#FFFFFF;
	padding:20px;
	min-height:320px;
}

#right{
	width:280px;
	float:right;
	margin:20px 20px 0 0;
	background:#FFFFFF;
}

.leftNews{
	border:1px solid #d6d6d6;
	padding:0;
	margin:0 0 0 0;
	min-height:360px;
}
                	
.tabs{
	border-bottom:2px solid #005fa2;
	padding:10px 10px 0 10px;
	margin:0 0 5px 0;
	height:25px;
	
}
.tabs SPAN{
	display:block;
	width:auto;
	float:left;
	background:url(/design/tabs.gif) top right;
	padding:0 10px 0 0;
	margin-right:5px;
	
	cursor:pointer;
}
.tabs SPAN B{
	display:block;
	width:auto;
	padding:6px 0 3px 10px;
	background:url(/design/tabs.gif) top left;
	color:#ffffff;
	font-weight:normal;
}
.tabs SPAN.back{
	background:url(/design/tabs.gif) bottom right;
}
.tabs SPAN.back B{
	color:#999999;
	background:url(/design/tabs.gif) bottom left;
}

#events{display:none;}

                    
.leftNews{position:relative;}
.leftNewsList A , .leftNewsList A:visited{
	display:block;
	margin:0 20px;
	padding:8px 0 10px 0;
	background:url(/design/line.gif) repeat-x center bottom;
	color:#4383b9;
}
.leftNewsList A:hover , .leftNewsList A:active{
	color:#000000;
}

.leftNewsList .next A{
	background:none;
	position:absolute;
	bottom:0;
	right:0;
}

.leftNewsList A.first , .leftNewsList A.first:visited{
  min-height:70px;
}

.leftNewsList A.first:hover{text-decoration:none;}

.leftNewsList A.first IMG{
  border:1px solid #cccccc;
  margin:0px auto;
}

.leftNewsList A.first B{
  display:block;
  clear:both;
  padding:5px 0;
}

.flash{
	margin-top:20px;
}
