/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

body {
	background-image:url(images/bkg.gif);
	background-repeat: repeat-x;
	background-color: #0081c6;
	}


.clearer {
	 clear:both;
	 height:1px;
	 overflow:hidden;
	 margin-top:-1px;
}

p {
	margin-bottom: 10px;
}

#MainWrap {
	width: 952px;
	background-image:url(images/okguy.jpg);
	background-repeat: no-repeat;
}
	
#Wrap {
	background-image: url(images/screen.jpg);
	background-repeat: no-repeat;
	margin-bottom: 25px;
	height: 652px;
}

h1 {
	background-image: url(images/hdr_cpa.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 90px;
	border-bottom: 1px solid #fff;
	}
	h1 span {
		display: none;
		}
h2 {
	background-image: url(images/EnsureYourSuccess.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 509px;
	margin-left: 241px;
	margin-top: 5px;
}

h3 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #0081c6;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1;
	color: #0081c6;
}

h5 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #6e8a99;
	line-height: 1;
}

ul {
	margin-left: 26px;
	margin-bottom: 15px;
	list-style-image: url(images/arrow.gif);
}

li {
	line-height: 1.7;
}

#LeftColumn {
	width: 315px;
	float: left;
	margin-top: 275px;
	margin-left: 15px;
	}

#RightColumn {
	width: 400px;
	margin-left: 15px;
	margin-top: 35px;
	float: left;
	}
	

input.btnSubmit, input.btnSubmitOver {
	width: 200px;
	height: 30px;
	background-image: url(images/btn_LearnMore_sprites.gif);
}

input.btnSubmit:hover, input.btnSubmitOver {
	background-position: 0 -29px;
}


#form {
	width: 440px;
	float: left;
}


#form .formtext {
	text-align: right;
}

#form .formtext b {
	font-weight: normal;
}

#footer {
	background-repeat: no-repeat;
	width: 100%;
	float:left;
	color: #fff;
	font-size: 10px;
	text-align: left;
	padding-left: 15px;
	margin-top: -15px;
	}
	#footer a {
		color: #fff;
		font-size: 10px;
		text-decoration: none;
		}
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
			}