/* CSS Document */
body 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 20px;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#navigation
	{
		background:url(images/navbg.gif) repeat-x;
		height: 44px;
	}
.nav
	{
		padding-left: 20px;
		padding-right: 20px;		
	}
#footer
	{
		background-color:#676767;
	}
.footer
	{
		color: #FFFFFF;
		font-size: 11px;
		text-align:center;
	}
#content
	{
		border-left: solid 1px #e4e4e4;
		border-right: solid 1px #e4e4e4;
		border-bottom: solid 1px #e4e4e4;
	}
.content
	{
		vertical-align: top;
		padding: 5px;
	}
#column_container
	{
		background-color: #edecea;
		vertical-align: top;
	}	
#content_container
	{
		vertical-align: top;
	}
.column
	{
		vertical-align: top;
		padding: 5px;		
	}
.columnheading
	{
		background-color: #919191;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
		padding: 5px;		
	}
.heading
	{
		font-weight: bold;
		font-size: 14px;
		padding: 5px;		
		color: #497D0F;		
	}
h1
	{
		font-size: 24px;
		font-weight: bold;
		color: #497D0F;
	}
h2
	{
		font-size: 16px;
		font-weight: bold;
		color: #B0CF94;
	}	
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;		
	}		
