﻿body {
	font-family: Harrington,'Times New Roman',Times,serif;
	color: #606;
	background-color: #9A009A;
}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 780px;
	text-align: left;
	background-color: #9A009A;
}
#outer_wrap {
 	background: #9A009A url('../images/page_top.gif') no-repeat left top;
 	margin: 0px;
 	padding: 5px 0 0 0;
}
#inner_wrap {
 	background: #FFF url('../images/page_bot.gif') no-repeat right bottom;
 	margin: 0px;
 	padding: 0 0 5px 0;
}
#header {
	margin-top: 10px;
	padding: 10px;
	font-size: 1.5em;
	text-align: left;
	vertical-align:middle;
	font-weight: bold;
	color: #9A009A;
}
#header_img {
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	width: 220px;
	color: #C9F;
}
#header_title {
	float: left;
	text-align: center;
	vertical-align: middle;
	padding-top: .5em;
	width: 500px;
}
#content_wrapper {
	clear:both;
	margin-top:  10px;
}
#nav_wrap {
	float:left;
	background: #9A009A url('../images/nav_top.gif') no-repeat left top;
	width: 220px;
	padding: 15px 0 0 0;
}
#navigation {
	background: #9A009A url('../images/nav_bot.gif') no-repeat left bottom;
	width: 220px;
	padding: 0 0 15px 0;
}
#nav_menu {
	width: 200px;
	margin: 10px;
}
#nav_menu ul {
	font-family: Harrington,'Times New Roman',Times,serif;
	font-size: 80%;
	font-weight: bold;
	background: #9A009A;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}
#nav_menu li a:link, #nav_menu li a:visited {
	color: #606;
	display: block;
	background:  url('../images/menu.gif');
	padding: 8px 0 0 10px;
}
#nav_menu li a:hover, #nav_menu	 li #current {
	color: #606;
	background:  url('../images/menu.gif') 0 -32px;
	padding: 8px 0 0 10px;
}
#content {
	float: left;
	padding: 10px;
	text-align: center;
	width: 530px;
}
#footer {
	clear:both;
	text-align:center;
	font-size: 80%;
	margin:  10px 0 0 0;
	padding:  5px;
}
#footer a, a:visited {
	color: #606;
}
#footer a:hover {
	color: #9A009A;
	text-decoration:none;
}
#notice {
	border: 2px solid #900;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	color: #900;
	font-weight: bold;
}
#hide {
	display: none;
	visibility: hidden;
}
br.clear {
	clear:both;
}
img {
	border: 0px;
}