@charset "utf-8";
/* CSS Document */



body {
	width: 100%;
	min-width: 814px;
	margin: 0 auto;
	background-color: #77d1d0;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
#main {
	text-align: left;
	width: 814px;
	margin: 0 auto;
}
#header {
	height: 377px;
	padding-top: 15px;
	background-color: #00453c;
}
#txtheader {
	height: 32px;
	background-color: #c8e6d6;
	margin: 25px 48px 0 0;
	padding-left: 20px;
}
#content {
	background-color: #c8e6d6;
	background-image: url(images/body.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	float: left;
	top: 0;
	overflow: hidden;
}
#one {
	float: left;
	left: 0;
	width: 45%;
	margin-left: 30px;
}
#two {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	background-image:url(images/divider.jpg);
	width: 1px;
	height: 430px;
}
#three {
	margin-left: 10px;
	float: left;
	width: 38%;
}
#four {
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}
.foot {
	text-align: center;
	font-size: 15px;
}
#footer {
	background-color: #77d1d0;
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	height: 50px;
	width: 100%;
	float: left;
	top: 0;
	padding-top: 10px;
	margin: auto 0;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
}
h1 {
	font-size: 22pt;
	color: #015858;
	margin-top: 15px;
}
h2 {
	font-size: 20pt;
	color: #45484A;
}
h1, h2 {
	font-family: Georgia, Helvetica, Serif;
	font-weight: bolder;
	margin-left: 0px;
}
h3 {
	font-size: 18pt;
	color: #000000;
}
h5 {
	margin: 0 auto;
	padding: 0;
}
.bd {
	border: 2px;
	border-color:#000000;
	border-style:solid;
}
.bodyZoom {
}
.flr {
	float: right;
	margin: 10px 10px 10px 10px;
	border: 2px;
	border-color:#000000;
	border-style:solid;
}
.fll {
	float: left;
	margin: 10px 10px 10px 10px;
	border: 2px;
	border-color:#000000;
	border-style:solid;
}
.caption-right {
float: right;
text-align: center;
font-size: 12px;
padding: 5 5 5 5;
}
.caption-left {
float: left;
text-align: center;
font-size: 12px;
padding: 5 5 5 5;
}