﻿html {
	overflow-y: scroll;
} 

body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	font-family: Calibri, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: black;
	background-color: Black;
	background-image: url('images/Background.jpg');
	background-position: center top;
	background-repeat: repeat-y;
}

#container {
	width: 1000px;
	background-color: white;
	margin: 0 auto;
	padding: 0;
}


/******************* Masthead ******************/

#masthead {
	height: 288px;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-image: url('images/Header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#masthead h1 {
	display: none;
}

#masthead h2 {
	width: 500px;
	text-align: right;
	position: relative;
	top: 110px;
	left: 430px;
	color: white;
	font-size: 26pt;
}

#masthead h3 {
	width: 500px;
	text-align: right;
	position: relative;
	top: 80px;
	left: 430px;
	color: white;
	font-size: 20pt;
}

/******************* Navigation ******************/

#navigation {
	width: 500px;
	text-align: right;
	position: relative;
	top: 87px;
	left: 470px;
	overflow: hidden;
	font-size: 14pt;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
}

#navigation li {
	float: left;
	background-image: url('images/NavigationButton.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

#navigation a {
	display: block;
	width: 101px;
	padding: 0px 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #DEE8D2;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#navigation .sitemaponly {
	display: none;
}

/******************* Content Area ******************/


#content {
	width: 930px;
	padding: 0 35px;
	margin: 0;
}

/******************* Footer Area ******************/


#footer {
	overflow: auto;
	clear: both;
	padding: 5px;
	text-align: center;
	border-top: medium black solid;
	border-bottom: medium black solid;
	background-color:  #4964CD;
	font-size: 80%;
	color: white;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding-bottom: 5px;
}

/******************* General Elements ******************/

a {
	text-decoration: none;
}

a:link {
	color: #2C4BC0;
 	font-weight: bold;
 	white-space: nowrap;
}

a:visited {
	color:  #2C4BC0;
}

a:hover {
	color: Black;
	text-decoration: underline;
}

h2 {
	color: #2345C1;
	font-weight: bold;
	font-size: 170%;
	margin: 0px 0px 0.5em 0px;
}

h3 {
	padding: 10px 0px 0px 0px;
	font-size: 130%;
	margin: 0px 0px 0.5em 0px;
	color: #2345C1;
}

h4 {
	font-size: 110%;
}

ul {
	margin-left: 2em;
}

li {
	margin: 0.5em 0px 0 0px;
}

p {
	line-height: 160%;
	margin: 0px 0px 0.75em 0px;
}

em {
	font-weight:bold;
}

ul li ul {
	font-size: 85%;
}


blockquote {
}

textarea {
	width: 99%;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
}

input {
	width: 99%;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0.5em;
}

table {
	width: 100%;
	margin: 0px 0px 1em 0px;
}

td  {
	vertical-align:top;
	padding: 0.25em;
}

th  {
	vertical-align:top;
	text-align: left;
	padding: 0.25em;
	text-decoration: underline;
}


/******************* General Classes ******************/


.center {
	text-align: center;
}


.right {
	text-align: right;
}



img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

a img {
	border: none;
}

.davidnote {
	background-color: #FFFFCC;
	color: black;
	border: black 1px solid;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: 80%;
	font-weight: normal;
}

.davidnote a {
	color: black;
	text-decoration:underline;
}

.disclaimer {
	clear: both;
	margin-top: 1em;
	padding-top: 0.5em;
	font-size: 80%;
	border-top: 1px dashed black;
}

.border {
	border: 1px solid black;
}

.contactform {
	margin: 0 auto;
}


.noscreen {
	display: none;
}


div.newsletter {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 4px black dotted;
	font-size: 50%;
}

p.intro {
	font-size: 13pt;
	line-height: 220%;
	font-weight: bold;
	text-align:justify;
}

img.imagespread {
	position: relative;
	top: -20px;
	padding-bottom: -25px;
	margin-bottom: -25px;
}

/******************* Special Tables ******************/

table.twocolumns td {
	width: 50%;
}

table.threecolumns td {
	width: 33%;
}


/******************* Table - Faded Top ******************/

table.fadedtop {
	border-top: solid black medium;
	border-collapse:collapse;
}

table.fadedtop th {
	height: 56px;
	background-color: white;
	background-image: url('images/FadedTop.gif');
	background-position: left top;
	background-repeat: repeat-x;
	color: white;
	text-align: left;
	padding: 0;
	padding-left: 0.5em;
	font-size: 16pt;
	line-height: 80%;
	padding-bottom: 10px;
	margin-bottom: 0;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: middle;
}

table.fadedtop td {
	padding: 0em 1em;
}

table.fadedtop p {
	padding: 0;
	margin: 0;
}

table.fadedtop a {
	white-space: nowrap;
}

img.fadedicon {
	float: left;
	padding: 0 10px 10px 0;
}

/******************* DIV infobox ******************/


div.infobox {
	float: right;
	width: 300px;
	height: 200px;
	margin: 0px 0px 10px 20px;
	padding: 20px;
	color: #DEE8D2;
	background-color: #142668;
	background-image: url('images/InfoBox.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 14pt;
	position: relative;
	top: -20px;
	margin-bottom: -5px;
	margin-left: 40px;
}

div.infobox h3 {
	color: white;
	font-size: 18pt;
}

div.infobox ul {
	margin-left: 20pt;
	padding: 0;
}

div.infobox li {
	margin-left: 0pt;
	padding: 0;
}

div.infobox a:link {
	color: #DEE8D2;
 	font-weight: normal;
 	text-decoration: none;
 	white-space: nowrap;
}

div.infobox a:visited {
	color: #DEE8D2;
}

div.infobox a:hover {
	color: white;
	text-decoration: underline;
}


/******************* Site Map ******************/


.sitemaponly h2, .sitemaponly h3 {
	display: none;
}