body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: White;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
}
img{
	border: 0px;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #1282D1;
}
p{
	text-align: justify;
}
h1{
	color: #D7D8D9;
	font-size: 40px;
	font-variant: small-caps;
	background-color: White;
	margin: 0px;
	border-top: 2px #D7D8D9 solid;
	border-bottom: 2px #D7D8D9 solid;
}
h1 i{
	border-top: 2px #1282D1 solid;
	border-bottom: 2px #1282D1 solid;
	font-style: normal;
	color: #1282D1;
}
h2,h3{
	color: #1282D1;
}
p a{
	text-decoration: none;
	color: #1282D1;
}
p a:hover{
	text-decoration: underline;
}
div{
	position: relative;
	text-align: left;
}
div#ec{
	margin: 0px auto;
	width: 770px;
}
div#ec-left{
	width: 240px;	
	background-color: #505050;
	color: White;
}
div#ec-title{
	background: White;
}
div#ec-title p{
	color: #1282D1;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	background: white;
	text-align: center;
	padding: 10px;	
}
div#ec-menu1{
	
}
div#ec-menu1 a{
	width: 210px;
	margin-left: 15px;
	display: list-item;
	list-style: none;
	text-decoration: none;
	color: White;
	border-bottom: 1px #5E5E5E solid;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/menu1bg.gif) right center no-repeat;
}
div#ec-left p{
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
div#ec-menu1 a:hover{
	background-color: #1282D1;
}

div#ec-right{
	position: absolute;
	top: 0px;
	left: 241px;
	width: 528px;
	border-left: 1px white solid;
}
img#ec-main{
	border-top: 4px #6E767C solid;
	border-bottom: 4px #6E767C solid;
}
div#ec-menu2{
	position: absolute;
	left: 380px;
	top: 66px;
	width: 145px;
	background-color: #505050;

}
div#ec-menu2 a{
	line-height: 28px;
	color: White;
	display: list-item;
	list-style: none;
	text-decoration: none;
	padding: 0px 0px 0px 40px;
	font-size: 12px;
	font-weight: bold;
}
div#ec-menu2 a:hover{
	text-decoration: underline;
}
div#ec-menu2 a#btn-apply{
	background: url(../images/btn-apply.gif) 10px center no-repeat;	
}
div#ec-menu2 a#btn-contact{
	background: url(../images/btn-contact.gif) 10px center no-repeat;	
}
div#ec-menu2 a#btn-privacy{
	background: url(../images/btn-privacy.gif) 10px center no-repeat;	
}
div#ec-menu2 a#btn-terms{
	background: url(../images/btn-terms.gif) 10px center no-repeat;	
}
div#ec-menu2 a#btn-home{
	background: url(../images/btn-home.gif) 10px center no-repeat;	
}
div#ec-menu2 a#btn-sitemap{
	background: url(../images/btn-sitemap.gif) 10px center no-repeat;	
}
div#ec-p1,#ec-p2{
	background-color: #D7D8D9;
	color: #505050;
	padding: 15px;
	margin-top: 5px;
}
