@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
}
#banner {
	width: 1000px;
	height: 70px;
	background-image: url(images/header.png);
	position: relative;
	overflow: visible;
	background-color: #999966;
}
#menu {
	color: #006699;
	background-color: #A4C2C2;
	height: 40px;
	width: 1000px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: relative;
}
#main {
	font-size: 90%;
	background-color: #FFFFFF;
	width: 1000px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	position: relative;
}
#leftcol {
	min-height: 100%;
	float: left;
	width: 305px;
	border-left-style: none;
	clear: both;
	height: 500px;
	background-color: #A4C2C2;
}
#toprow {
	background-color: #000000;
	float: left;
	width: 100%;
	height: 290px;
	position: relative;
}

a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}
#leftquote {
	float: right;
	height: auto;
	width: 80%;
	font-size: 120%;
	padding-right: 10%;
	padding-left: 10%;
	position: relative;
	background-color: #A4C2C2;
}
#rightcol {
	float: right;
	height: auto;
	width: 642px;
	padding-left: 25px;
	padding-right: 5px;
	position: relative;
	background-color: #FFFFFF;
}
.paragraph2 {
	font-size: 14px;
	line-height: 28px;
}
#footer {
	float: left;
	height: auto;
	width: 1000px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
	background-position: top;
	clear: none;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	background-color: #A4C2C2;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
	position: relative;
}
.navbar {color: #000000}

.h1 {
	font-size: 24px;
	color: #CC3300;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999966;
	height: 100%;
}
.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #669999;
}
.h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.peoplebox {
	float: right;
	height: 250px;
	width: 641px;
}
.peoplename {
	float: left;
	height: 30px;
	width: 380px;
	position: absolute;
	left: 277px;
	padding-top: 5px;
	padding-left: 10px;
}
.peopleblurb {
	float: right;
	height: 197px;
	width: 376px;
	padding-left: 15px;
	position: absolute;
	top: 102px;
	left: 277px;
body {
	background-color: #999966;
}

