@charset "utf-8";
/* CSS Document */

/* ---- top area ----- */
.quic_dry {
	float: left;
	margin-top: 22px;
	margin-left: 21px;
}

/*--------header ----------*/
#header {
	float:left;
	width:760px;
	height:130px;
	background-color:#FFFFFF;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E84526;
	text-align: right;
	margin: 0px;
	padding-top: 70px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0px;
	padding-top: 3px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*--------top pic banner ------position:relative added for ie5.5----*/


#picturetop {
	float:left;
	width:760px;
	height:198px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: #CCC 1px solid;
	background-color: #ffffff;
}

#picturetop ul {
	margin-left: 33px;
	margin-top: 12px;
	width: 475px;
}

#picturetop ul li {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #D90000;
}

.picturetopDrk {
	color: #A32918;
}

a.picturetopDrk:visted { 
	color: #A32918;
	}

a.picturetopDrk:link {
	color: #A32918;
}

a.picturetopDrk:hover {
	color: #2056A5;
}

/*--------content----------*/

#contentwrap {
	float:left;
	display: inline;
	width: 350px;
	padding: 10px;
	margin: 0;
	background-color:#FFFFFF;
}

#contentwrap p	{
	text-align: justify;
	}
	
#contentwrap h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 20px;
	color: #1252A9;
	margin-top: 10px;
}

#contentwrap h2 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #1252A9;
	margin-top: 0;
}

#contentwrap ul {
	padding:0 10px 0 20px; 
	margin:0; 
	float:left; 
	display:inline; 
	  }

#contentwrap ul li {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #646464;
	  }