body {
	background-color: #a0aabf; 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px; }
.title {
	font-size: 16px;
	color: #534a8b; }
.text {
	font-size: 12px; }
	
a:link {
	color: #534A8B; }
a:visited {
	color: #534A8B; }
a:hover {
	color: #7163A1; }
a:active {
	color: #534A8B; }
ol {
	margin: 0px; }
li {
	margin: 0px; }
ul {
	margin: 0px; }
	
#main_table {
	width: 100%; }
#header {
	width: 100%;
	height: 135px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #7162a1; }
#dark_row {
	width: 100%;
	height: 15px;
	background-color: #534a8b; }
	
#nav_row {
	height: 25px;
	background-color: #d8dae4; }
#nav_container {
	width: 883px;
	height: 25px;
	background-color: #d8dae4; }
#navbar {
	width: 883px;}
#nav_item {
	width: 75px;
	cursor: pointer;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #534a8b; }
#nav_item_active {
	width: 75px;
	height: 25px;
 	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	color: #000; }
#nav_filler {
	width: 483px; }
	
#content {
	width: 883px; }
#text_content{
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 813px; }
#footer{
	margin-left: auto;
	margin-right: auto;
	padding-right: 35px;
	text-align: right;
	background-color: #534A8B;
	color: #d8dae4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: 848px; }