﻿/* Overall Page */

body {
	background-color: #D6D6D6;
	margin: 0;
	padding-bottom: 2em;
	color: #000000;
	text-align:center;
	float:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #B51032;
}

a:link, a:visited  {
	color: #004C88;
	text-decoration: None;
	font-weight: bold;
}

a:hover
{
	color: #004C88;
	text-decoration: underline;
}

#wrapper 
{	
	width: 802px;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
	float:none;
	margin-bottom: 2.3em;
	border: 1px solid;
	border-color: Black;
	
}

/* Header Section */

#header {
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px dotted #004C88;
	height: 3em;
	background-image: url(Images/foundation_banner.jpg); width: 803px; height: 4.62em;
}
#header .title {
	font: 190% Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#breadcrumbs
{	float: left;
	width: 800px;
	font: 80% Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	margin-left: .2em;
	margin-right: .2em;
	margin-top: .2em;
	font-weight:bold;
	text-decoration: None;
}


/* Navigation */

#navheader 
{ 
	BACKGROUND-COLOR:Blue White;
	BACKGROUND-IMAGE: url(images/menuheader.jpg);
	width: 183px;
	height: 14px;
	font-size: 1px;

}

#navigation 
{	
	BACKGROUND-COLOR: #B5C7DE;
	margin-left: .2em;
	border-top: 0px;
	margin-top: 1em;
	margin-right: 1em;
	border-bottom: 0px;
	float: left;
	width: 183px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:normal;
}

#navigation a  {
	color: #004C88;
	text-decoration: None;
	font-weight: Normal;
}

#navfooter 
{ 
	BACKGROUND-COLOR:Blue White;
	BACKGROUND-IMAGE: url(images/menufooter.jpg);
	width: 183px;
	height: 14px;
	font-size: 1px;
	border-bottom: 0px;
}

/* Main Content */

#content 
{	margin-left: .5em;
	width: 555px;
	height: auto px;
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 83%;
}

#footer 
{	width: 800px;
	background-color: transparent;
	float: inherit;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-left: .2em;
	font-family: Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	text-align: center;
}

h1 
{
	font-family: Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
}
h2 
{
	font-family: Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
}
h3 
{
	font-family: Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}


