﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	font-size: medium;
	font-family: "Comic Sans MS";
	background-color: #EFEFD6;
}
#container {
	padding: 0;
	background-color: #fff;
	width: 940px;
	margin: 0 auto;
}
#header {
	background-color: #FFFFFF;
	height: 130px;
}
#header_spat {
	background-color: #FFFFFF;
	height: 70px;
}
/*-- Global Nav --*/
#globalnav {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	background-color: #FFFFFF;
	overflow: hidden;
}
#globalnav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#globalnav li {
	float: right;
}
#globalnav a {
	background-position: center center;
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: 600;
	width: 100px;
	height: 20px;
	background-image: url('global.gif');
	background-repeat: no-repeat;
	text-align: center;
	font-size: small;
	padding-top: 2px;
}
#globalnav a:hover {
	text-decoration: none;
	background-color: #CCCCFF;
}
/* Styles for Masthead */
#masthead {
	margin: 0px;
	background-position: center;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('header.gif');
	background-repeat: no-repeat;
	height: 70px;
}
#masthead_spat {
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
	height: 70px;
	text-align: center;
}
#masthead p {
	font-size: x-small;
	color: #000000;
	margin-right: 843px;
	text-align: center;
	margin-left: 5px;
}
#masthead img {
	border-width: 0px;
	vertical-align: top;
}
#masthead form {
	border-width: 0px;
	vertical-align: top;
	top: 54px;
	position: absolute;
	margin-left: 10px;
}
#masthead a {
	
}
#masthead a:hover {
	
}
/* Styles for Navigation */
#nav_container {
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
}
#navigation {
	padding: 0;
	margin-left: 35px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	background-position: center center;
	color: #000000;
	text-decoration: none;
	display: block;
	background-image: url('nav.gif');
	background-repeat: no-repeat;
	width: 145px;
	text-align: center;
	height: 39px;
	padding-top: 10px;
}
#navigation a:hover {
	background-position: center center;
	text-decoration: none;
	background-image: url('nav_over.gif');
	background-repeat: no-repeat;
}
#navigation a:selected {
	background-position: center center;
	text-decoration: none;
	background-image: url('nav_selected.gif');
	background-repeat: no-repeat;
}
/* Three Colum Style */
#left_col {
	width: 160px;
	text-align: center;
	font-size: small;
	color: #000000;
}
#left_col img {
	border-width: 0px;
}
#left_col p {
	font-size: small;
	margin: 4px 0px 4px 0px;
}
#left_col a {
	font-size: small;
	color: #000000;
	text-decoration: none;
}
#left_col a:hover {
	text-decoration: underline;
}
#left_col h3 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: medium;
}
/* Styles For Left Sub Nav */
/* Styles For Left Sub Nav */
#subnav_left {
	font-size: medium;
	padding-bottom: 10px;
	padding-top: 10px;
}
#subnav_left a {
	background-position: center;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	background-image: url('nav.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: medium;
}
#subnav_left a:hover {
	background-position: center;
	text-decoration: none;
	background-image: url('nav_over.gif');
	background-repeat: no-repeat;
}
#subnav_left a:selected {
	background-position: center;
	text-decoration: none;
	background-image: url('nav_selected.gif');
	background-repeat: no-repeat;
}
#subnav_left_title {
	background-position: center;
	color: #FFFFFF;
	font-size: medium;
	background-image: url('subtitle.gif');
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles For Main Content */
#center_content {
	padding: 4px 5px 4px 5px;
}
#main_content {
	text-align: center;
}
#main_content a {
	border-width: 0px;
	color: #000000;
	text-decoration: none;
}
#main_content a:hover {
	color: #666666;
	text-decoration: underline;
}
#main_content p{
	padding-bottom: 2px;
}
#main_content h1{
	padding-bottom: 5px;
	font-size: x-large;
}
#main_content h2{
	padding: 0px;
	font-size: large;
	margin-top: 0px;
}
#main_content img{
	border-width: 0px;
	padding: 5px;
}
#main_content hr{
	background-image: url('seperator.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 10px;
	margin-top: 0px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.textcenter {
	text-align: center;
}
.noborder {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
#left_content {
	float: left;
	width: 50%;
	font-size: small;
}
#right_content {
	float: right;
	width: 50%;
	font-size: small;
}
#left_pic {
	float: left;
	width: 50%;
	font-size: small;
}
#right_pic {
	float: right;
	width: 50%;
	font-size: small;
}
.directions {
	margin: 0px;
	padding: 0px;
}
/* Styles Three Column Right */
#right_col {
	padding: 2px 5px 2px 5px;
	width: 130px;
	text-align: center;
}
#right_col p {
	font-size: small;
	margin: 4px 0px 4px 0px;
}
#right_col img {
	padding: 0px;
	border-width: 0px;
	margin: 0px;
}
#right_col h3 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: medium;
}
#right_col a {
	font-size: x-small;
	margin: 0px;
	text-decoration: none;
	color: #000000;
}
/* Styles for Footer */
#footer {
	clear: both;
	overflow: auto;
	text-align: center;
	background-color: #6B298C;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#center_content {
	padding: 4px 5px 4px 5px;
}
/* News Content */
#news_content {
	text-align: center;
	font-size: small;
}
#news_content a {
	border-width: 0px;
	color: #000000;
	text-decoration: none;
}
#news_content a:hover {
	color: #666666;
	text-decoration: underline;
}
#news_content p{
	font-size: small;
}
#news_content h1{
	padding-bottom: 5px;
	font-size: medium;
	font-weight: bold;
}
#news_content h2{
	padding: 0px;
	font-size: medium;
	margin-top: 0px;
}
/* News Content */
#terms {
	font-size: small;
}
#wp_content {
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

