.container {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	background-color: #D1E0BA;
	height: auto;
	overflow: auto;
}

.imageBox {
	height: auto;
	width: auto;
	padding: 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #003300;
	text-align: center;
	position: relative;
}
.textBox {
	height: auto;
	width: auto;
}



.menuBox {
	background-image: url(images/menu/menu2.png);
	background-repeat: repeat-x;
	height: 33px;
}
.flashBox {
	height: 250px;
	width: 100%;
	position: relative;
}

.outline {
	width: 1000px;
	border: 1px solid #006600;
	position: relative;
	height: auto;
}
.menuButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	width: 120px;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #00CC00;
}


.logoBox {
	height: 110px;
	width: 134px;
	padding-top: 20px;
	padding-left: 20px;
}

.headerBox {
	height: 120px;
	width: 100%;
	background-repeat: repeat-y;
	background-position: right;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #009900;
	height: 30px;
	width: auto;
	position: relative;
	color: #FFFFFF;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4F4F4F;
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.contentProject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #535353;
	height: 680px;
	width: auto;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.contenLeft {
	font-family: Tahoma;
	font-size: 13px;
	color: #747474;
	height: auto;
	width: 570px;
}

