#navigation {
	padding: 3px 0;
	margin: 2em 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navigation li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navigation li a {
	padding: 3px 1em;
	margin-left: 4px;
	border-bottom: 1px solid #333333;
	text-decoration: none;
	margin-right: 4px;
	background-image: url(images/btn_gradient.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}
#navigation li a:link {
	color: #000066;
}
#navigation li a:visited {
	color: #000066;
}
#navigation li a:hover {
	color: #000;
	background-color: #ffff00;
	background-image: none;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #339933;
}
img {
	border-style: none;
}

.tiny_text {
	font-size: 9px;
	text-align: justify;
}
#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	margin-top: 1em;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
.footer {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.footer a {
	color: #FFFF00;
}
.footer a:hover {
	color: #DDDD00;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.date_revised {
	text-align: center;
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.credit {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.credit a {
	color: #CCCCCC;
	text-decoration: none;
}
.credit a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
