@charset "utf-8";
#content .introtext {
	width: 865px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
}
h1 {
	text-align: left;
	margin: 0;
}

.borderdown {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #86C2D7;
	text-align: center;
}
.borderright {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #84C3D6;
	text-align: right;
}
.inborderright {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #84C3D6;
}
.borderbottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #84C3D6;
}
.cornerborder {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #84C3D6;
	border-bottom-color: #84C3D6;
}


#content {
	width: 900px;
	text-align: center;
}

#content img {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
	padding-bottom: 30px;
}


#content .introtext p {
	padding-right: 0px;
	display: block;
	width: 630px;
	text-align: left;

}
#content #nav {
	padding-bottom: 40px;


}

#content .introtext #contactbox {
	float: right;
	width: 200px;
	margin-top: 0px;
}
#content .introtext #processlist {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #E7F3F7;
	margin-top: 20px;
}


#content .introtext img {
	float: right;
	padding-left: 14px;
}
