#boxcontent {
	height:420px;
}
	#boxstatement,#boxprojects {height:400px;}
	
	#boxstatement {
		position:absolute;
		top:135px;
		left:10px;
		width:170px;
		background-image:url('../images/statementbg.gif');
		background-repeat:no-repeat;
	}
		#boxstatementtitle {}
			#boxstatementtitle h2 {
				background-image:url('../images/statement.gif');
				background-repeat:no-repeat;
				font-size:10px;
				text-indent:-5000px;
				width:100%;
				height:40px;
			}
		#statement {
			border:0px;
			margin:0px;
			padding:0px;
		}
			#statement ol {
				border:0px;
				margin:10px 10px 10px 30px;
				padding:0px;
			}
				#statement ol li {
					border:0px;
					margin:0px 0px 15px 0px;
					padding:0px;
					color:#000099;
				}
	#boxmission {
		position:absolute;
		top:135px;
		left:190px;
		width:330px;
		background-color:white;
	}
		#boxmissiontitle {
			border:0px;
			margin:0px;
			padding:0px;
			background-image:url('../images/missiontitlebg.gif');
			background-repeat:no-repeat;
			width:330px;
			height:30px;
		}
			#boxmissiontitle h2 {
				border:0px;
				margin:0px;
				padding:0px;
				font-size:10px;
				text-indent:-5000px;
			}
		#mission {
			margin:10px 0px 0px 0px;
		}
			#mission p {
				color:#000099;
			}
	#boxprojects {
		position:absolute;
		top:135px;
		left:530px;
		width:230px;
		background-color:orange;
		background-image:url('../images/projectsbg.gif');
		background-repeat:no-repeat;
	}
		#boxprojectstitle {}
			#boxprojectstitle h2{
				color:#000099;
				font-size:16px;
				font-weight:bold;
				width:100%;
				text-align:center;
				margin:150px 5px 5px 5px;
			}
		#projects {
			margin:10px;
		}
			#projects p, #projects ul li {
				color:#000099;
			}