/* CSS Document */
body 
	{
		font-family: "Trebuchet MS";
		font-size: 12px;
		padding-bottom: 20px;
		margin: 20px;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#main
	{
		border: solid 1px #545454;
	}
#title
	{
		border-bottom: solid 3px #81655C;
	}
#image
	{
		border-bottom: solid 3px #81655C;
	}	
#navigation
	{
		height: 108px;
		background: url(images/navbg.gif) repeat-x;
	}
.nav
	{
		text-align: center;
		padding: 5px;
		padding-left: 40px;
		padding-right: 40px;
		background-color: #515151;
	}
#design
	{
		height: 24px;
		overflow: hidden;
		background: url(images/designbg.gif) repeat-x;
	}
#container
	{
		border-top: solid 2px #FFFFFF;
	}	
#footer
	{
			background-color: #515151;
			padding: 2px;
	}
.footer
	{
		color: #FFFFFF;
		font-size: 11px;
		text-align:center;
	}
#content_container
	{
		vertical-align: top;
	}
.column_container
	{
		vertical-align: top;
		border-left: solid 1px #FFFFFF;
		background-color: #f8f9fb;
	}
.content
	{
		vertical-align: top;
		padding: 5px;
	}
.column
	{
		vertical-align: top;
		padding: 5px;
		color: #323232;
	}
.columnheading
	{
		font-weight: bold;
		font-size: 13px;
		color: #322723;
		padding: 5px;
		background-color: #81655C;
	}
.heading
	{
		background-color: #81655C;
		font-weight: bold;
		font-size: 13px;
		color: #FFFFFF;
		padding: 5px;
	}
h1
	{
		font-size: 28px;
		color: #68524A;
		font-weight: normal;
		text-align: left;
		margin-left: 10px;
	}
h2
	{
		font-size: 18px;
		font-style: italic;
		color: #A68B82;
		text-align: left;
		font-weight: normal;
		margin-left: 10px;		
	}	
a
	{
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
a:visited
	{
		text-decoration: none;
		font-weight:bold;
		color: #000000;
	}	
	
.nav a
	{
		color: #FFFFFF;
		text-decoration:none;
	}	
.nav a:visited
	{
		color: #FFFFFF;
		text-decoration:none;
	}		
.footer a
	{
		color: #FFFFFF;
		text-decoration:none;
	}	
.footer a:visited
	{
		text-decoration:none;
		color: #FFFFFF;		
	}		