a
{
	text-decoration: none;
	font-weight: bold;
	color: #EE9900;
}
a:hover
{
	border-bottom-style: dashed;
	border-width: 1px;
	border-color: #FF0000;
}
a.clean:hover
{
	border-bottom-style: none;
	background-color: transparent;
}
a.lownav
{
	color: #713800;
}
a.lownav:hover
{
	border-bottom-style: none;
	background-color: #713800;
	color: #D7D09B;
}
body
{
	margin: 10px;
	font-family: 'Tahoma', 'Geneva', sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
	text-align: center; /* ie quirk */
}
span.boldlarge
{
	color: #000000;
	font-size: 14px;
}
span.bold
{
	color: #000000;
}
div.main
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* ie quirk */
}
#title
{
	background-image: URL('title.jpg');
	width: 700px;
	height: 150px;
}
#nav
{
	margin: 0;
	float: left;
}
#topdivider
{
	background-color: #E1B164;
	width: 700px;
	height: 5px;
	font-size: 4px;
}
#content
{
	float: left;
	margin: 1px 0 1px 0;
	width: 700px;
	text-align: left;
	line-height: 150%;
	background-image: URL('banner_bg.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
div.margins
{
	float: left;
	width: 500px;
	margin: 0 0 0 5px;
}
#sidebanner
{
	float: right;
	width: 180px;
	margin: 0;
}
#footer
{
	margin: 10px auto 40px auto;
	border-top: thin dotted #CCCCCC;
	font-size: 10px;
	clear: both;
}
ul.footernav
{
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 0;
}
li.footernav
{
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	border-left: thin dotted #CCCCCC;
	border-right: thin dotted #CCCCCC;
}
li.footernav a, li.footernav a:visited
{
  text-decoration: none;
  font-weight: normal;
  color: #666666;
}
li.footernav a:hover
{
  text-decoration: none;
  font-weight: normal;
  color: #CC0000;
	border: none;
}
p
{
	text-indent: 1.5em;
}
p.noindent
{
	text-indent: 0em;
}
p.first
{
	text-indent: 0em;
}
p.first:first-letter
{
	font-family: 'Palatino', serif;
	font-size: 200%;
	line-height: 120%;
	color: #713800;
}
p.question
{
	margin: 0;
	padding: 5px;
	background-color: #FFEECC;
	color: #000000;
	text-indent: 0em;
}
p.answer
{
	margin: 10px 0 10px 0;
	text-indent: 0em;
}
p.address
{
	font-size: 110%;
	text-align: center;
	text-indent: 0em;
}
p.address:first-line
{
	font-size: 150%;
}
ul.numbered li
{
	list-style-type: decimal;
	margin-left: 0px;
}
ul.faq
{
	padding-left: 0;
	margin-left: 30px;
}
ul.faq li
{
	list-style-type: decimal;
}
h1
{
	margin: 10px;
	font-family: 'Palatino Linotype', 'Palatino', serif;
	font-size: 24px;
	color: #713800;
}
h2
{
	font-family: 'Tahoma', 'Geneva', sans-serif;
	font-size: 18px;
	color: #15201A;
}
.center
{
	text-align: center;
}
img
{
	display: block;
	border-width: 0px;
}
hr
{
	border-style: dotted;
	border-color: #888888;
}
table
{
	width: 500px;
	font-family: 'Tahoma', 'Geneva', sans-serif;
	font-size: 12px;
	color: #000000;
}
thead td
{
	font-weight: bold;
	background-color: #E1B164;
	text-align: center;
}
table.one tbody td
{
	width: 25%;
	background-color: #FFEECC;
	border-bottom: 1px solid #E1B164;
	text-align: center;
}
table.two tbody td
{
	background-color: #FFEECC;
	border-bottom: 1px solid #E1B164;
}
table.three tbody td
{
	background-color: #FFEECC;
	border-bottom: 1px solid #E1B164;
	text-align: center;
}
