@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }
body { width:960px; margin:0 auto; font-family:Verdana, Geneva, sans-serif; }
a, a img {  outline:none; border:none; text-decoration:none; }
h1 {
	font-size:20px;
	color:#edac39;
}
h2 {
	font-size:20px;
	color: #214878;
}
#pageDS {
	float: left;
	width: 100%;
}
#wrapperDS {
	width:960px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#headerDS {
	height:284px;
}
#contentDS { width:960px; float:left; }
#contLeft {
	width:220px;
	float:left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#contRight {
	width:680px;
	float:left;
	padding: 20px;
}
#footerDS { clear:both; }
.orangeHdr {
	background:url(../images/orange-bg.jpg) repeat-x;
	border:2px solid #e89e37;
	padding: 7px 5px;
	color: #FFF;
	font-weight: bold;
}
.greyBox {
	background-color: #e4e4e4;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #bdbdbd;
	margin-bottom: 20px;
	line-height: 20px;
}
.rightTop {
	line-height: 20px;
	padding: 10px;
}
.rightBtm {
	background-color:#e1e1e1;
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #bdbdbd;
}
.txtInput { width:120px;}
#mainForm { font-size:12px; }
.normalList {
	padding-left:65px;
}
