body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #bebebe url("/images/pageBack.gif") repeat-x;
	padding: 0;
	margin: 0;	
}

.hidden{display:none;}

h1{
	color: rgb(0,96,255);
}

#header{
	margin: 0 auto;
	width: 990px;
	height: 160px;
	background: url(../images/new_banner.jpg) no-repeat top;
}

#Logo{
	float: left;
	width: 990px;
	height: 155px;
	padding-top: 0px;
	/*background: url(../images/25K.png) no-repeat top;
	*/
}

#Logo a img{
	border: 0px;
	margin:35px 0 0 5px;
}


#Main{
	width: 1000px;
	min-height: 275px;
	margin: 0 auto;
	padding: 0;
}

#leftCol{
	float: left;
	width: 185px;
	margin: 5px 0 20px 0;
	min-height: 400px;
}

#leftCol a img{
	border: 0;
}

#rightCol{
	float: right;
	width: 360px;
	margin: 10px 0 20px 0;
	min-height: 400px;
}

#rightCol a img{
	border: 0;
}

#container{
	float: left;
	width: 1000px;
}

#terms{
	text-align: center;
	font-size: 10px;
}

#terms a{
	color: #444;
}

#footer{
	float: left;
	width: 990px;
	height: 35px;
	padding-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #c0c0c0 url(../images/footerBG.gif) repeat-x;
	border: 1px solid #333;
	-moz-border-radius: 10px;
	
}

#customerLink{
	float: left;
	width:370px;
	height:141px;
	margin: 50px 15px 0 15px;
}

#customerLink a img{
	border: 0px;
}

#EntryForm {
	float: left;
	border: 1px solid #333;
	width: 415px;
	margin:10px 9px 20px 9px;
	padding:10px;
	color: #FFF;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:rgb(80,80,80) url("/images/formBack.gif") repeat-x top;
	-moz-border-radius: 10px;
}

#EntryForm h4{
	color: #000;
	line-height: 16px;
}

#EntryForm input{
	margin-right: 10px;
}

#phoneChk{
	width: 200px;
	height: 20px;
	display: block;
}

.hint{
	color: #FFF;
	font-size: 12px;
}

#submit{
	float: right;
}

#button{
	height: 90px;
	margin-bottom:10px;
	margin: 0 auto;
	width: 360px;
	text-align: center;
}

.error{
	color: #ffe84c;
	font-size: 12px;
}


