/* CSS Document */
body 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 20px;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#main
	{
	}
#navigation
	{
		background-color: #630100;
		border-right: solid 10px #AF5050;
	}
.nav
	{

		padding: 10px;
		text-align: center;		
	}
#botdes
	{
		background: url(images/footerbg.gif) no-repeat right;
		padding: 0px;
		height: 35px;
	}
#title
	{
		background:url(images/titlebg.gif) repeat-x bottom #FFFFFF;
	}
#footer
	{
		background-color: #8d9194;
	}
.footer
	{
		color: #ffffff;
		padding: 3px;
		font-size: 11px;
		text-align:center;
	}
#content_container
	{
		vertical-align: top;
	}
.column_container
	{
		vertical-align: top;
		border-right: solid 10px #ededed;
		background-color: #f6f6f6;
	}

.content
	{
		vertical-align: top;
		padding: 5px;
	}
.column
	{
		vertical-align: top;
		padding: 5px;
	}
.columnheading
	{
		font-weight: bold;
		font-size: 13px;
		color: #ffffff;
		background-color: #A60000;
		padding: 5px;
	}
.heading
	{
		font-weight: bold;
		font-size: 13px;
		padding: 5px;
		background-color: #630100;
		color: #ffffff;
	}
h1
	{
		font-size: 28px;
		font-weight: bold;
		color: #B1A830;
		margin: 10px;
		padding: 10px;
		text-align: left;
	}
h2
	{
		font-size: 18px;
		font-style: italic;
		color: #584c3c;
		padding: 10px;		
		text-align: left;
		margin: 10px;
	}	
a
	{
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
a:visited
	{
		text-decoration: none;
		font-weight:bold;
		color: #000000;
	}	
	
.nav a, .nav a:visited
	{
		color: #FFFFFF;
		text-decoration:none;
	}	
.footer a, .footer a:visited
	{
		color: #ffffff;
		text-decoration:none;
	}	
#content
	{
		border-collapse: collapse;

	}
