@charset "UTF-8";

	
h1 {
	text-align: center;
	color: #C00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 30px;
}

h2 {
	text-align: center;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

h3 {
	color: #77A76F;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
h4 {
	text-align: center;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
h5 {
	text-align: center;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
h6 {
	text-align: center;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.red#990000 {color: #990000}
.xsmall {font-size: x-small}

.underline {
	text-decoration:underline
}

.highlight {
	background-color: #77A76F;
}

body {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColFixCtr #container {
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	margin-left:auto;
	margin-right:auto;
	width:730px;
}
#footer {
	margin: 5px 20px;

}

li {
	margin-bottom: 10px;
}

a {
	color: #587F54;
	font-style: italic;
	text-decoration: underline;
}
