@charset "utf-8";
/* CSS Document */

* {
padding: 0px;
margin: 0px;}


body {
/*background:url(../images/lp_bgrnd.jpg) top left repeat-x #2787b7;*/
width: 950px;
text-align: center;
margin-left: auto;
margin-right: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}

a {
border: none;
color: #599df9;
font-size: 12px;
font-weight: bold;
}

.header {
background:url(../images/lp_01.jpg) top left no-repeat;
width: 950px;
height: 132px;}

.leftColumn {
float: left;
background: url(../images/lp_02.jpg) top left no-repeat;
width: 536px;
height: 498px;}

.rightColumn {
float: left;
background: url(../images/lp_03.jpg) top left no-repeat;
width: 414px;
height: 498px;
padding-top: 90px;
}

.leftColumn2 {
float: left;
background: url(../images/lp2_02.jpg) top left no-repeat;
width: 536px;
height: 498px;}

.leftColumn2_femaleGrad {
float: left;
background: url(../images/female_graduate.jpg) top left no-repeat;
width: 536px;
height: 498px;}

.rightColumn2 {
float: left;
background: url(../images/lp_03new.jpg) top left no-repeat;
width: 414px;
height: 408px;
padding-top: 90px;
}

.text {
color: #5b83ee;
font-size: 16px;
text-align: left;
font-weight: bold;
padding-left: 130px;
padding-top: 20px;}

.clearer {
clear: both;}

.outro{
	color: #000000;
	text-align: left;
	margin: 0px 100px;
}
.outro h2{
	color: #5b83ee;
	font-size: 16px;
}
.outro p{
	padding: 5px 0px;
}

h1, b {
color: #fff;
font-weight: bold;
font-size: 11px;
text-align: left;}

.error2 {
color:#FF3333;
font-weight: bold;
font-size:11px;
background-color:#FFFFFF;
border: 2px solid #FF3333;
width: 80%;
padding: 5px;}

SPAN.errorspan {
	color: darkred;
	float: right;
	margin-left: 10px;
	display: inline;
}