body
	{
		text-align:center;
		font-family: "arial";
		font-size: 12px;
	}
P
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#main
	{
		margin: 0px auto;
		width: 780px;
	}
#header
	{
		text-align: left;	
	}
#nav
	{
		float: right;
		width: 200px;
		text-align: center;
	}
#title
	{
		background: url(images/titlebg.gif) repeat-y #F1F1F1;
		margin-right: 203px;
	}
/* Hides from IE5-mac \*/
* html #title{height: 1%;}
/* End hide from IE5-mac */

#image
	{
		float: right;
	}
.nav
	{
		border-bottom: solid 1px black;
		padding: 2px;
	}

.nav a, .nav a:visited 
	{
		text-decoration: none;
		font-weight: bold;
		color: #763F38;
	}
h1
	{
		margin: 0px;
		color:#763F38;
		padding-top: 25px;
		padding-bottom: 15px;
	}
h2
	{
font-size: 18px;
		margin: 0px;
color:#BF8177;
	}
#container
	{
		text-align: left;
		margin-top: 10px;
		padding-left: 10px;
		background: url(images/contentbg.gif) repeat-y left #f4f4f4;
	}	
h3
	{
		font-size: 13px;
		font-weight: bold;
		margin: 0px;
	}
#rightColumn
	{
		float: right;
		width: 200px;
	}
#contentColumn
	{
		margin-right: 200px;
		padding-right: 10px;

 	}
#innerContentColumn
	{
			padding-right: 10px;
	}
#footer
	{
		font-size: 11px;
		text-align: center;
		background-color: #FFFFFF;
	}
.infooter a, .infooter a:visited, 
	{
		text-decoration: none;
		font-weight: bold;
	}
a, a:visited
	{
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
.coltext, .colheading, .content, .heading
	{
		padding: 5px;
	}
.colheading
	{
		background: url(images/colheadingtop.gif) no-repeat top #b9b9b9;
		color: #FFFFFF;
		
		
	}
.heading
	{
		color: #452521;
	}
.content
	{
	}
.clearer
	{
		clear:both;
		overflow: hidden;
		height: 1px;
	}
