
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	margin: 0px;
	padding: 0px;
	background: #e0e3e7 url(../../images/styles/BodyBackground.jpg) repeat-x;
}
a {
	color:#162C63;
	text-decoration:none;
}
a:hover {
	color:#162C63;
	text-decoration:underline;
}
.page{
	margin: 0px auto;
	width:841px;
	background-color: white;
}
.pageheader{
	width:841px;
	height:82px;
	background:#edf1f6;
}
.container{
	float:left;
	width:841px;
	height:auto;
	background:#FFFFFF;
}
.containerHome{
	float:left;
	width:841px;
	height: 427px;	
	background: white url(../../images/styles/HomeImage.jpg) no-repeat;
}
.pagecontentHome{
	float:left;
	width:530px;
	height: 427px;

}

.pagecontent{
	float:right;
	width:585px;
	height: 100%;
	padding: 10px 10px 20px 10px;
}
.pagecontentfull{
	width:750px;
	height:auto;
	padding:10px 10px 10px 10px;
}

.fullpagecontent{
	width:841px;
	height:auto;
}
.pagefooter{
	clear:both;
	width:841px;
	height:80px;
	background:#FFFFFF;
	vertical-align:text-bottom;
	border-top: 1px solid #67778b;
	padding-top: 20px;
	padding-bottom: 20px;

}
.logo{
	float:left;
	height:78px;
	width:225px;
}
.autoProtection{
	height:78px;

}
.whiteline{
	width:1px;
	height:25px;
	background-color:#FFFFFF;
}
.copyright{
	float:left;
	padding-left: 20px;
	width: 800px;
}
.privacy{
	float:right;
	padding-right: 20px;
}
.main{
	height: 100%;
		width:841px;
}
#main{
height: 100%;
		width:841px;
}
.imgright{
 padding-left: 10px;
 padding-bottom: 10px;
}