﻿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: #45547D;
	background-image: url('images/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('images/heading.jpg');
	background-position: left center;
	background-repeat:no-repeat;
}

#masthead img {
	display: none;
}

#masthead h1 {
	font-family: 'Eras Bold ITC', Arial Black, Arial, sans-serif;
	font-size: 300%;
	font-weight: bold;
	display: none;
}

#masthead h2 {
	font-family: 'Eras Bold ITC', Arial Black, Arial, sans-serif;
	font-size: 200%;
	display: none;
}

#masthead a:visited {
	color: #45547D;
	text-decoration: none;
}


#masthead a:active {
	color: #45547D;
	text-decoration:none
}


#masthead a:hover {
	color: #45547D;
	text-decoration:none;
	border-bottom: none;
}


/* Navigation */

#navigation {
	xborder-top: 2px #F6721D solid;
	xborder-bottom: 2px #F6721D solid;
	background-color:  #45547D;
	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: #F5721A;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}



/* 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: black;
}

#footer li {
	list-style: none;
	float: left;
	padding: 0px 10px 0px 10px;
}

#footer a {
	color: #45547D;
	text-decoration: none;
}



#footer a:hover {
	color: #45547D;
	border-bottom: 2px black solid;
}




/* General */

a {
	color: black;
}

a:hover {
	color: #45547D;
	text-decoration: none;
	border-bottom: 2px #100669 solid;
}

h1 {
	font-family: 'Eras Bold ITC', Arial, sans-serif;
	font-size: xx-large;
	color: #45547D;
}

h2 {
	font-family: 'Eras Bold ITC', Arial, sans-serif;
	font-size: x-large;
	color: #45547D;
}

h3 {
	font-family: 'Eras Bold ITC', Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #45547D;
	margin-top: 1.75em;
}

h4 {
	font-family: 'Eras Bold ITC', Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #45547D;
}

h3 a {
	font-family: 'Eras Bold ITC', Arial, sans-serif;
	text-decoration: none;
	color: #45547D;
}

.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.border {
	border: 1px solid black;	
}

table {
	width: 100%;
}



td {
	vertical-align: top;
}

input, textarea {
	font-family: Corbel, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	width: 95%;
	font-size: 100%;
}

table.twocolumns td {
	width: 50%;
}

table.threecolumns td {
	width: 33%;
}


.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;
}

table#Join {
	width: 95%;
}

table#Join td, table#Join th {
	padding: 0.3em 0.3em 0.3em 0.2em;
}

table#Join th {
	text-align: left;
	background-color: #45547D;
	color: #FFFFFF;
}