@charset "utf-8";
body  {
	font: 100% Arial;
	background: #FFFFFF;
	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  {
	background: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	width: 940px;
	height: 820px;
} 
.header {
	height: 60px;
	width: 930px;
	padding-left: 4px;
	float: left;
	padding-bottom: 20px;
}
.midline {
	height: 690px;
	width: 5px;
	top: 0px;
	float: left;
	padding-top: 8px;
	text-align: center;
}
.maincontent {
	float: left;
	height: 510px;
	width: 645px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
}


.leftmenu {
	height: 690px;
	width: 280px;
	padding-top: 5px;
	float: left;
	overflow: hidden;
}
.footer_left {
	height: 25px;
	width: 435px;
	float: left;
	text-align: left;
	padding-top: 10px;
}
.footer_right {
	float: left;
	height: 25px;
	width: 210px;
	text-align: right;
	padding-top: 10px;
}

.project_info {
	float: left;
	height: 140px;
	width: 645px;
}

