body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #C1AF8D url('../graphics/BGTiler.gif') repeat-x;
}
body,p,td,ul,ol
{
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 14px;
}
p
{
	font: 12px/10px;
	color: #221f1d;
	line-height: normal;
}
#container
{
	margin: 0 auto;
	min-height: 600px;
	height: auto;
	width: 800px;
	text-align: left;
	background-color: #FFF;
	border: solid 4px #50470D;
}
/* for Internet Explorer */
/*\*/
* html #container
{
	height: 600px;
}
/**/
/* Tab Navigation */
#header
{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 150px;
}
ul#navBar
{
	margin: 0;
	padding: 125px 0 0 10px;
	list-style-type: none;
}
ul#navBar li
{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 108px;
	height: 25px;
	background: url('../graphics/TabBackOff.png') no-repeat;
}
ul#navBar li p a
{
	padding-top: 2px;
}
ul#navBar a:link, ul#navBar a:visited
{
	text-decoration: none;
	display: block;
	height: 20px;
}
ul#navBar .active
{
	background: url('../graphics/TabBackOn.png') no-repeat;
}
html>body ul#navBar .active /* hack for Firefox to erase border under an active tab */
{
	border-bottom: solid 1px #FFF;
}
ul#navBar li p
{
	margin: 0;
	padding: 3px 0 0 6px;
	font: 11px, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 10px;
	font-weight: bold;
}
/* Page Layout */
div#content
{
	width: 800px;
	border-top: 1px solid #50470D;
}
div#leftColumn
{
	margin: 0px 10px 0px 15px;
	padding: 0px;
	width: 600px;
	text-align: none; /* newspaper like text layout */
}
* html div#leftColumn /* hack for IE to match top and bottom Firefox padding */
{
	padding: 15px 0px 20px 0px;
}
div#footer
{
	clear: both;
	padding-top: 10px;
	text-align: center;
}
/* Sponsor Table */
div#sponsors
{
	margin-bottom: 40px;
	padding: 45px 0 0 16px;
	background: url('../graphics/MembersTabBack.gif') no-repeat;
}
html>body div#sponsors
{
	margin-bottom: 50px;
}
table#sponsorTable
{
	width: 580px;
}
.sponsorTableRow
{
	height: 55px;
}
.sponsorTableCell
{
	width: 20%;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #765e28;
}
.noBorder
{
	border-bottom: none;
}
.sponsorTableCell img
{
	border: none;
}
/* Text Styles */
div#splash p
{
	color: #333;
	line-height: 25px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: 300;
	margin: 30px auto 35px auto;
	font-size: 15px;
}
h1 { color: #221f1d; font-size: 24px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
h2 { color: #610000; font-size: 18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
th { background-color: #d8cbbe; height: 25px; padding-right: 20px; padding-left: 10px; }