@charset "utf-8";
@import url("fonts.css");
.layout {
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EDEDED;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 800px;
	height: 84px;
	background: #FFFFFF;
	float: left;
}
#logoarea {
	width: 671px;
	height: 84px;
	background: #FFFFFF;
	float: left;
}
#navtop {
	width: 128px;
	height: 84px;
	float: left;
}
#navmiddle {
	width: 800px;
	height: 30px;
	float: left;
}
#content {
	width: 800px;
	float: left;
	background-image:url(images/contentback.gif)
}
#leftcolumn {
	width: 416px;
	padding-left: 48px;
	padding-top: 48px;
	margin-bottom: 60px;
	float: left;
}
#rightcolumn {
	width: 234px;
	padding-left: 44px;
	padding-top: 48px;
	padding-bottom: 40px;
	float: left;
}
#rightcontent {
	width: 234px;
	background-color: #E7E7E7;
	float: left;
}
#righttextarea {
	width: 214px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #E7E7E7;
	float: left;
}
#righttextarea1 {
	width: 214px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #E7E7E7;
	float: left;
}
#footer {
	width: 799px;
	height: 84px;
	float: left;
}
#aboutcolumntop {
	width: 696px;
	padding-left: 48px;
	padding-top: 48px;
	float: left;
}
#aboutcolumn1 {
	width: 315px;
	padding-left: 48px;
	padding-top: 10px;
	margin-bottom: 60px;
	float: left;
}
#aboutcolumn2 {
	width: 325px;
	padding-left: 44px;
	padding-top: 10px;
	margin-bottom: 60px;
	float: left;
}
#aboutcolumns {
	width: 748px;
	float: left;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}