<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #063;
	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: #000;
	background-color: #84AA74;
}
.oneColElsCtr #container {
	width: 950px;
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#DFD;
	height:auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #DFD;
	color: #006;
	width:800px;
	height:inherit;
	margin: 0 px;
}
.Pad {
	height:500px;
}
h8 {color: #000080;text-align:center}
h1 {
	color: #000080;
	text-align: center;
}
h2 {
	color: #000090
}
h3 {color: #000080}
h4 {color: #000080}
P {
	color:#009;
	margin-left:5%;
	margin-right:5%;
	font-size:14px
}
ul {
	list-style-type: disc;
	color:#0000B0}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}
li {
	color: #000080;
	font-size:14px;
	margin-top:8px;
	margin-left:7.5%;
	margin-right:10%;
}
a:link    {
	color:#00F
}
a:visited {
	color:#00C
}
a:active  {
	color:#06F
}
a:hover   {
	color:#609
}
body {
	background-color: #84AA74;
}
.picR {
	float:right;
	margin:5px;
}
.picL {
	float: left;
	margin:5px;
}
.picC {
	text-align: center;
	width: 40em;
	margin-left: auto; margin-right: auto;
}
.box1{
	float: left;
	padding: 20px;
	margin: 20px 5% 0px;
	width: 90%;
	font-size: medium;
	color: #008;
}
.box4{
	float: left;
	padding: 20px;
	margin: 10px 0% 0px 5%;
	width: 20%;
}
.pbox{
	margin: 5px;
}
.space {
	clear:both;
	height:25px;
}
.oneColElsCtr #mainContent h1 {
	text-align: center;
}
#mainContent h2 {
	clear:both ;
	margin-top:2em;
	font-size:20px;
}
#mainContent h3 {
	clear:both ;
	margin-top:2em;
	font-size:16px;
}
#mainContent dt {
	font-weight: bold;
	color: #000080;
	font-size: 16px;
	margin-left:4em;margin-top:4px;
}
#mainContent dd {
	font-size: 14px;
	color: #000090;
	margin-left:8em;margin-top:2px;
}
.norm {
		margin: 0px ; border: 0px ; padding: 0px; margin-top: 5px;
	float: left;
	width: inherit;
}
.norm p {
	margin-top:0px;
	margin-bottom:2px;
	padding-bottom:4px;
}
.alt {
		margin: 0px ; border: 0px ; padding: 0px; margin-top: 5px;
	float: left;
	width: inherit;
		background-color:#9F9;
}
.alt p {
	margin-top:0px;
	margin-bottom:2px;
	padding-bottom:4px;
}
</style>
