﻿body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 200%;
	background-image: url('../1images/Background1.png');
	background-repeat:repeat-x;
	color: #000000;
	padding: 0px;
	text-align: center;
}
h1 {
	font-size: 24px;
	color: #92278f;
	text-align: center;
	padding-top: 25px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #92278f;
	text-align: left;
}
h3 {
	font-size: 13px;
	color: #000000;
	text-align: center;
}
#headline {
	margin: -60px auto;
	position: relative;
	top: 50px;
	z-index: 2;
}
#container {
	background: #ffffff;
	border: 5px solid #ffffff;
	margin: 0 auto;
	width: 800px;
	z-index: 1;
	position: relative;
}
#purple_border {
	border: 10px solid #92278f;
	margin: 0 auto;
	margin-top: 25px;
	width: 810px;
}
#header {
	width: 800px;
	height: 175px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#footer {
	line-height: 22px;
	color: #6a6a6a;
	background: #f9f9f9;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	text-align: left;
}
#top_nav {
	width: 800px;
	line-height: 30px;
	text-align: center;
	float: right;
	background-color:#920089;
	font-size: small;
	border-bottom: 5px solid #ffffff;
	border-top: 5px solid #ffffff;
	color: #f9b43a;
	font-weight: bold;
}
#top_nav a {
	text-decoration: none;
	color: #f9b43a;
}
#top_nav a:hover {
	color: #ffffff;
	font-style: oblique;
}
#main {
	text-align: left;
	width: 800px;
}
#main_text {
	padding: 5px 20px 10px 20px;
	text-align: left;
}
#top_nav2 {
	background-color: #92278f;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: small;
	height: 30px;
	padding-top: 5px;
}
#top_nav2 a {
	text-decoration: none;
	color: #ffffff;
}
#top_nav2 a:hover {
	color: #d369d1;
	font-style: oblique;
}
#center {
	text-align: center;
	font-size: small;
	font-weight: bold;
}
#centered {
	text-align: center;
}
#bottom-text {
	text-align: center;
	font-style: italic;
	width: 840px;
}
.left{
	float:left;
	padding-right:10px;
}
.right{
	float:right;
	padding-left:10px;
}
