body {
	background-color:#7d2a87;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-align: center;
	height:100%;
}

#logo_cover {
	width:50px;
	height:280px;
	position:relative;
}

#old_browser {
	display:none;
}

td#navigation {
	width:350px;
	text-align:right;
	vertical-align:top;
}

h1 {
	color:#7d2a87;
}

#reason_message {
	color:#ff0000;
	font-weight:bold;
	border:#ff0000 solid 2px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

#logo {
	margin-bottom:50px;
}

.nav_link {
	margin-right:20px;
	margin-bottom:5px;
	margin-top:5px;
}

.nav_link a {
	color:#FFFFFF;
	font-weight:bold;
	width:90%;
	font-size:20px;
	text-decoration:underline;
}

.nav_link a:hover {
	color:#FFFFFF;
	font-weight:bold;
	width:90%;
	font-size:20px;
	text-decoration:none;
	display:inline;
}

td#main_content {
	margin-top:30px;
	text-align:left;
	height:100%;
	background-color:#ffffff;
	background-image:url(images/purple_on_white.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:1% 2% 1% 4%;
	vertical-align:top;
}

.bottom_details	{
	width:750px;
	text-align:center;
}

.copyright {
	text-align:center;
	position:relative;
	display:block;
}

td#pjn {
	text-align:right;
	padding-top:20px;
	color:#FFFFFF
}

td#pjn a {
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
}

td#pjn a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#current_page {
	color:#7d2a87;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
	background-color:#7d2a87;
	background-image:url(images/current_page.jpg);
	background-repeat:no-repeat;
	background-position:right;
}