body
	{
		background-color: #d8b86d;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
	}
#outer
	{
		background-color: #d8b86d;
		padding: 20px;
		width: 780px;
	}
#leftcol
	{
		background-color: #ebddae;
		border: 1px solid #000000;
	}	
#rightcol
	{
		background-color: #FFFFFF;
		border: 1px solid #000000;
		border-left: none;
	}	
#title
	{
		font-size: 24px;
		font-weight: bold;
		height: 40px;
		padding: 5px;
	}
#subtitle
	{
		font-size: 14px;
		font-weight: bold;
		vertical-align:	bottom;
		padding: 5px;
	}
td.nav
	{
		text-align: center;
		background-color: #965c12;
	}
a.nav
	{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		font-family: tahoma;
		font-weight: bold;
	}
.text
	{	
		font-size: 12px;
		text-align:justify;
		margin: 7px;
	}
	.text2
	{	
		font-size: 11px;
		margin: 7px;
	}
	.heading1
{
	font-weight: bold;
	font-size: 16px;
	margin: 7px;
}
.heading2
	{	
		font-weight: bold;
		font-size: 11px;
		margin: 7px;
	}
.nav a
	{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		font-family: tahoma;
		font-weight: bold;
	}
.nav a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		font-family: tahoma;
		font-weight: bold;
	}
.copyright
	{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 10px;
		background-color: #965c12;

	}