/*
IE 6 and below
    Use * html {} to select the html element.
IE 7 and below
    Use *+html, * html {} to select the html element.
IE 7 only
    Use *+html {} to select the html element.
IE 7 and modern browsers only
    Use html>body {} to select the body element.
Modern browsers only (not IE 7)
    Use html>/star star/body {} to select the body element.  
*/
.homedashedborder {
	border: 1px solid #CCCCCC;
	margin: 5px 8px 0 8px;
	padding: 10px 0 10px 10px;
	height:1%;
}
/* All browsers*/#right{
	width: 140px;
	float: right;
	position:relative;
	right:10px;
}

#mid{
	width: 415px;
	float: left;
}
/*newsheader ##############################*/
div.newsheader {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 3px 0 5px 6px;
	background-color: #EF7D1C;
	background-image:url(../pics/tab-corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin:10px 0;
}
div.newsheader a ,div.newsheader a:visited  {	
	font-weight:normal;
	float:right;
	display: block;
	border: 1px solid #BCBCBC;
	background-color: #F4F4F4;
	color:#333333;
	padding: 0 2px;
	margin:0 15px 0 0 ;
	text-decoration:none;
}
div.newsheader a:hover  {	
	background-color: #CBF0FA;
	color:#000;
}
