/*
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 (NOT IE 6 or Firefox)
    Use *+html {} to select the html element.
IE 7 AND modern browsers only (NOT IE 6)
    Use html>body {} to select the body element.
Modern browsers (Firefox only NOT IE 7) 
    Use html>/star star/body {} to select the body element.  
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	padding:0;

}
#floatR{
	float:right;
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
	margin-left:20px;
}
#cont{
	border-left: 1px solid #EFEFEF;
	padding:0;
	margin:0;
	border-top: 1px solid #EFEFEF;
	background-image: url(DS-R.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#cont em{
	float:right;
	background-image: url(DS-topr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	width: 15px;
	margin: -1px 0 0 0;
}
.inset{
	margin:40px 40px 20px 60px;
}

H1{
	font-size: 16px;
	color: #0000FF;
}
H2{
	font-size: 13px;	
}
.doublelined{
	padding:2px 5px 2px 0px ;
	/*border-top: 1px solid #ccc;*/
	border-bottom:  1px solid #ccc;
}
.singlelined{
	padding:2px 5px;
}
#footer{
	margin:0;
	clear:both;
	background-image: url(DS-basemid.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 16px;
	
}
#footer em{
	float:right;
	background-image: url(DS-baseright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 16px;
	width: 43px;
	margin: 0;
}
#footer .goleft{
 	margin: 5px 0 0 -1px;
}