﻿/* Team 44 */
#container {
	width: 850px;
}

h1 {
	font-family: Arial;
	font-size: xx-large;
	font-weight: bold;
}
h2 {
	font-family: Arial;
	font-size: x-large;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.ctr_text {
	text-align: center;
}
.navigation {
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
}
.navigation li {
	list-style: none;
	padding-bottom: 3px;
}
.navigation a {
	text-decoration: none;
	display: block;
	color: #000000;
}
.navigation a:hover {
	text-decoration: none;
	display: block;
	background-color: #A0775F;
	color: #FFFFFF;
}

#logo {
	width: 148px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.title {
	text-align: center;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 700px;
	float: left;
}
.pg_title {
	font-weight: bold;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}

.row {
	clear: both;
}
.column_1 {
	border: thin solid #000000;
	float: left;
	width: 120px;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.column_2 {
	border: thin solid #000000;
	width: 120px;
	padding: 10px;
	margin-bottom: 23px;
	text-align: center;
	float: left;
	margin-left: 10px;
}
.column_3 {
	border: thin solid #000000;
	width: 120px;
	padding: 10px;
	margin-bottom: 23px;
	text-align: center;
	float: left;
	margin-left: 10px;
}
.column_4 {
	border: thin solid #000000;
	width: 120px;
	padding: 10px;
	margin-bottom: 23px;
	text-align: center;
	float: left;
	margin-left: 10px;
}
.pg_return {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-align: center;
	background-color: #C0C0C0;
	border-top-style: double;
	border-top-width: thick;
	border-top-color: #000000;
	clear: both;
	padding-top: 6px;
	padding-bottom: 10px;
}
.pg_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-bottom: 20px;
}
.unsung_heroes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	clear: both;
}
.unsung_heroes a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
