@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFC;
	width: 780px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFC;
}
#mainContent {
	padding: 20px;
	line-height: 1.5;
	background-color: #FFC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #344547;
	border-left-color: #344537;
}
#mainContent h1, #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.5px;
	background-color: #FFC;
	font-size: xx-large;
}
#mainContent p {
	font-size: 110%;
	margin-bottom: 2em;
}
#mainContent h1 {
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background-color: #FFC;
	font-weight: bold;
}
#mainContent h2 {
	font-size: 140%;
	background-color: #FFC;
	margin-bottom: .75em;
}
#navbar {
	font-weight: bold;
	background-color: #030;
	font-family: "Times New Roman", Times, serif;
	padding: 10px;
}
#navbar ul {
	text-align: center;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFF;
	background-color: #030;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#navbar ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	display: inline;
}
#navbar ul li a {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #030;
	margin: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#navbar ul li a:hover {
	color: #FC3;
}
#footer {
	background-color: #055401;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 780px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	padding: 0;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #034201;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
p a img {
	margin: 10px;
	float: left;
}
p img {
	margin: 10px;
	float: left;
}
