body {
	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;
	background-color: #FFFFFF;
}
#tableLayout td {
	padding: 15px 30px;
}
#tdLogo {
	width: 140px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(pictures/logo-pic.jpg);
}
#tableLayout #tdNavigation {
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	border: thin solid #AC6C2C;
	visibility: visible;
	background-position: center top;
	vertical-align: middle;
	color: #FFFFFF;
}
#tableLayout #tdFooter {
	background-color: #FFFFFF;
	border-top: 1px solid #D7DACE;
	padding: 10px;
	color: #000000;
	text-align: right;
}
#tableLayout #tdSidebar {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 50px;
	color: #000000;
}
#tableLayout #tdSidebar a {
	padding: 8px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#tableLayout #tdSidebar a.current {
	background-color: #CCCCCC;
}
#tableLayout #tdSidebar a:link, 
#tableLayout #tdSidebar a:visited, 
#tableLayout #tdSidebar a:active 
{
	color: #000000;
}
#tableLayout #tdSidebar a:hover {
	background-color: #EFD8BE;
}
#tableLayout #tdContent {
	margin: auto;
	background-color: #FFFFFF;
	color: #000000;
}
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;
}h2 {
	font-size: 11px;
	font-weight: bold;
	color: #949D87;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

