@charset "UTF-8";
/* CSS Document */

img, div, a, input { behavior: url(iepngfix.htc);
   margin-left: 0px;
   margin-top: 0px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	background: #398CBF;
	letter-spacing:normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

#container {
	margin-top: 40px;
}

.oneColElsCtr #content {
	width: 1008px;
	height: 657px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/*.oneColElsCtr #mainContent {
	width: 395px;
	height:567px;
 	padding: 90px 60px 0 50px;
	margin-left:503px;
	background-image:url(background-right.png)
}*/

.disclaimer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#afd2e3;
	text-align: center;
}

.disclaimer  img {
	margin-bottom: 10px; }
	
img {
   border: none;
}