<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #69F;
}
.oneColElsCtr #container {
	width: 60em;
	background: #FFFFFF;
	margin: 0 auto; /* 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: "Times New Roman", Times, serif;
	background-color: #39F;
}
.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: #39F;
	color: #000;
}
h8 {color: #000080;align:centre}
h1 {color: #000080;align:centre}
h2 {color: #000080}
h3 {color: #000080}
h4 {color: #000080}
P {color: #000060;margin-left:5%;margin-right:5%;font-size:large}
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}
a:link    {color:#800000}
a:visited {color:#000080}
a:active  {color:#990099}
a:hover   {color:#0000B0}
body {background-color: #C0C0C0}
.picR {
	float:right;
	margin:5px;
}
.picL {
	float: left;
	margin:5px;
}
.picC {
	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;
}
.box2{
	float: left;
	padding: 20px;
	margin: 10px 0% 0px 5%;
	width: 50%;
}
.box4{
	float: left;
	padding: 20px;
	margin: 10px 0% 0px 5%;
	width: 20%;
}
.pbox{
	margin: 5px;
}
.oneColElsCtr #mainContent h1 {
	text-align: center;
}
#mainContent h2 {
	clear:both ;
	margin-top:2em;
}
#mainContent h3 {
	clear:both ;
	margin-top:2em;
}
#mainContent dt {
	font-weight: bold;
	color: #000060;
	font-size: 18px;
}
#mainContent dd {
	font-size: 18px;
	color: #000060
}
</style>

