﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #2A468C;
}
#masthead {
	width: 100%;
	overflow: hidden;
	text-align: right;
	background-color: #fff;
	height: 190px;
	font-size: 10pt;
}
#stripe {
	width: 100%;
	height: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
	background-color: #FF9933;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 205px;
	font-size: 10pt;
	font-weight: bold;
}
#content {
	margin-left: 205px;
	padding: 2px 10px 10px 10px;
	background-color: #fff;
	min-height: 350px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #FF9933;
	text-align: center;
	font-family: Arial, sans-serif;
}
h6 {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #2A468C;
}
h5 {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #2A468C;
}
h4 {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #2A468C;
	font-size: 115%;
}
h3 {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #2A468C;
	font-size: 135%;
}
h2 {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #2A468C;
	margin-top: 0px;
}
h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #2A468C;
}
/* Styles for Masthead */
#masthead .logo {
	padding: 10px;
	padding-top: 25px;
	float: left;
	height: 135px;
	width: 447px;
	border: 0;
}
#masthead .buttons {
	padding: 0;
	padding-top: 5px;
	border: 0;
}
#masthead p {
	font-size: 10pt;
	margin: 0;
	margin-right: 1%;
	margin-top: 10px;
	color: #2A468C;
	font-weight: bold;
}
#masthead a {
	font-size: 10pt;
	color: #2A468C;
	font-weight: bold;
	text-decoration: underline;
}
#masthead a:hover {
	font-size: 10pt;
	color: #F5DB00;
	font-weight: bold;
	text-decoration: underline;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	padding-top: 3px;
}
#sidebar a {
	text-decoration: none;
	color: #F5DB00;
	background-image: url('../images/buttontest1.png');
	background-repeat: no-repeat;
	padding: 5px;
	padding-top: 10px;
	display: block;
	height: 21px;
}
#sidebar a:hover {
	text-decoration: none;
	color: #2A468C;
	background-image: url('../images/buttontest2.png');
	background-repeat: no-repeat;
	padding: 5px;
	padding-top: 10px;
	display: block;
	height: 21px;
}
/* Styles for Footer */
#footer p {
	font-size: 8pt;
	color: #2A468C;
}
#footer a {
	color: #2A468C;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
a {
	color: #2A468C;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_italic_small_indent {
	font-style: italic;
	margin-left: 25px;
	margin-right: 25px;
	font-family: "Times New Roman", Times, serif;
}
.donatebutton {
	padding-top: 5px;
	padding-right: 0;
	height: 60px;
	width: 180px;
	border: 0;
}
.page_toc {
	font-family: Arial, Helvetica, sans-serif;
	color: #66f;
	margin-left: 15px;
	font-size: 90%;
}
.page_top {
	font-family: Arial, Helvetica, sans-serif;
	color: #66f;
	font-size: 67%;
}
.blue_subhead {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #2A468C;
	font-size: 120%;
	font-weight: bold;
}
.style_bolditalic {
	font-style: italic;
	font-weight: bold;
}
.slidetable {
	padding: 2px;
	border: 0px #2A468C solid;
	float: right;
	margin: 2px;
}
.previouspage {
	font-family: Arial, Helvetica, sans-serif;
	color: #2A468C;
	font-size: 75%;
}
.translate {
	font-size: small;
	margin: 0;
	margin-right: 0;
	color: #f26e04;
	font-weight: bold;
	text-align: right;
}
.small_indent {
	margin-left: 25px;
	margin-right: 25px;
}
.cell_top {
	vertical-align: top;
}
.page_toc3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #66f;
	margin-left: 45px;
	font-size: 80%;
}
.slideshow {
	float: right;
	margin: 5px;
}
.large_indent {
	margin-left: 60px;
	margin-right: 60px;
}

.pull_quote
{
	width: 500px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #2A468C;
	background: #fbf6e0 url(../images/begin_quote.gif) 5px 5px no-repeat;
	background: url(../images/begin_quote.gif) 5px 5px no-repeat;
}

.pull_quote p
{
	background: url(../images/end_quote.gif) 99% 99% no-repeat;
	margin: 0px;
	padding: 0px 25px 0px 30px;
	line-height: 125%;
}

.pull_quote p.quote-author
{
	font-size: 80%;
	background: none;
	padding-right: 5px;
	padding-top: 5px;
}
.ActivityTable {
	border: thin solid #FF9933;
	padding: 10px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	width: 575px;
}
.ActivityTableDate {
	border: thin solid #FF9933;
	padding: 5px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	background-color: #F5DB00;
}
.ActivityTableDetails {
	border: thin solid #FF9933;
	padding: 5px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
.Divider1 {
	border-style: solid;
	border-color: FF9933;
	border-width: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 75%;
	color: #FF9933;
}
.ActivityTableSignup {
	border: thin solid #FF9933;
	padding: 5px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
.style_emergencycontact {
	font-weight: bold;
	color: #FF0000;
}
.blue_bold {
	color: #2A468C;
	font-weight: bold;
}
.highlight_1 {
	color: #2A468C;
}
.rightpic {
	float: right;
	border: 0px;
	margin: 5px;
}
.centerpic {
	border: 0px;
	margin: 5px;
	text-align: center;
}

