@charset "utf-8";
/* CSS Document */

body {
	background-color: #white;
}
#container {
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
}

#bannerTitle {
	color: #1C5379;
	font-size: 0px;
}

#bannerSub {
	color: #0078A4;
	font-style: italic;
	font-size: 20px;
}

#menu {
	line-height: 1;
	background-color: #1C5379;
	width: 800px;
	float: left;
}

#mainContent {
	color: #383838;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: auto;

}

#title {
	color: #1C5379;
	font-size: large;
	margin-top: 0px;
}

#text {
	width: 360px;
	float: left;
}
#Pictures {
	width: 380px;
	float: right;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#topImage
{
}
#bottomImage
{
	margin-top: -386px;
}

#footer {
	background-color: #F1F7E5;
	color: #7F7F7F;
	font-size: 14px;
	width: 800px;
	height: 240px;
}

#footer h2, b {
	color: #595959;
}

#footTable {
	margin-left: 10px;
	margin-bottom: 25px;
}

.clear 
{ 
	clear: both;
}
.oneColElsCtrHdr #container #mainContent #wideText {
	height: auto;
	margin-right: 20px;
}
// Copyright (c) 2006. Adobe Systems Incorporated.
// All rights reserved.
