body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
	top: 0px;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 142px;
	width: 780px;
	position: absolute;
	z-index: 2;
	top: 0px;
}
#header h1 {
	display: none;
}
#content {
	background-color: #ebf5f5;
	height: 360px;
	width: 450px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #555555;
	position: absolute;
	z-index: 3;
	left: 224px;
	top: 142px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.indenttext {
	margin-left: 25px;
	margin-right: 15px;
}
#picture {
	background-image: url(images/insertimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 293px;
	width: 195px;
	position: absolute;
	z-index: 4;
	left: 15px;
	top: 142px;
}
#title {
	background-image: url(images/welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 219px;
	width: 39px;
	position: absolute;
	z-index: 5;
	left: 690px;
	top: 142px;
}
#missionstatement {
	width: 700px;
	position: absolute;
	z-index: 6;
	top: 530px;
	left: 50px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	color: #61126d;
}
#footer {
	height: 50px;
	width: 780px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #61126d;
	position: absolute;
	z-index: 8;
	left: 0px;
	top: 620px;
	padding-top: 10px;
}
.copyright {
	font-size: 8pt;
	color: #666666;
	margin-left: 50px;
}
.bigtext {
	font-size: 15pt;
}

