body {
	background-color: #bbb;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/purple3.gif);
}
#wrapper {
	background-color: #fff;
	text-align: left;
	width: 770px;
	margin: 0 auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	position: relative;
	background: #663366 url(images/logo.gif) no-repeat left top;
}
#header #sub {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: #EEB10F;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 2;
}
#header #sub #mainNav {
	margin: 2px 1px 0px;
	padding: 0px;
	bottom: 0px;
	right: 0px;
}
#header #sub #mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 770px;
}
#header #sub #mainNav li {
	float: left;
}
#header #sub #mainNav li a {
	display: block;
	padding: .1em .5em;
	font: bold .85em/.9em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFF;
	margin-right: .5em;
	border-right: 1px solid #663366;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #header #sub #mainNav ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #fff;
	background: #663366;
}
#mainContent {
	background-color: #fff;
	margin: 0px;
	padding: 20px 0px 0px;
	height: auto;
	width: 490px;
	float: left;
	text-align: left;
}
.imagecenter {
	text-align: center;
	display: block;
}

#sidebar {
	background-color: #00907F;
	margin: 0px 0px auto;
	padding: 0px;
	width: 262px;
	float: right;
	height: 700px;
}
#wrapper #sidebar ul li {
	width: 190px;
	list-style: none;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	font-style: oblique;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	display: block;
	font-size: 18px;
	border-bottom: 2px solid #663366;
	overflow: auto;
	color: #fff;
	z-index: 1;
}

#wrapper #sidebar ul li a {
	color: #f2deba;
	display: block;
	text-decoration: none;
	list-style: none;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	z-index: 1;
}
#wrapper #sidebar ul a:hover, #wrapper #sidebar ul li a:active {
	background: #ba8748;
	color: #fff;
	z-index: 1;
}
#wrapper #sidebar #sidebarList {
	height: 370px;
	top: 10px;
	position: relative;
	list-style: url(none) none;
	overflow: hidden;
	width: 250px;
	left: -7px;
	z-index: 1;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	font-size: medium;
	font-style: normal;
	color: #000;
	margin: 0px;
	text-align: left;
	padding-right: 10px;
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #663366;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #663366;
	padding-left: 20px;
	margin: 10px 0px 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00907f;
	font-style: italic;
	margin: 10px 0px 5px;
	padding-left: 25px;
	text-align: left;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00907f;
	margin: 10px 0px 5px;
	padding-left: 20px;
	text-decoration: none;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ba8748;
	padding-left: 20px;
	padding-right: 1px;
}

.holder {
}

#footer {
	background-color: #EEB10F;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 50px;
	text-align: center;
}
#wrapper #footer #foothead {
	height: 20px;
	border-top: 5px double #663366;
	border-right: medium double #663366;
	border-bottom: medium double #663366;
	border-left: medium double #663366;
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
	position: relative;
	overflow: hidden;
	width: auto;
}
#wrapper #footer #foothead ul {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	width: 220px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	left: 0px;
}
#wrapper #footer #foothead ul li {
	float:left;
}
#wrapper #footer #foothead ul li a {
	display: block;
	padding: .1em .5em;
	font: bold 1em/.9em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#663366;
	margin-right: 0.5em;
	border-right: 1px solid #663366;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer #foothead ul li a:hover, #wrapper #footer #foothead ul li a:active{
	color: #fff;
	background: #003768;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
}

#wrapper #header #sub #mainNav ul li #apLoc ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 140px;
	margin: 0px;
	padding: 0px 0px 0px 6px;
}
#wrapper #header #sub #mainNav ul li #apLoc ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apLoc2 ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 2px 8px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apLoc2 ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apSch ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 170px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apSch ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apPhy ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 220px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apPhy ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apPhy2 ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 210px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apPhy2 ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apPhy3 ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 210px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apPhy3 ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apPhy4 ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 210px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apPhy4 ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apPhy5 ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 210px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apPhy5 ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apPhy6 ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 210px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apPhy6 ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apPhy7 ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 210px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apPhy7 ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apPhy8 ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 210px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apPhy8 ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apPhy9 ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 210px;
	margin: 0px;
	padding: 0px 0px 2px 3px;
	border-right: 0px;
	border-right-style: none;
}
.atop {
	margin-top: 4px;
	padding-top: 5px;
}

#wrapper #header #sub #mainNav ul li #apPhy9 ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
#wrapper #header #sub #mainNav ul li #apRes ul li {
	overflow: hidden;
	float: none;
	list-style: none;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 230px;
	margin: 0px;
	padding: 0px 0px 2px 8px;
	border-right: 0px;
	border-right-style: none;
}
#wrapper #header #sub #mainNav ul li #apRes ul li a:hover, #wrapper #header #sub #mainNav ul li a:active{
	color: #663366;
	background: #fff;
}
	
.currentPage {
	border-width: 1px;
	border-color: #663366;
	background: #663366;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #663366;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #00907F;
}
.pbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}
