@charset "utf-8";

body { margin: 0px; padding: 0px; }


div.clear
{
height: 1%;
clear: both;
content: ".";
height: 0;
visibility: hidden
}


.bodycopy {
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #00000;
}
.bodycopy_bold {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: #05874B;
}
.subheadline {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
}
#form1 table tr td #name {
	text-align: left;
}
.bodycopy ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	list-style-type: square;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}
.text_bar {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

#container {
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #FFF;
}

#banner {
	text-align: center;
	position: relative;
	float: left;
}

#box_left {
	text-align: left;
	width: 450px;
	float: left;
	background-color: #FFF;
}

#box_right {
	text-align: center;
	width: 450px;
	float: left;
}


#copyright {
	text-align: center;
	width: 900px;
	float: left;
	color: #05874B;
}


/* ==== clear div ==== */
.clear { clear:both }
