/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/newimages/bodyBackImageNew.jpg);
}
#menuContainer{
	position:relative;
	width:1000px;
	height:32px;
	background-image:url(../images/mainMenu.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#menuContainer .menuItem{
	position:relative;
	width:100px;
	height:25px;
	padding:7px 8px 0px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	color:#000000;
	font-size:16px;
	cursor:pointer;
	background-image:url(../images/mainMenu.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}
#siteContainer{
	position:relative;
	width:1000px;
	overflow:hidden;
	margin:auto;
	background-color:#CCCCCC;
}
#siteContainer .headImageHold{
	position:relative;
	width:1000px;
	height:272px;
}
#tempBox{
	position:absolute;
	width:500px;
	height:50px;
	top:250px;
	left:30%;
	background-image:url(../images/comingsoon.png);
}
#newMainContent{
	position:relative;
	width:894px;
	overflow:hidden;
	margin:auto;
}
#newMainContent .topSection{
	position:relative;
	width:894px;
	height:8px;
	background-image:url(../images/newBodyTop.png);
	background-repeat:no-repeat;
}
#newMainContent .centerSection{
	position:relative;
	width:854px;
	overflow:hidden;
	background-image:url(../images/newBodyMain.png);
	background-repeat:repeat-y;
	padding:0px 20px 0px 20px;
}
#newMainContent .centerSection .formContainer{
	position:relative;
	width:500px;
	overflow:hidden;
	margin:auto;
}
#newMainContent .bottomSection{
	position:relative;
	width:894px;
	height:8px;
	background-image:url(../images/newBodyBottom.png);
	background-repeat:no-repeat;
}
