@charset "utf-8";

.dsconeColFixCtr #dsccontainer {
	width: 480px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 255px;
}

#dscnav {
	height: 2px;
	width: 480px;
}

#dscmaintext {
	width: 474px;
	height: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	float: right;
	padding: 3px;
}

#dscmaintext h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #314A9A;
	padding: 0px;
 }

