/* CSS Document */
body
	{
		background-color: #d9d9d9;
		font-family: "Trebuchet MS";
		font-size: 12px;
	}
p
	{
		margin-bottom: 5px;
		margin-top: 5px;
	}
#title
	{
		background: url(images/titlebg.gif) repeat-x;
	}
h1
	{
		text-align: right;
		font-size: 24px;
		margin: 10px;
	}
h2
	{
		text-align: right;
		font-size: 16px;
		margin: 10px;
		color: #545454;
	}
.nav
	{
		padding-left: 20px;
		padding-right: 20px;		
	}
#navigation
	{
		background-color: #B9B9B9;
	}
#footer
	{
		color:#676767;
	}
.footer
	{
		color:#676767;
		font-size: 11px;
		text-align:center;
	}
#content
	{
		border-top: dotted 1px #989898;
		border-bottom: dotted 1px #989898;		
	}
.content
	{
		vertical-align: top;
		padding: 5px;
	}
#column_container
	{
		border-right: dotted 1px #989898;
		vertical-align: top;
	}	
#content_container
	{
		vertical-align: top;
	}
.column
	{
		vertical-align: top;
		padding: 5px;		
	}
.columnheading
	{
		font-weight: bold;
		font-size: 14px;
		color: #545454;
		padding: 5px;		
	}
.heading
	{
		font-weight: bold;
		font-size: 14px;
		padding: 5px;		
	}
h1
	{
		font-size: 24px;
		font-weight: bold;
		color: #000000;
	}
h2
	{
		font-size: 16px;
		font-weight: bold;
		color: #828282;
	}	
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:#676767;
		text-decoration:none;
	}	
.footer a:visited
	{
		text-decoration:none;
		color:#676767;
	}		
