/* CSS Document */

#outerWrapper #contentWrapper #content {
	background-color: #E3E1D7; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	width:580px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #000000;
	background-image: url(../images/bott.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:770px;
	margin-left: 170px;
}
#content .text {
padding: 10px;
}
.New75 {
	float: right;
	padding: 5px;
}

.grnTxth1 {
	color: #5AD32A;
	font-size: 2em;
	font-weight: bold;
}
.text ol {
}
.text ol li {
	margin-bottom: 10px;
}
.redtxt {
	color: #FF0000;
}