@charset "utf-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: none;
}
#wrapper {
	text-align: left;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 112px;
	width: 800px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana;
	font-weight: lighter;
	margin-left: 0px;
	color: #666;
	float: left;
	text-align: left;
	background-image: none;
	width: 800px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #039;
	text-align: center;
	height: 20px;
	width: 800px;
	float: none;
}
#logo {
	height: 80px;
	padding-bottom: 0px;
	left: 0px;
}
#nav {
	height: 28px;
	border-left: 150px;
	margin-left: 0px;
}
#leftColumn {
	float: left;
	width: 150px;
}
#middleColumn {
	float: none;
	width: 240px;
	height: auto;
	margin-left: 30px;
	left: auto;
}
#rightColumn {
	float: left;
	width: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: auto;
	margin-left: 10px;
}
img {
	float: left;
	margin-right: 10px;
}

#right2Column {
	float: left;
	width: 240px;
	margin-left: 260px;
}

