﻿html {
	overflow-y: scroll;
}

body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	font-family: Corbel, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: black;
	background-color: #B5443E;
	background-image: url('background.jpg');
	background-repeat: repeat;
}
#containerframe {
	width: 980px;
	margin: 30px auto;
	border-right: 3px solid black;
	border-left: 3px solid black;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	background-color: #fff;
}

#container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #fff;
}

#column_full {
	position: relative;
	float: left;
	margin: 0;
	width: 940px;
	padding: 15px;
	background-color: #fff;
}

#column_l {
	position: relative;
	float: left;
	margin: 0;
	width: 720px;
	padding: 15px;
	background-color: #fff;
	border-right: 1px gray solid;
}

#column_r {
	position: relative;
	float: left;
	margin: 0;
	width: 185px;
	padding: 15px 10px;
	background-color: #fff;
}

/* Masthead */

#masthead {
	height: 110px;
	margin: 0;
	text-align: left;
	padding: 0px 0px;
	background-image: url('heading.jpg');
	background-position: left center;
	background-repeat:no-repeat;
}

#masthead img {
	display: none;
}

#masthead h1 {
	font-family: Corbel, Impact, Arial Black, Arial, sans-serif;
	font-size: 300%;
	font-weight: bold;
	display: none;
}

#masthead h2 {
	font-family: Corbel, Impact, Arial Black, Arial, sans-serif;
	font-size: 200%;
	display: none;
}

#masthead a:visited {
	color: #6075AC;
	text-decoration: none;
}


#masthead a:active {
	color: #6075AC;
	text-decoration:none
}


#masthead a:hover {
	color: #6075AC;
	text-decoration:none;
	border-bottom: none;
}


/* Navigation */

#navigation {
	border-top: 2px black solid;
	border-bottom: 2px black solid;
	background-color:  #B5443E;
	overflow: hidden;
	text-align: center;
	padding: 7px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	color: white;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#navigation a {
	text-decoration: none;
	color: white;
	padding: 0px 15px 0px 15px;
	white-space: nowrap;
}


#navigation a:hover {
	background-repeat: no-repeat;
	color: white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}



/* Footer */

#footer {
	overflow: auto;
	clear: both;
	padding: 5px;
	border-top: 1px solid black;
	background-color: white;
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: gray;
}

#footer li {
	list-style: none;
	float: left;
	padding: 0px 10px 0px 10px;
}

#footer a {
	color: #B5443E;
	text-decoration: none;
}



#footer a:hover {
	color: #B5443E;
	border-bottom: 1px black solid;
}




/* General */

a {
	color: black;
}

a:hover {
	color: #B5443E;
	text-decoration: none;
	border-bottom: 1px black solid;
}

h1 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #B5443E;
	font-size: xx-large;
}

h2 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #B5443E;
	font-size: x-large;
}

h3 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #B5443E;
	font-size: large;
}

h3 a {
	text-decoration: none;
	color: #6075AC;
}

.noborder {
	border: 0px;
}

.noborder:hover {
	border: 0px;
}

li {
	margin-top: 0.5em;
}

p {
	line-height: 150%;
}

blockquote {
}


img.frame {
	margin: 0em 0em 1em 1em;
	border: 1px solid black;
	float: right; 
}

img.noframe {
	margin: 0em 0em 1em 1em;
	float: right; 
}


img.border {
	border: 1px solid black;	
}

table {
	width: 100%;
}



td {
	vertical-align: top;
}

textarea {
	font-family: Corbel, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	width: 95%;
	font-size: 100%;
}

input {
	font-family: Corbel, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 100%;
}

table.twocolumns td {
	width: 50%;
}

table.threecolumns td {
	width: 33%;
}

table.form th {
	padding: 0.25em;
}



table.form td {
	padding: 0.25em;
}



table.form td {
	white-space:nowrap;
}

table.form th {
	text-align: left;
}





.davidnote {
	color: black;
	background-color: #FFFFCC;
	border: 1px solid black;
	padding: 0px;
	margin: 0px; 
	font-style: italic;
}

a img {
	border: none;
}
img.icon {
	position: relative;
	bottom: 5px;
}


.smallcaps {
	font-variant:small-caps;
}


.noscreen {
	display: none;
}

.center {
	text-align: center;
}

.photoalbum img {
	border: 1px black solid;
	margin: 0 15px 15px 0;
}

#signature {
	text-align: right;
	font-family: 'Bradley Hand ITC', 'Times New Roman', Times, serif;
	font-weight: bold;
}

.supporters p {
	margin: 0;
	padding: 0;
}