@charset "UTF-8";
body {
	background-color: #eee8c5;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 105px;
	width: 760px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#strip {
	background-color: #0092b5;
	height: 15px;
	width: 760px;
}
#banner {
	background-color: #FFFFFF;
	height: 200px;
	width: 760px;
}
#striptwo {
	background-color: #0092b5;
	height: 15px;
	width: 760px;
	float: none;
}
#leftcolumn {
	background-color: #0092B5;
	float: left;
	height: 264px;
	width: 310px;
	background-repeat: repeat;
}
#text {
	text-align: left;
	margin: 0px;
	height: auto;
	width: 400px;
	float: right;
	border-right-color: #0092B5;
	border-right-style: solid;
	border-right-width: 1px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer {
	background-color: #0092B5;
	height: 40px;
	width: 760px;
	background-image: url(../images/footer.gif);
	float: left;
}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0092B5;
}
.Body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #717f81;
}

