body {
	font-family: sans-serif;
	background-color: #633396;
	padding: 0;
	margin: 0;
	text-align: center;
}

a img {
	border: none;
}

.page {
	background-color: #FFFFFF;
	border: 2px solid #B9AE14;
	border-top-width: 0;
	font-size: 12px;
	margin: auto;
	min-width: 735px;
	text-align: left;
	width: 80%
}

.page h1, .page h2, .page h3, .page a {
	color: #633396;
}

.page h1 {
	font-size: 18px;
}

.page h2 {
	font-size: 16px;
}

.page h3 {
	font-size: 14px;
}

.header {
	background-image: url('images/banner-background.jpg');
	height: 100px;
}

.header #header-text {
	left: 11%;
	position: absolute;
	top: 10px;
}

.topnav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10%;
	text-align: right;
	top: 76px;
	white-space: nowrap;
}

.topnav li {
	display: inline;
	margin: -2px;
}

.seal {
	position: relative;
	text-align: center;
	top: 15px;
}

#power-school {
	position:absolute;
	top: 5px;
	right: 11%;
	z-index: 2;
}

.banner {
	background-color: #DECF8C;
	border-bottom: 3px solid #B9AE14;
	text-align: center;
}

.body {
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-x;
	padding: 10px 15px 0 15px;
}

.main-content {
	background-color: #FFFFFF;
	padding: 5px 20px;
	-moz-border-radius: 5px;
}

.footer {
	clear: both;
	padding-top: 15px;
	text-align: center;
}

.footer a {
	color: #000000;
}

.footer .contact {
	font-size: 11px;
}

.footer .copywrite {
	font-size: 9px;
}

.footer .contact p {
	margin: 0;
	padding: 0;
}

.caption {
   color: #633396;
   font-weight: bold;
   font-size: 12pt;
   font-family: serif;
}

.left-image {
	float: left;
	margin: 10px 20px 10px 0;
}

.right-image {
	float: right;
	margin: 10px 0 10px 20px;
}
