body {
	background-color: #a4cd9a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/BuildKC_bg.jpg);
	background-position: center top;
        background-repeat: no-repeat;
}
.adborder {
	border: 1px solid #999999;
}

.container {
	width: 993px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
}

.logo {
	float: left;
	height: 130px;
}
.heading {
	height: 140px;
}
.content {
	background-color: #FFFFFF;
	padding: 15px;
}
.slogan {
	float: right;
	height: 130px;
}
.footer {
	background-color: #FFFFFF;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 10px;
}
.maincontent {
	width: 645px;
	float: left;
}
.sidebar {
	width: 301px;
	float: right;
	text-align: center;
}
hr {
	margin-top:15px;
	border:0;
	border-top:1px dotted #ccc;
	color:#fff;
}
a:link {
	color: #89AA80;
}
a {
	font-weight: bold;
}
a:visited {
	color: #89AA80;
}
a:hover {
	color: #000000;
}
a:active {
	color: #89AA80;
}
.topcopy {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.middlecopy {
	font-size: 14px;
}

