@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #3b6887;
	background-image: url(../layoutfront/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#row1 {
	background-image: url(../layoutfront/top.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 1002px;
}
#maintop {
	background-image: url(../layoutfront/mainLeft_top.jpg);
	background-repeat: no-repeat;
	height: 359px;
	width: 570px;
}
#mainbtm {
	background-image: url(../layoutfront/mainLeft_btm.jpg);
	background-repeat: no-repeat;
	height: 121px;
	width: 570px;
}
#footer {
	background-image: url(../layoutfront/footer.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 1001px;
	color: #CCCCCC;
	text-align: center;
}
.inputbox {
	font-size:small;
	height: 23px;
	border: thin solid #CCCCCC;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
	padding-top: 5px;
	padding-left: 5px;
	color: #666666;
}
.inputboxnew {
	font-size:small;
	height: 21px;
	border: thin solid #CCCCCC;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
	padding-top: 5px;
	padding-left: 5px;
	color: #666666;
}
#footertexts {
	padding: 10px;
	font-size: x-small;
}
#maintopnew {
	background-image: url(../layoutfront/mainLeft_new_v1.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 524px;
}
#mainbtmnew {
	background-image: url(../layoutfront/mainLeft_new_v2.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 524px;
}
#mainbtm3 {
	background-image: url(../layoutfront/mainLeft_new_v3.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 524px;
}
#newfooter {
	background-image: url(../layoutfront/footer_new.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 1002px;
	color: #CCCCCC;
	text-align: center;
}
#formjoin {
	padding-left: 115px;
}
