/*start css for logo placement */
.logo {
	position: absolute;
	top: 40px;
	left: 456px;
}
/*end css for logo placement */

/*start css for logo placement */
.title {
	position: absolute;
	top: 70px;
	left: 11px;
}
/*end css for logo placement */


/*start css for top gray box and line  */
.grayBox {
	border: 2px solid #ffffff; 
	background: #E8E8E8; 
	width: 771px; 
	height: 22px;
}
.line {
	border-bottom: 1px solid #D7D7D7; 
}

/*start css for left column  */
.leftColumn {
	font-family: Helvetica, Arial, Tacoma, Verdana;
	font-size: 10px;
	line-height: 14px;
	width: 141px;
	border-top: 1px solid #D7D7D7;
}
/*end css for left column  */


/*start css for main content area */
.middleColumn {
	font-family: Helvetica, Arial, Tacoma, Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #707070;
	width: 450px;
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	background: #ffffff url(../images/feature_bg.gif);
}
.textBlock {
	padding: 10px;
	border-bottom: 1px solid #D7D7D7;
}
.textBlockNoLine {
	padding: 10px;
}
/*end css for main content area */


/*start css for right column  */
.rightColumn {
	font-family: Helvetica, Arial, Tacoma, Verdana;
	font-size: 10px;
	line-height: 14px;
	width: 182px;
	border-top: 1px solid #D7D7D7;
}
/*end css for right column  */



