body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #474F49;
	background-color: #BEC2C2;
	margin: 0px;
	padding: 0px;
}
#tableLayout {
	background-color: #FFFFFF;
	border-right: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
}
#tableLayout, #tableLayout td {
	border-collapse: collapse;
}
#tableLayout td {
	padding: 15px 30px;
}
#tdLogo {
	width: 140px;
	background-color: #474F49;
	text-align: center;
}
#tableLayout #tdNavigation {
	padding-bottom: 0px;
	background-color: #6E7970;
	text-align: center;
}
/*
#tdNavigation a {
	margin-right: 8px;
	margin-left: 8px;
	display: block;
	float: left;
}
*/
#tableLayout #tdFooter {
	background-color: #FBFCF9;
	border-top: 1px solid #D7DACE;
	padding: 10px;
	color: #9CA79D;
	text-align: right;
}
p {
	line-height: 1.7em;
	margin-top: 0px;
	text-align: justify;
}
#tableLayout #tdSidebar {
	background-color: #E3E5DC;
	vertical-align: top;
	padding-top: 50px;
	background-image: url(images/navigation/sidebarbackground.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
h1 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #68887C;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #949D87;
	border-left: 11px solid #D7DACE;
	padding-left: 7px;
}
#tableLayout #tdSidebar a {
	padding: 8px;
	border-top: 1px solid #CED2B6;
	border-bottom: 1px solid #CED2B6;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
#tableLayout #tdSidebar a.current {
	background-color: #F6F7F3;
}
#tableLayout #tdSidebar a:link, 
#tableLayout #tdSidebar a:visited, 
#tableLayout #tdSidebar a:active 
{
	color: #474F49;
}
#tableLayout #tdSidebar a:hover {
	background-color: #FBFCF9;
}
#tableLayout #tdContent {
	padding-right: 58px;
}
a img {
	border: none;
}
#divCopyright {
	font-size: 10px;
	margin: 1em;
	text-align: center;
}
#divCopyright a {
	color: #474F49;
}
a:link {
	color: #C89D5A;
}
#tableLayout #tdContent td {
	padding: .5em;
	vertical-align: top;
}