@charset "UTF-8";
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: 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-image: url(images/stars_bckg_02.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
}
.oneColFixCtr #mainContent {
	
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-top: 2px;
	padding-top: 2px;
}
ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	color: #333;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
}
h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	list-style-type: circle;
	margin-top: 2px;
	padding-top: 2px;
}
ul {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-style: none;
}

}h4 {

	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	list-style-type: circle;
	margin-top: 2px;
	padding-top: 2px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

