html
{
	/* http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}

body
{
	margin-top: 5px;
	background-color: #FFFFFF;
}

A:visited
{
	color: #4C321B;
	text-decoration: none;
}

A:link
{
	color: #4C321B;
	text-decoration: none;
}

A:hover
{
	color: #6C2300;
	text-decoration: underline;
}

A:active
{
	color: #4C321B;
	text-decoration: none;
}

td, body, p
{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin-bottom: 0px;
	color: #003;
}

#content
{
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
}

#leftside
{
	float: left;
	width: 135px;
	margin-right: 15px;
/*	border-color: #333;
	border-width: 0px 0px 1px 0px;
	border-style: dashed; */
}

.topnav
{
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 8px;
	padding-left: 4px;
	letter-spacing: 1px;
}

.subnav
{
	font-size: 13px;
	padding-bottom: 8px;
	padding-left: 12px;
}

a.subnavon { color: #6C2300; }

#header
{
	font-size: 21px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	border-color: #333;
	border-width: 1px 0px 1px 0px;
	border-style: dashed;
}

#links
{
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 4px;
	margin-bottom: 4px;
	letter-spacing: 1px;
	border-color: #333;
	border-width: 1px 0px 1px 0px;
	border-style: dashed;
	line-height: 20px;
}



p.copyright {
padding-left:4px;
font-size:12px


}

#rightSide
{
	float: left;
	width: 580px;
}

#sectionHead
{
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 6px;
	letter-spacing: 1px;
	color: #4C321B;
}

.indexHead
{
	font-size: 16px;
	padding-bottom: 2px;
	padding-top: 6px;
	margin-bottom: 6px;
	letter-spacing: 1px;
	color: #4C321B;
	border-color: #333;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
}

.indexThumb { border: 1px solid #4C321B; }

.subsectionThumb { border: 1px solid #4C321B; }

.largeImage { border: 1px solid #4C321B; }

h2
{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 14px;
	padding-top: 8px;
	letter-spacing: 1px;
	color: #4C321B;
}

h3
{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: -10px;
}

h4
{
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: -10px;
}

ul
{
	list-style: none;
	margin-left: 10px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 17px;
}

sup
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	margin-bottom: 0px;
}

.sub { margin-left: 3px; }

.caption
{
	font-size: 11px;
	margin-bottom: 0px;
	color: #000000;
}

div.text a { text-decoration: underline; }

div.float
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.float2
{
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}

div.float p { text-align: center; }

.clearboth { clear: both; }

/* thanks http://www.pooliestudios.com/projects/iconize/ */
a[href$='.pdf']
{ 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/icon_pdf.gif) no-repeat center right;
}