@charset "utf-8";
body {
	font: 80% 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002F5E;
	background-color: #CCC;
	text-align: center;
}
#container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #000000;  /* 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. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: justify;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #666;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C60;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	padding: 0;
	width: 800px;
}
#footer p {
	background-color: #003;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding: 0;
	margin: 0;
}
#mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #930;
	font-weight: bolder;
	font-size: 18px;
	padding-top: 25px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}
#mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	line-height: 130%;
}
#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #36C;
}
#img {
	padding: 5px;
}
