@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
	background-color: #3C90B2;
	background-image: url(/images/background-full-a1cselftest.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
}
a:link {
	color:#892434;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.blue {
		color: #239dcb;
}
p {
	margin-top: 10px;
	font-size: 15px;
}
h1{
	font-size:26px;
	color: #239dcb;
	font-weight: normal;
}
h2 {
	color: #892434;
	font: normal 18pt Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-top: 20px;
}
h4{
	font-size: 16px;
	color:#003e54
}
li{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}
#container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}
#top {
	padding: 0 10px 0 20px;  
	background-color: #DDDDDD;
	background-image: url(/images/banner.jpg);
	position: relative;
}
#corner-top-left{
	position: absolute;
	top: 0px;
	height: 178px;
	width: 30px;
	background-image: url(/images/corner-top-left-a1cselftest.jpg);
	left: 0px;
}
#corner-top-right{
	position: absolute;
	top: 0px;
	height: 157px;
	width: 12px;
	background-image: url(/images/corner-top-center.jpg);
	z-index: 300;
	left: 583px;
	background-repeat: no-repeat;
}
#corner-bottom-right{
	position: absolute;
	height: 157px;
	width: 12px;
	background-image: url(/images/corner-top-center.jpg);
	z-index: 300;
	left: 0px;
	background-repeat: no-repeat;
	bottom: 0px;
}
#sub-header{
	height: 60px;
	background-color:#239dcb;
	position: relative;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#top h1 {
	margin: 0; 
	height: 144px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#main-content {
	background-image: url(/images/container-bckg.jpg);
	background-repeat: repeat-y;
	height: auto;
	position: relative;
}
#col-left {
	width: 583px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	float: left;
	background-image: url(/images/col-left-bckg.jpg);
	background-repeat: repeat-y;
}
#text-left {
	padding-right: 40px;
	padding-left: 60px;
}
#text-left-top{
	background-image:url(/images/corner-top-left.jpg)
}
#image-left1{
	background-image:url(/images/pointing.jpg);
	height: auto;
	background-repeat: no-repeat;
	padding-left: 250px;
	background-position: bottom;
}
#image-left2{
	background-image:url(/images/pointing2.jpg);
	height: 103px;
	background-repeat: no-repeat;
	padding-left: 270px;
	padding-top: 18px;
}
#image-left3{
	background-image:url(/images/bottom.jpg);
	height: 270px;
	background-repeat: no-repeat;
	/*padding-left: 270px;*/
	background-position: left bottom;
}
#image-right{
	width: 300px;
	z-index:100;
}
#image-right-corner{
	height: 150px;
	background-color:#C96;
	position: absolute;
	background-image: url(/images/corner-bot-right.jpg);
	left: 588px;
	width: 200px;
	top: 20px;
}
#col-right {
	width: 317px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#right-text{
	padding-left: 30px;
	width: 267px;
	z-index: 100;
	padding-right: 20px;
	position: relative;
}
#footer {
	color:#FFF;
	padding: 0 10px;
	background:#3a91b2;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.font16 {
	font-size:16px;
}
.font17 {
	color:#4C4C4C;
	font-size:16px;
	margin-top: 15px;
}
.font22 {
	font-size:22px;
	margin-bottom: 15px;
}
.font24 {
	font-size:25px;
}
.blue{
	color: #239dcb;
	font-weight: bold;
}
.blue-sm{
	color: #239dcb;
	font-weight: normal;
	font-size: 14px;
}
.red {
	color: #ee2a37;	
}
.red-bold {
	color: #ee2a37;	
	font-weight:bold;
}
.small{
	font-size:10px;
}
