@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	font: 100% 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;
	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;
	}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.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:"Clarendon", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#009999;
	padding:0 0 0 0;
	margin:10px 0 0 0;
	}
	
h2	{font-family:"Clarendon", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#009999;
	padding:10px 0 0 0;
	margin:0 0 0 0;
	}
	
p	{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	padding:0;
	margin:0 0 10px 0;
	}
	
ul	{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:666666;
	list-style:square;
	color:#009999;
	}
	
li	{
	padding: 0 0 5px 0;
	margin:0 0 0 -20px;
	}
	
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009999;
	}
	
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}	
-->
</style>