/* CSS Document */
body 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 20px;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#navigation
	{
		padding: 2px;
		background-color: #8e9428;
	}
.nav
	{
		padding-left: 20px;
		padding-right: 20px;		
	}
#botdes
	{
		background: url(images/footerbg.gif) no-repeat right;
		padding: 0px;
		height: 35px;
	}
#title
	{
		background:url(images/titlebg.gif) no-repeat bottom #FFFFFF;
	}
#footer
	{
			border-top: solid 1px #8e9428;
		background: url(images/footerbg.gif) right no-repeat;
		height: 35px; !important
		vertical-align: bottom;
	}
.footer
	{
		color: #FFFFFF;
		font-size: 11px;
		text-align:center;
	}
#content_container
	{
		vertical-align: top;
	}
.column_container
	{
		vertical-align: top;
		border-right: solid 1px #8e9428;
	}

.content
	{
		vertical-align: top;
		padding: 5px;
	}
.column
	{
		vertical-align: top;
		padding: 5px;
	}
.columnheading
	{
		font-weight: bold;
		font-size: 14px;
		color: #8E9428;
		padding: 5px;
	}
.heading
	{
		font-weight: bold;
		font-size: 14px;
		padding: 5px;
		color: #8E9428;		
	}
h1
	{
		font-size: 28px;
		font-weight: bold;
		color: #8e9428;
		margin: 10px;
		margin-bottom: 40px;
	}
h2
	{
		font-size: 18px;
		font-style: italic;
		color: #8e9428;
		text-align: right;
		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
	{
		color: #FFFFFF;
		text-decoration:none;
	}	
.footer a:visited
	{
		text-decoration:none;
		color: #FFFFFF;		
	}		
#content
	{
		border-collapse: collapse;

	}
