﻿body {
	background: #666 url("Images/Seal.jpg") repeat 80% 0;
	font-family: Arial, Helvetica, Clean, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

a {
    color: #00f;
    text-decoration: none;
}
a:visited {
    color: #f00;
}
a:hover {
    color: #f00;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #f66;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-variant: small-caps;
    margin: 0;
}
h1, h2, h3 {
    margin-bottom: 0.5em;
}
h4, h5, h6 {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}
h1 {
    font-size: 220%;
}
h2 {
    font-size: 190%;
}
h3 {
    font-size: 160%;
}
h4 {
    font-size: 140%;
}
h5 {
    font-size: 120%;
}
h6 {
    font-size: 100%;
}

hr {
	border: solid 1px #f99;
}

p {
    clear: both;
    margin: 0 0 1em;
}

ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
ol, ul {
	margin: 0.5em 0 0.5em 2.5em;
}
li {
	margin-bottom: 0.5em;
}

#Container {
    border: solid 1px #000;
    margin: 0 auto;
    width: 760px;
}

#Header {
    height: 126px;
}
#Header h1 {
    display: none;
}

#Page {
    background: #fcfcfc;
    min-height: 300px;
    padding: 15px;
}

#Footer {
    background: #000;
    height: 1.7em;
    line-height: 1.7em;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
}
#Footer,
#Footer a {
    color: #fff;
}
#Footer ul {
	list-style-type: none;
	margin: 0;
}
#Footer li {
    background: url("Images/Bullet.gif") no-repeat left center;
    padding-left: 11px;
    margin: 0 0 0 5px;
    display: inline;
}
#Footer li:first-child {
    background-image: none;
    padding-left: 0;
    margin-left: 0;
}


.Initial:first-letter {
    color: #f99;
    float: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 2.6em;
    font-weight: bold;
    line-height: 0.8em;
    margin: 0.01em 0.05em 0 0;
    text-transform: uppercase;
}


.Column {
    display: inline;
    float: left;
    width: 48%;
    padding: 7px 0;
}
.Column.Left {
    padding-right: 10px;
}
.Column.Right {
    float: right;
    padding-left: 10px;
}
.Column.Edge {
    border: none 1px #f99;
}
.Column.Left.Edge {
    border-right-style: solid;
}
.Column.Right.Edge {
    border-left-style: solid;
}
.Column.Large {
    width: 73%;
}
.Column.Small {
    width: 24%;
}

.Photo {
	background-color: #fff;	
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 3px;
	vertical-align: text-top;
}
.Photo.Left {
	float: left;
	margin-right: 3px;
}
.Photo.Right {
	float: right;
	margin-left: 3px;
}

.Quote .Source {
    display: block;
    font-style: italic;
    text-align: right;
    font-size: 1.2em;
}
.Quote .Source:before {
    content: "—";
}


.ContentPanel {
    border: solid 1px #000;
    margin: 0 0 1em;
    width: 100%;
}
.ContentPanel th {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.ContentPanel th a {
    color: #f99;
}
.ContentPanel th,
.ContentPanel td {
    text-align: left;
    padding: 5px;
}
.ContentPanel td a {
	display: block;
	float: right;
	font-style: italic;
	margin-top: 1em;
}
.ContentPanel td * a {
	display: inline;
	float: none;
	font-style: normal;
	margin-top: 0;
}


.Menu {
    background-color: #222;
    border: solid 1px #000;
    width: 760px;
    font-size: 0.9em;
}
.Menu a:hover {
    text-decoration: none;
}

.MenuItem {
    background-color: #000;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
}
.MenuItem,
.MenuItem a {
    color: #fff;
}
.FirstMenuItem {
}
.MenuItemHover {
    background-color: #f99;
}
.MenuItemSelected {
}

.SubMenu {
    border-top: solid 1px #000;
    margin-left: 7px;
}

.SubMenuItem {
    background-color: #999;
    height: 1.5em;
    line-height: 1.5;
    font-size: 0.9em;
    vertical-align: middle;
    padding: 0 4px;
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 1px;
}
.SubMenuItem,
.SubMenuItem a {
    color: #fff;
}
.SubMenuItemHover {
    background-color: #f99;
}
.SubMenuItemSelected {
}


.Form {
	display: table;
	width: auto;
}
.Form dl {
	display: table-row;
    margin-bottom: 0.5em;
    width: 98%;
}
.Form dl:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.Form dl {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .Form dl {height: 1%;}
.Form dl {display: block;}
/* End hide from IE-mac */

.Form dt {
    color: #666;
    line-height: 1.2em;
    vertical-align: top;
    display: table-cell;
	float: left;
    width: 20%;
}
.Form dd {
    display: table-cell;
	float: left;
    width: 80%;
}
.Form dd td {
	padding-bottom: 3px;
}
.Form dd input,
.Form dd textarea {
	font-family: Arial;
	font-size: 10pt;
	color: #333;
    margin: 0;
    width: 20em;
}
.Form dd textarea {
    height: 150px;
}
.Form dd table input {
	margin-right: 0.5em;
	width: auto;
}
.Form input {
    margin: 1em 0 0 19%;
}


.EventCalendar {
}


.Note {
	margin-top: 2em;
	float: right;
	font-size: 0.8em;
	font-style: italic;
}

.Summary {
}
.Summary h6 {
	display: inline;
}
.Summary .Date {
	display: inline;
	float: right;
	margin-top: -1.2em;
}
.Summary p {
}

.Details td {
	padding: 3px;
	vertical-align: top;
	width: 100%;
}
.Details td:first-child {
	width: auto;
}
.Details td input {
	width: 99%;
}
.Details td:first-child input {
	width: auto;
}
.Details div td {
	padding: 0;
	vertical-align: baseline;
}