@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
color:#1c4a7b;
}

body{
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_page.png);
	background-repeat:repeat-x;
	background-color:#a09c99;
	font-family:verdana;
	font-size:0.7em;
	text-align:center;
}
#header{
	width:800px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}
#header .text{
	width:800px;
	height:250px;
	position:absolute;
	top:0;
	z-index:1;
}
#header .image{
	width:800px;
	height:250px;
	background-image:url(../images/bg_header.png);
	position:absolute;
	top:0;
	z-index:2;
}


#content{
	text-align:left;
	width:656px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_content.png);
	padding:0px 72px 0px 72px;
}
#content p{
	padding:6px 0px 6px 0px;
	color:#1c4a7b;
	font-size:1em;
}
#content ul li{
	color:#1c4a7b;
	line-height:16px;
	margin-left:30px;
}

#content .span1{
	color:#e77a25;
	font-weight:bold;
}

#content .span2{
	color:#e77a25;
	font-weight:bold;
	font-size:1.3em;
	text-decoration:underline;
}

#content .box1{
	width:578px;
	height:183px;
	background-image:url(../images/bg_box1.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding:15px;
}

#content .box1 .text{
	padding: 12px 22px 12px 22px;
}

#content .middletext{
	width:668px;
	height:88px;
	background-image:url(../images/bg_middletext.png);
	margin:10px 0px 10px -11px;
}

#content .box2{
	width:607px;
	background-image:url(../images/bg_box2.png);
	margin-left:auto;
	margin-right:auto;
}

#content .box2bottom{
	width:607px;
	height:15px;
	background-image:url(../images/bg_box2_bottom.png);
	font-size:2px;
	margin-left:auto;
	margin-right:auto;
}
#content .box2 table tr td{
	vertical-align:top;
	padding:4px;
}

#content .box2skytd{
	background-color:#f1f6fc;
}

.formContainer{
	width:330px;
	height:598px;
	float:right;
	background-image:url(../images/bg_form.png);
	background-repeat:no-repeat;
	background-position:right;
	position:relative;
}

.formContainer .form{
	position:absolute;
	bottom:0;
	margin:auto auto 37px 10px;
	left: 21px;
}
.catherineImage{
	width:105px;
	height:100px;
	float:left;
	background-image:url(../images/img_catherine.png);
	margin:0px 0px 0px -10px;
}
#footer{
	text-align:center;
	background-color:#1d487b;
	padding:12px;
	color:#fff;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
.clear{
	clear:both;
}
