body
{
line-height: 1.5em;
background-color: #ffffff;
color: #55310b;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
margin: 0px;
text-align: center;
background-color: #7f5b37;
}
#header
{
text-align: center;
width: 100%;
margin: 0px auto;
background-image: url('brownGradient.jpg');
background-repeat: repeat-x;
}

#navBar
{
clear: both;
text-align: center;
width: 780px;
margin: 0px auto 14px auto;
}

ul#navlist
{
width: 780px;
margin: 0px auto;
padding: 0px;
font-size: 84%;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a 
{ 
padding: 2px 4px 2px 4px; 
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #55310b;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #7b644d;
text-decoration: none;
}

#navlist a:link#current
{
background-color:#000000;	
}

a:link, a:visited
{
color: #55310b;
text-decoration: none;
font-weight: bold;
}

a:hover, a:active
{
color: #7f5b37;
text-decoration: underline;
font-weight: bold;
}



h1
{
font-size: 20px;
}

h2
{
font-size: 16px;
}

h3
{
font-size: 14px;
text-align: center;
}

h4
{
font-size: 12px;
}


#mainRow
{ 
	clear: both;
	overflow:hidden;
	width: 100%; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #dfdbd7;
}

#mainContent
{
	overflow:hidden;
	width: 780px; 
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
}

#leftCol
{
	float: left;
	width: 90px;
	margin: 0px;
}

#flash
{
float: left;
width: 600px;
margin: 0px;
}

#rtCol
{
	float: left;
	width: 90px;
	margin: 0px;
}

.arrowLft
{
margin: 80px 0px 0px 44px;
}


.arrowRt
{
margin: 162px 36px 0px 4px;
}


#info
{
display: block;
width: 600px;
margin: 20px auto;
}

.redtitle
{
font-size: 150%;
font-family: sans-serif;
color: red;
margin-top: 10px;
text-align: center;
}


.textSmCenter
{
clear: both;
text-align: center;
font-size: 80%;
}


.imgCenter
{
width:  780px;
margin: 0px auto;
}


