@charset "utf-8";
/* CSS Document */

#testHolder {
	width: 956px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #65922C;
	margin-bottom: 10px;
	background-image: url(../images/test2/bkdHolder.jpg);
	background-repeat: repeat-y;
	font-weight: normal;
}

#testHolder h1 {
	font-size:16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: bold;
	color: #7D922C;
	margin-bottom: 0px;
}
.mainTestHolder {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	clear: both;
	margin-bottom: 12px;
	font-weight: normal;
}
.mainTestHolder hr {
	background-image: url(../images/horz_ruleGRN.jpg);
	height: 1px;
	background-repeat: no-repeat;
	width: 250px;
}
.specialImg {
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	
}
.mainTestHolderLft {
	margin-top: 8px;
	margin-left: 12px;
	clear: both;
	margin-bottom: 15px;
	font-weight: normal;
	width: 630px;
	padding-bottom: 2px;
}

#centerAlign {
	margin-right: auto;
	margin-left: auto;
}
