﻿.sidebar_centered {
	color: #666633;
	font-family: cambria;
	font-size: large;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.red {
	color: #F00;
}
/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background-color: #0C0;
	font: #033;
	margin: auto;
}

hr {
	background-color: #414e59;
	color: #414e59;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	list-style: circle;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #6e7a84;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #414e59;
	font: bold 24px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;}

h2{
	color: #414e59;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3{
	color: #414e59;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h5 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #414e59;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}

.center {
	text-align: center;
	font-size: xx-small;
}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	width: 790px;
	background-color: #FC9;
	border: 3px double #959595;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 750px;
	height: 230px;}

#global {
	position: absolute;
	left: 39px;
	top: 210px;
	z-index: 1;
	width: 740px;
	text-align: right;
	padding-right: 10px;
	color: #656565;
	height: 30px;
	font-size: 85%;
}
	
/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 90%;
	float: left;
	width: 140px;
	padding: 0 10px 10px 10px;}

#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 120%;
	text-align: center;
}

#content {
	float: right;
	width: 550px;
	line-height: 1.5em;
	padding: 10px 20px 10px 20px;
	background-color: #FFC;
}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	border-top: 3px double #959595;
	text-align: center;
	line-height: 1.7em;
	font-size: 10px;
	height: 140px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;}

/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #656565;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px double #c2c2c2;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	border-width: medium;
	border-color: #990000;
	margin: 0 0 0 10px;
	float: right;
	border: 3px #990000 groove;
}
.title_underline {
	color: #666633;
	font-family: cambria;
	font-size: medium;
}
.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
.P_body {
	font-family: Papyrus;
	font-size: small;
	color: #030;
}
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}
.horizontal_line {
	color: #87533A;
}
.schedulebody {
	color: black;
	font-size: 8.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: "Times New Roman", serif;
	vertical-align: middle;
	white-space: normal;
	border: 2.0pt double #D99795;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background: #EAF1DD;
}
.scheduleheading {
	color: black;
	font-size: 11.0pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	font-family: "Times New Roman", serif;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	border: 2.0pt double #D99795;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background: #D7E4BC;
}
.P_events_centered {
	color: #663;
	font-family: cambria;
	font-size: 18px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.p_events_lj {
	color: #666633;
	font-family: cambria;
	font-size: medium;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}
.p_events_rj {
	color: #666633;
	font-family: cambria;
	font-size: medium;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}
.quote {
	margin: 0px;
	font-family: Papyrus;
	font-size: large;
	text-align: center;
	line-height: normal;
	color: #000000;
}
.P_body_centered {
	margin: 0px;
	font-family: Papyrus;
	font-size: large;
	color: #990000;
	text-align: center;
}
.body_ct_bld {
	color: #666633;
	font-family: cambria;
	font-size: medium;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.P_NewsHeading {
	font-family: Papyrus;
	font-size: large;
	color: #87533A;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.P_schedule {
	color: #990000;
}
.P_title {
	color: #87533A;
	font-family: Papyrus;
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	line-height: 0.3in;
	font-weight: bold;
}
.p_title_centered {
	margin: 0px;
	font-family: Papyrus;
	font-size: large;
	color: #990000;
	text-align: center;
	line-height: normal;
	vertical-align: top;
}
.sidebar_centered {
	color: #990000;
	text-align: center;
	font-family: "Times New Roman";
	font-size: medium;
}
.P_events_justified {
	color: #666633;
	font-family: cambria;
	font-size: 18px;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 0;
}
