html {
	overflow: scroll;
}
body {
	background: #3495cd;
	margin: 0;
}
.hightlight {
	background: #d3e765;
}
.textBlock {
	width: 330px;
}
	.textBlock p {
		color: #fff;
		font: 12px/24px Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
	}
		.textBlock p a:link,
		.textBlock p a:visited {
			color: #fff;
		}
		.textBlock p a:hover {
			color: #9ad6f8;
		}

.border {
	padding: 3px; 
	border-top: 1px solid #333333; 
	border-left: 1px solid #333333; 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999; 	
	background-color: #FFFFFF; 
}		

#bodyIndex {
	background: url(../images/bg_body_index.jpg) no-repeat;
	height: 560px;
	width: 930px;
}
#containerAll {
	margin: auto;
	width: 930px;
}
#footer {
	color: #7dc1e8;
	height: 30px;
	font: 11px/30px Arial, Helvetica, sans-serif;
	text-align: center;
}
#header {
	height: 80px;
	margin: 0;
}
	#header p.seoText {
		color: #77bde5;
		float: left;
		font: 12px/30px Arial, Helvetica, sans-serif;
		height: 30px;
		margin: 50px 0 0 0;
		padding: 0 0 0 65px;
		width: 400px;
	}
	#header ul#nav {
		height: 30px;
		float: right;
		list-style: none;
		margin: 50px 0 0 0;
		padding: 0 65px 0 0;
		text-align: right;
		width: 400px;
	}
		#header ul#nav li {
			display: inline;
		}
			#header ul#nav li a:link,
			#header ul#nav li a:visited {
				color: #9ed3f1;
				font: 12px/30px Arial, Helvetica, sans-serif;
				margin: 0 15px 0 15px;
				text-decoration: none;
			}
			#header ul#nav li a:hover {
				color: #77bde5;
			}
				#header ul#nav li a.selected {
					color: #ffffff;
					text-decoration: underline;
				}

#stage {
	background: #fff;
	margin: auto;
	padding-top: 20px;
	width: 830px;
}
	#stage h1 {
		color: #3495cd;
		font: normal 20px Arial, Helvetica, sans-serif;
		margin: 0 95px 20px 95px;
	}
	#stage h2 {
		color: #474747;
		font: 15px Arial, Helvetica, sans-serif;
		margin: 0 95px 30px 95px;
		font-weight: bold;	
	}
	#stage h3 {
		color: #474747;
		font: 12px/24px Arial, Helvetica, sans-serif;
		margin: 10px 95px 0 95px;
	}
	#stage p {
		color: #474747;
		font: 12px/24px Arial, Helvetica, sans-serif;
		margin: 0 95px 30px 95px;
	}
	#stage ul {
		color: #474747;
		font: 12px/24px Arial, Helvetica, sans-serif;
		/*margin: 0 95px 0 70px;*/
		margin-top: -25px;
	}
	#stage li {
		color: #474747;
		font: 12px/24px Arial, Helvetica, sans-serif;
		margin: 0 95px 0 90px;
	}
	#stage .rightcopy
	{
		color: #474747;
		font: 12px/24px Arial, Helvetica, sans-serif;
		margin: 0 0 0 500px;
		padding: 0 0 0 10px;
		width: 300px;
		height: 200px;
	}
	
	#stage .boxcopy {
		color: #474747;
		font: 12px/24px Arial, Helvetica, sans-serif;
		line-height: 22px
	}

#stageBottom {
	background: url(../images/bg_stage_bottom.jpg) no-repeat;
	height: 35px;
	margin: auto;
	width: 830px;
}
#stageTop {
	height: 210px;
}


a:link,
a:visited {
	color: #777;
}
a:hover {
	color: #000;
}
label {
	color: #474747;
	font: 12px/24px Arial, Helvetica, sans-serif;	
}
form {	
	margin: 0 0 30px 95px; !important	
}
#contact_left {	
	width: 420px;
	float:left;  
  color: #474747;
	font: 12px/24px Arial, Helvetica, sans-serif;	
}
#contact_right {
	float:left;
	width:200px;
	color: #474747;
	font: 12px/24px Arial, Helvetica, sans-serif;
	margin: 0 0 30px 50px;
}
#clear {
 clear:both;
}

/* FAQ page: */
.answer {
	margin-bottom: 20px;
}
.backtotop {
	/*width:660px;*/
	border-bottom: 1px solid #d3e765;
	margin-bottom: 30px;
	padding-bottom: 5px;
	text-align: right;
}
#stage .title {
	font-size: 18px;
	margin-bottom: 10px;
}
ul.list {
	margin: 0;
	padding: 0;
	list-style: outside;
}
/* End */


