body, html { 
	height: 100%;
	padding: 0;
	margin: 0;
	/*background:  #ffffff url(/public/images/div2/layout/left_repeat.gif) repeat-y;*/
	/*background: #5795C4 url(/public/images/div2/layout/login_background.jpg) repeat-x;*/
	background: #5795C4 url(/public/images/div2/layout/body-bg_tile-xy.png) !important;
}
body, a {
	font: 11px Helvetica, Arial, sans-serif; 
	color: #000;
}

#header {
	background:url(/public/images/div2/layout/left-bg.png) no-repeat;
	width:955px;
	height:105px;
}

 #mainContent {
	
	float:left;
	padding:20px;
	overflow:visible;	
	
	background-color:#efefef;
}
#main
{
	width: 955px;
	background-color:#efefef;
	min-height:500px;
	overflow:visible;	
}

.legallinks
{
	display:block;
	margin-top:10px;
	
}
#divlegalfooter {
	background:url(/public/images/div2/layout/footer-bg.png) no-repeat;
	width:955px;
	height:115px;
	text-align:center;
	margin-bottom:0;
	clear:both;
	display:block;
	color:#e6fff !important;
}
 #divlegalfooter a {
	color: #a0c9e1;
}

#contacthelp 
{
	position: relative;
	width: 300px;
	text-align: center;
	padding:10px 0px;
	margin:0 auto;
    color:White;
}
 #contacthelp, #contacthelp a
 {
 	color:White;
 	text-decoration:none;
 	text-transform:uppercase;
 }


#btnSubmit {
	width: 86px;
	height: 40px;
	background: url(/public/images/div2/layout/submit.png) 0 0 no-repeat;
	display:block;
	margin:15px 0;
	/*margin-left:-5px;*/
}
#logo
{
	
	
	width:300px;
	height:100px;
	cursor:pointer;

}
.privacyTerms
{
	color: #a0c9e1;
margin-top:10px;

}
 .copyRight
 {
 	color: #E6FFFF;
 }