﻿#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#boilerPlate {
	width: 900px;
	height: 51px;
	float: left;
}
#logo {
	width: 200px;
	float: left;
	height: 247px;
	background-color: #324B6A;
}
#mhImage {
	width: 700px;
	float: right;
	height: 247px;
	background-color: #F3E8C4;
}
#navigation {
	width: 200px;
	float: left;
}
#content {
	width: 900px;
	float: left;
	background-image: url('../images/pgGraphics/containerBkgrnd.jpg');
}
#pgBottom {
	width: 900px;
	height: 15px;
	float: left;
	margin-bottom: 15px;
	background-color: #324B6A;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#LeftContent {
	width: 200px;
	float: left;
}
#RightContent {
	width: 700px;
	float: right;
}
#TagLine {
	border-color: #FFFFFF;
	width: 898px;
	height: 24px;
	float: left;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFCC;
	padding-top: 5px;
	letter-spacing: 4px;
	background-color: #324B6A;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
#LeftContentContainer {
	width: 200px;
	float: left;
	text-align: center;
	padding-top: 15px;
}
#footer {
	width: 900px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
#quote {
	width: 200px;
	float: left;
	height: 247px;
	background-color: #324B6A;
	vertical-align: middle;
	text-align: center;
}
#grantLogos {
	width: 100%;
	float: left;
	background-image: url('../images/pgGraphics/containerBkgrnd.jpg');
}
