@charset "UTF-8";
/* CSS Document */

html{
	height:100%; 
}

body{
	background:#FFFFFF;
	background-image:url(../images/html-bg.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	height:100%; 
}

img{
	border:0px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}

a{
	color:#4ba4d2; text-decoration:none;
}

a:hover {color:#4ba4d2; text-decoration:underline;}


.style1 {color: #FFFFFF; text-decoration:none;}
a.style1:hover {color: #FFFFFF; text-decoration:underline;}

.CenterContainer{
	margin: 0 auto;
	width:926px;
	height:100%;
	background:#FFFFFF;
}

.Header{
	width:926px;
}

.ThankYou {
	background-image:url(../images/thankyou_bg_2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:926px;
	height:175px;
}

.ThankYouText{
	width:825px;
	height:60px;
	float:left;
	margin-left:50px;
	margin-top:20px;
	overflow:visible;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:left;
}

.ColContainer{
	float:left;
	width:926px;
	height:100%;
	background:#FFFFFF;
}

.Col1 {
	background:#FFFFFF;
	width:463px;
	float:left;
}

.Col2 {
	background:#FFFFFF;
	width:463px;
	float:left;
}



.textTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626262;
	text-align:left;
	//width:400px;
	margin-top:5px;
	margin-left:31px;
	margin-bottom:15px;
}


.textDesc{
	width:400px;
	margin-left:31px;
}

ul, li{
	margin:0;
	padding:0;
	list-style-type:disc;
	list-style-position:inside;
} 
/*
.Col3 {
	background:#FFFFFF;
	width:926px;
	height:100%;
	float:left;
	background: transparent url(../images/foot-bg.gif) top center no-repeat;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0px 40px 0px 0px;
	margin-top: 20px;
	text-align: right;
	height: 30px;
	color: #ffffff;
	line-height: 25px;
}*/
#foot {
	clear: both; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0px 48px 0px 48px; 
	margin-top: 20px;
	background: #FFFFFF url(../images/foot-bg.gif) top center no-repeat;
	text-align: right; 
	height: 30px; color: #fff; line-height: 25px;
}
#foot a { color: #fff; font-weight: bold; text-transform: lowercase; text-decoration:none;}
#foot a:hover { color: #fff; font-weight: bold; text-transform: lowercase; text-decoration:underline;}
#foot .bottom-menu { float: left; width: 50%; text-align: left; }
#foot .copyright { color: #fff; font-weight: bold; width: 50%; float: right; }





