body    {
	font-size: 12pt;
	background-color: white;
	background-image: none;
	margin: 0;
	padding: 0
	}

h1  {
	color: #000;
	font-size: 24pt;
	font-family: Times, Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	background-image: url("images/h1.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	word-spacing: 1px;
	letter-spacing: 2px;
	margin-top: 0;
	padding-left: 20px;
	text-shadow: 2px 2px 3px #e3b1b3
	}

.clear {
	clear: both
	}

.fiftyLeft {
	width: 48%;
	float: left
	}

.fiftyRight {
	width: 48%;
	float: right
	}

.larger  {
	font-size: larger
	}


.quote  {
	color: #000;
	font-style: italic;
	background-color: #fbf5f8;
	background-image: none;
	text-align: center;
	margin: 25px 50px;
	padding: 15px;
	border: solid 1px #888
	}


.smaller   {
	color: #888;
	font-size: smaller
	}



#container   {
	margin: 0 auto;
	position: relative;
	width: 100%
	}

#content  {
	background-image: none;
	position: relative;
	float: left
	}

#header {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden
	}

#header img {
	display: none
	}

#copy  {
	font-size: 12pt;
	font-family: Palatinio, Times, Georgia, "New York";
	padding: 0 10px;
	position: relative;
	width: 60%;
	float: left
	}


#copy a   {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	padding: 2px;
	border: solid 1px #e3b1b3
	}


#copy a:hover  {
	color: #fff;
	text-decoration: none;
	background-color: #000
	}

#copy img {
	display: none
	}

#footer    {
	color: #000;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-image: none;
	text-align: center;
	margin: 0 0 10px;
	padding-top: 25px;
	position: relative;
	clear: both
	}

#menu     {
	float: left
	}

#menu img {
	float: left;
}
#footer a {
	color: #17654b;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px !important
	}

#footer a:hover  {
	color: #fff;
	text-decoration: none;
	background-color: #000
	}


#spacer {
	display: none;
}