div#page {
	width:960px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	background-image: url(working/pagebg.png);
	background-repeat: repeat-y;
	z-index: auto;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
}
div {
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#header {
	width:944px;
	height:225px;
	padding-left: 16px;

}
div#menu {
	width:200px;
	float:left;
	padding-left: 20px;
	margin-top: 10px;
	top: auto;
	position: relative;
}
div#content {
	width:690px;
	min-height:500px;
	_height:500px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 230px;
	font-size: small;
}
div#footer {
	width:880px;
	height:30px;
	border: thin none #284865;
	margin-left: 40px;
	margin-right: 40px;
}
.quote {
	border:1px solid #9FCFFF;

/*   background:#D7EBFF url('img/quote-left.gif') no-repeat left top; */
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 10px;
	padding-left: 40px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	font-family:Arial;
	background-image: url(img/mission.gif);
	background-repeat: no-repeat;
	background-position: center center;
    }

.quote div {
/*   background: transparent url('img/quote-right.gif') right bottom no-repeat; */
	padding-right: 40px;
	padding-bottom: 10px;
}h2 {
	color: #000066;
}
a {
	color: #006699;
	text-decoration: underline;
}
.clearfooter {
   height: 50px;
   clear: both;
}

