body {
	margin: 0;
	}

#topLeft {
	position: absolute; 
	width: 130px;
	height: 150px;
	background: #FFF;
	}

#topRight {
	margin-left: 130px;
	margin-right: 30px;
	padding-top: 30px;
	height: 150px;
	background: #FFF;
	}
	
.headlineFont {
	background-color: #A8D6C5;
	border-style: ridge;
	padding: 5px;
	font-family: "Times New Roman", serif;
	font-size: medium;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #004920;
	}
.missionFont {
	color: #004920;
	font-family: "Times New Roman", serif;
	margin-left: .10in;
	text-align: justify 
	}
.pageTitle {
	margin-left: .10in;
	}
.defaultFont, td {
	color: #004920;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin-left: .35in;
	}
.subMenu {
	background-color: #A8D6C5;
	text-align: left;
	font-size: 7pt;
	margin-left: .10in;
	margin-right: .10in;
	line-height: 1.6;
	}
/* Links for SubMenus */
.subMenu:link {
	color : #004920;
	font-size: 7pt;
	word-spacing: 1pt;
	letter-spacing: 0pt;
	font-weight: bold;
	background-color: #A8D6C5;
	text-transform: none;
	text-decoration: underline;
	}
.subMenu:visited {
	color : #004920;
	word-spacing: 1pt;
	letter-spacing: 0pt;
	font-weight: bold;
	background-color: #A8D6C5;
	text-transform: none;
	text-decoration: underline;
	}
.subMenu:hover {
	color: #7C0000;
	font-weight: bold;
	background-color: #EDC4B2;
	text-decoration: none;
	}
/*End of Links for SubMenus */

.subTitle {
	color : #7C0000;
	font-size: medium;
	font-style: italic;
	word-spacing: 1pt;
	letter-spacing: .1em;
	font-weight: bold;
	background-color: #A8D6C5;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	margin-left: .10in;
	}

#footer p {
	margin: 4px;
	text-align: center;
	}

#footer {
	clear: both;
	border-top: 2px solid #004920;
	border-bottom: 1px solid #004920;
	background-color: #D6D6D6;
	color: #004920;
	}

.address {
	clear: both;
	border-top: 1px solid #004920;
	border-bottom: 1px solid #004920;
	background-color: #D6D6D6;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	}