@charset "UTF-8";

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

.underline {text-decoration:underline}

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;
	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, Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #000000;
}
.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;
}

h1 {
	text-align: center;
	color: #C00;
}

h2 {
	text-align: center;
}

h3 {
	color: #6BA062;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

li {
	margin-bottom: 20px;
}
