body {
	background-color: #602479;
}

p {
	font: 9.5pt Arial, Helvetica, sans-serif;
	color: #707070;
	text-align: justify;
	line-height: 15pt;
}

ul {
	font: 9.5pt Arial, Helvetica, sans-serif;
	color: #707070;
	text-align: justify;
	line-height: 15pt;
}

h1 {
	margin-top:0;
	padding-left: 50px;
	padding-top: 15px;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #707070;
	border-bottom: -15px;
}

h3 {
	margin-top:0px;
	padding-left: 0px;
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #552975;
}

.header {
	height: 161px;
	width: 777px;
	background-image: url(../img/header_background.gif);
	margin:0 auto;
}
.navigation {
	height: 22px;
	width: 777px;
	background-image: url(../img/navigation_background.gif);
	margin: 0 auto;
}
.title {
	height: 35px;
	width: 777px;
	background-image: url(../img/title_background.gif);
	margin: 0 auto;
}
.main {
	clear:left;
	background-image:url(../img/main_background.gif);
	background-repeat: repeat;
	width: 777px;
	height: 100%;
	margin:0 auto;
	overflow:hidden;
}

.left {
	background-image: url(../img/content_background.gif);
	float: left;
	min-height:500px;
	/*height: 100%;*/
	width: 508px;
}

.right {
	float: right;
	/*height: 100%;*/
	width: 269px;
}


#nav {
	height: 22px;
	width: 747px;
	background-image: url(../img/navigation_background.gif);
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:33px;
	margin: 0 auto;
}

#nav li {
	float: left;
	width: 121px;
}

.content_header {
	background-image: url(../img/content_header_background.gif);
	height: 24px;
	width: 508px;
}
.content_background {
	background-image: url(../img/content_background.gif);
	background-repeat:repeat;
	height: 100%;
	width: 508px;
}
.content_content {
	/*position: relative;*/
	left: 50px;
	top: 5px;
	height: 90%;
	width: 80%;
	/*margin-top: 10px;*/
	margin-bottom: 20px;
	margin-left: 65px;
	margin-right: 20px;
	
}

.links {
	background-image:url(../img/links_background.gif);
	width: 269px;
	/*height: 100%;*/
}

.links_header {
	background-image: url(../img/links_header_background.gif);
	height: 37px;
	width: 269px;
}

.links_footer {
	background-image: url(../img/links_footer_background.gif);
	height: 37px;
	width: 269px;
}

.link_item {
	background-image: url(../img/link_item_background.gif);
	height: 25px;
	width: 269px;
	padding-top: 10px;
}

.link_separator {
	background-image: url(../img/link_separator_background.gif);
	width: 269px;
	height: 3px;
}

.link_item a{
	padding-left: 30px;
	color: #552975;
	font: 9.5pt Arial, Helvetica, sans-serif;
}

.footer {
	clear:both;
	height: 73px;
	width: 777px;
	background-image: url(../img/footer_background.gif);
	margin:0 auto;
}

.footer a.back_to_top{
	background:url(../img/back_to_top_button.gif) top left no-repeat;
	width: 110px;
	height:29px;
	text-indent:-9000px;
	display:block;
	margin: 0 auto;
}

.footer a.back_to_top:hover {
	background:url(../img/back_to_top_rollover.gif) top left no-repeat;
	width: 110px;
	height:29px;
	text-indent:-9000px;
	display:block;
	margin: 0 auto;	
}

.footer_navigation {
	margin: 0 auto;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.footer_navigation a{
	margin: 0 auto;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;	
}

.footer_navigation a:hover{
	margin: 0 auto;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;	
}

