/* CSS Document */

/* IWE_LINKS.CSS - LINKS STYLES USED FOR ALL PAGES *************************** */

 /* General links *************/

	A:link {
	text-decoration: none;
	color: #006699; /* 8A2528 */
	}
	A:visited { 
	color: #91081A; 
	text-decoration: none
	}
	A:hover { 
	color: #91081A;
	text-decoration: none; 
	}
		
/* toplinks  *************/

	#topmenu{
	
		width:900px;
		margin: 0 auto;
		text-align:center;
		padding-left: 11px;
		font-weight: bold;
		color: #d5e278
		}
			
	
	#topmenu a{
		color:#e8dacc;
		}
	
	#topmenu a:hover{
		color: #d5e278;
		}
	
	#topmenu a.current{
		color:#d5e278;
		}
	

 /* Left links UL ***************************************************** */
 
 #leftblock{
	width: 196px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;

}


#leftblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#leftblock li {
	border-top: 1px solid #fff;
	border-bottom: 1px dotted #888;
	margin: 0;
	text-align: left;


}

#leftblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 8px solid #ccb092; /* #aaa04e */
	border-right: 5px solid #ccb092;
	background-color: #dbc4ad;
	color: #97002D;
	text-decoration: none;

}

.current{color: #990000;}

#leftblock li a:hover{
	border-left: 8px solid #b28c64;
	border-right: 5px solid #b28c64; /* beba9c, b1baa9, bdbdb3 */
	background-color: #c6a684;
	color: #4f2901;
}

#leftblock li a.current{
	border-left: 8px solid #b28c64;
	border-right: 5px solid #b28c64;
	background-color: #c6a684;
	color: #4f2901;
	font-weight: bold;
}

 
 /* Left links  ************* */

#leftnav{
	width:198px;
}

#leftlink{
	width:187px;
	padding-left:12px;
	padding-top:5px;
	padding-bottom:2px;
	border-bottom: 1px dotted #888;
	border-top: 1px solid #FFFFFF;
	/*background-color: #c5d77f;  the background rollover doesn't work with BG property */
}

.leftlink{
	font: normal 12px/18px Tahoma;

}


.blue{
	background-color: #d2dbeb; /* 2f6595 a1bfd8 839bc0 afbed6 */
	color: #FFFFFF;
}

.green{
	background-color: #d9d3a8; /* d8ce7c  */
}


/* Left active links - red *************/

.redlink
{ 
	color: #91081A; 
	font: bold 12px/20px Geneva, Arial, Helvetica, sans-serif;
	}
	
	A.redlink:link {
	text-decoration: none;
	color: #91081A;
	}
	A.redlink:visited { 
	color: #91081A; 
	text-decoration: none
	}
	A.redlink:hover { 
	color: #006699; 
	text-decoration: none;
	}
	
/* beige link  *************/
	
	A.beige:link {
	color: #f5eba4;
	text-decoration: none;

	}
	A.beige:visited {
	color: #f5eba4;
	text-decoration: none;

	}
	A.beige:hover { 
	color: #fff;
	text-decoration: none;

	}
	
/* light green link  *************/
	
	A.ltgreen:link {
	color: #d5e278;
	text-decoration: none;

	}
	A.ltgreen:visited {
	color: #d5e278;
	text-decoration: none;

	}
	A.ltgreen:hover { 
	color: #fff;
	text-decoration: none;

	}
	
#logo {
	background: url(images/bg_topban.gif) no-repeat;
	height: 123px;
}
.bg_newshead {
	background: url(images/bg_newsboxhead.gif) no-repeat;
}
