/* CSS Document */
body 
	{
		font-family: "Verdana";
		font-size: 12px;
		padding: 20px;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#main
	{
		border: solid 3px #393D1F;
	}
#navigation
	{

	}
.nav
	{
		padding-left: 10px;
		padding-right: 10px;		
	}
#title
	{
		background-color: #717A3D;
	}
#subtitle
	{
		background-color: #3D4121;
		border: solid 10px  #717A3D;
	}	
#footer
	{
		background-color: #717A3D;
	}
.footer
	{
		color: #ffffff;
		padding: 3px;
		font-size: 11px;
		text-align:center;
	}
#content_container
	{
		vertical-align: top;
	}
.column_container
	{
		vertical-align: top;
		border-right: solid 2px #393D1F;
	}

.content
	{
		vertical-align: top;
		padding: 5px;
	}
.column
	{
		vertical-align: top;
		padding: 5px;
	}
.columnheading
	{
		font-weight: bold;
		font-size: 13px;
		color: #000000;
		padding: 5px;
	}
.heading
	{
		font-weight: bold;
		font-size: 13px;
		padding: 5px;
	}
h1
	{
		font-size: 28px;
		font-weight: bold;
		color: #ffffff;
		margin: 10px;
		margin-bottom: 40px;
		text-align: center;
	}
h2
	{
		font-size: 18px;
		font-style: italic;
		color: #787c87;

		text-align: center;
		margin: 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, .footer a:visited
	{
		color: #ffffff;
		text-decoration:none;
	}	
#content
	{
		border-collapse: collapse;

	}
