﻿body
{
	background-color: #f2f1e4;
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	font-family: Tahoma;
	font-size: small;
}

a, a:visited, a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #6f8466;
}

a:active
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	color: Black;
}

table.container
{
	width: 100%;
}

td.navigation
{
	background-color: White;
	border: solid 1px #608058;
	width: 220px;		
}

td.content
{	
	background-color: White;
	border: solid 1px #608058;
}

td.header
{
	background-image: url(../../Images/DarkGreenGradient.gif);
	padding-left: 5px;
	font-weight: bold;
	font-size: 18px;
	color: White;
	height: 24px;
}

td.subheader
{
	background-image: url(../../Images/LightGreenGradient.gif);
	border-bottom: solid 1px #608058;
	border-top: solid 1px #d9d9a7;	
	padding-left: 7px;
	font-size: 11px;
	height: 17px;	
}

td.leftcontent
{
	padding: 5px 5px 5px 5px;
}

td.rightcontnent
{
	padding: 10px 10px 10px 10px;
}