body  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #B8C8E0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ 
	/* the auto margins (in conjunction with a width) center the page */
	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;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9F1F63;
	font-size: 14px;}
	
a:link {
	color: #9F1F63;}
	
.floatLeft {
	float: left;}
	
.floatRight {
	float: right;}	
	
.style1 {color: #FFFFFF}

.style2 {font-size: 9px;
	padding-bottom: 0;}

.style3 {color: #9f1f63}

.style4 {font-size: 14px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;}


#apDiv4 {
	background-color: #c2b59b;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 20px;
	text-align:left;
	font-size: 11px;} /*This is the tan box - on the home page only*/

#lefthandcolumn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding: 0 10px 0 20px;}

#righthandcolumn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding: 0 20px 0 15px;}

#infoblocks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 6px solid #b8c8e0;
	background-color: #ffffff;
	padding: 10px;}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 20px;}
	
ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0em;}
	
li	{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.5em;
	padding-bottom: .9em;}
	
