﻿body
{
	background-color:#AC9C3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/*
body
{
	background-color:#AC9C3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body
{
	background-color:#AC9C3A;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
body
{
	background-color:#AC9C3A;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
body
{
	background-color:#AC9C3A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
body
{
	background-color:#AC9C3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body
{
	background-color:#AC9C3A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
*/
#Wrapper
{
	width:750px;
	z-index:-1;
}
#SingleColumn
{
	width:730px;
	height:100%;
	float:left;
	padding: 10px 10px 10px 10px;
	text-align:left;
	display:inline;
	z-index:-1;
}
#FauxSingleColumn {
	background:url(../Graphics/faux_single_column_bg.gif);
	margin:0px 0px;
	overflow:hidden; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width:100%;
	z-index:-2;
}
#FauxColumnContent {
	padding:10px;
	text-align:left;
}
#Faux {
	background:url(../Graphics/faux_column_bg.jpg);
	margin:0px 0px;
	overflow:hidden; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width:100%;
	z-index:-1;
}
.clear 
{
	clear:both; 
	background:none;	
}
#BulletList
{
	padding-left:17px;
}
#Footer
{
	font-family:Georgia, Times New Roman, Times, serif;
	color: #6e6213;
	font-size: 75%;
}
h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
}
h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
}
h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
p
{
	/*padding-top:10px;
	padding-bottom:10px;*/
}
.indented
{
   padding-left: 20pt;
   padding-right: 20pt;
}
/* Wide Left Column - Narrow Right Column */
#LeftColumnWide
{
	width:488px;
	height:100%;
	float:left;
	padding: 10px 10px 10px 10px;
	text-align:left;
	display:inline;
	position:relative;
}
#RightColumnNarrow
{
	width:216px;
	height:100%;
	float:right;
	padding: 10px 10px 10px 10px;
	text-align:left;
	display:inline;
	position:relative;
}
/* Wide Left Column - Narrow Right Column */