/* CSS Document */
body 
	{
		font-family: "Trebuchet MS";
		font-size: 12px;
		padding: 20px;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#main
	{
		border: solid 1px #585858;
	}
#navigation
	{
		padding: 2px;
		background-color: #9da653;
	}
.nav
	{
		padding-left: 20px;
		padding-right: 20px;		
		padding-bottom: 10px;
	}
#botdes
	{
		background: url(images/footerbg.gif) no-repeat right;
		padding: 0px;
		height: 35px;
	}
#title
	{
		background-color: #a7ccde;
		padding-right: 30px;
		border-bottom: solid 10px #585858;
	}
#title2
	{
		border-left: solid 20px #73a9c5;	
		background-color: #a7ccde;
		padding-right: 30px;
	}
#footer
	{
		background-color: #2C5C74;
		padding: 3px;
		
	}
.footer
	{
		color: #ffffff;
		font-size: 11px;
		text-align:center;
	}
#content_container
	{
		vertical-align: top;
	}
.column_container
	{
		vertical-align: top;
		border-left: solid 1px #585858;
	}

.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: #4088AA;
		margin: 10px;
		text-align: left;
	}
h2
	{
		font-size: 18px;
		font-style: italic;
		color: #ffffff;
		text-align: left;
		margin: 5px;
	}	
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: #F7F8EF;
		text-decoration:none;
	}	
.footer a, .footer a:visited
	{
		color: #ffffff;
		text-decoration:none;
	}	
#content
	{
		border-collapse: collapse;

	}
