/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooxxxxxx   [WS1] HTML Body    xxxxxxoooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

html, body {
	height:100%;
	background-color:#4a6573;
	font-family:Arial, Helvetica, sans-serif;
	}
 
body{
	font:13px Arial, Verdana, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooxxxxxx   [WS2] Font Classes    xxxxxxoooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

/*xxxxxx    Font Sizes    xxxxxx*/

/*xxxxxx    Font Families    xxxxxx*/

/*xxxxxx    Font Colors    xxxxxx*/

.babyblue{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#b5dcfc;
padding-left:1px;
padding-bottom:3px;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooxxxxxx   [WS3] Content Styling    xxxxxxooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

p{
font-size:1em;
line-height:19px;
font-family:Arial, Helvetica, sans-serif;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooxxxxxx   [WS4] Link Styles    xxxxxxooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

a{}
a:hover{}
a:visited{}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooxxxxxx   [WS5] Headings    xxxxxxooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
 
h1, h2, h3, h4, h5, h6 {
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

h1{
font-weight:bold;
font-size:23px;
color:#ffffff;
}

h3 a{
font-weight:bold;
font-size:14px;
color:#f8d986;
text-decoration:none;
}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P1] Layout    xxxxxxoooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

#wrapper{
width:1014px;
margin:0 auto;
}
	#top{
	/* width:1014px; */ width:954px;
		padding-left:60px;
	height:502px;
	background:url(images/top-bg.jpg) top left no-repeat;
	}
	#bottom{
	/* width:1014px; */ width:1000px;
	margin-left:7px;
	margin-right:7px;
	background-color:#dee5eb;
	}
		#left-content{
		float:left;
		width:361px;
		margin-left:56px;
		margin-right:145px;
		position:relative;
		top:-80px;
		margin-bottom:-75px;
		}
			#left-content img{display:inline;}
			#left-content h2{font-weight:bold; font:14px; color:#3f3214; padding-top:25px; padding-bottom:25px; text-align:justify;}
			#left-content p{padding-bottom:15px; text-align:justify;}
		
		
		#form{
		float:left;
		width:364px;
		position:relative;
		top:-90px;
		margin-bottom:-95px;
		z-index:10;
		}
			#form-body{
			/* width:364px; */ width:297px;
			padding-left:30px;
			padding-right:37px;
			padding-bottom:20px;
			background:url(images/form-container-body-repeater.png) top left repeat-y;
			color:#ffffff;
			z-index:10;
			}
				#form-body p, #form-body h3{padding-bottom:15px; text-align:justify;}
				#form-body h1 {padding-bottom:5px; text-align:justify;}
				
	#footer{
	clear:both;
	/* width:1014px; */ width:946px;
	padding-left:54px;
	margin-left:7px;
	margin-right:7px;
	height:115px;
	padding-top:10px;
	background-color:#ffffff;
	position:relative;
	top:-40px;
	z-index:9;
	}



















