/*MAIN CSS FOR Apply and Drive*/
body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	line-height: 1.5em;
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x
}
.maincontainer{
	width: 975px; /*Width of main container*/
	margin: auto; /*Center container on page*/	
	/*background-image: url(../images/whiteback.png);
	background-repeat: repeat-y	;*/
	background-color:#ffffff;
	border-left:5px solid #333333;
	border-right:5px solid #333333;
	height:100%;	
}
.main_content{
	width: 957px; /*Width of main container*/
	margin: auto; /*Center container on page*/
	background-color:#FFFFFF;	
	height:100%;
	text-align:center;	
}
.left_side{
	width:284px;
	margin:10px 0px 0px 0px;
	background-color:#FFFFFF;	
}
.right_side{
	margin:10px 0px 0px 0px;
	background-color:#FFFFFF;
	font-size:11px;
	text-align:left;

}
.text_content{
	border:1px #333333 solid;
	padding:10px 5px 10px 5px;
}
h1{
	font-size:14px;
	font-weight:bold;
	color:#5583b2;
	margin:0px 0px 10px 0px;
}

.footer{
	width:941px;
	height:196px;
        margin:auto;
    background:url('../images/footerback7.jpg') no-repeat;
}

.foottext {
        text-align: left;
	margin: 0cm 8cm 0cm .5cm;
	line-height: 105% 
}
.ezlogo{
	margin:0px 22px 0px 0px;
	float:right;
	align:right;
}
a.links{
	color: #ffffff;
	text-decoration: underline;
	font-size:10px;
}
a.links:hover{
	color: #ffffff;
	text-decoration: none;
	font-size:10px
}
a.reglinks{
	color: #666666;
	text-decoration: underline;
	font-size:11px;
}
a.reglinks:hover{
	color: #666666;
	text-decoration: none;
	font-size:11px
}