
/* used to try and remove some defaults */
@CHARSET "ISO-8859-1";
body, html, form {
	color: #4A4A4A ;
	width:100%;
	margin:0;
	float: left;
	height: 100%;
	padding: 0;
	text-align: center;
}

.left{
	float:left;
}

.right{
	float:right;

}
.bodyGrey {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	background: #D8D8D5 url(/../../images/img_bg_home.gif) top center repeat-x!important;
	width: 100%;
	font-size: 14px;
	color: #1F3F4C;
	font-weight: bold;
}

.header {
	font-family: Tahoma, Arial, Helvetica, sans-serif!important;
	font-size: 12px!important;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.header img {
	margin-top: 15px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.centerrow-row {
	background-color: white;
	margin: 0 auto;
	text-align: left;
	width: 80%;
	padding: 15px 23px;

}

#ContentArea{
	margin:0 auto;
	display:inline-block;
}
