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;
}
#tableLayout td {
	padding: 15px 30px;
}
#tdLogo {
	width: 140px;
	background-color: #E3E5DC;
	text-align: center;
}
#tableLayout #tdNavigation {
	padding-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
#tableLayout #tdFooter {
	background-color: #FBFCF9;
	border-top: 1px solid #D7DACE;
	padding: 10px;
	color: #9CA79D;
	text-align: right;
}
#tableLayout #tdSidebar {
	background-color: #E3E5DC;
	vertical-align: top;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#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;
}
a:link {
	color: #155568;
}
#tableLayout #tdContent td {
	padding: .5em;
	vertical-align: top;
}h2 {
	font-size: 14px;
	font-weight: bold;
	color: #949D87;
	margin-top: 0px;
	margin-bottom: 12px;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #17ABBC;
	padding-left: 7px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	line-height: 1.7em;
	margin-top: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #949D87;
	margin-top: 0px;
	margin-bottom: 12px;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #17ABBC;
	padding-left: 7px;
}

.pullquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	text-align: center;
	margin: 10px;
	padding: 10px;
	float: right;
	width: 200px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #474f49;
	border-right-color: #155568;
	border-bottom-color: #155568;
	border-left-color: #155568;
}
h3 {
	color: #949D87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #155568;
}
a:hover {
	color: #17ABBC;
	text-decoration: none;
}
.pullquoteLeft {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	text-align: center;
	margin: 10px;
	padding: 10px;
	float: left;
	width: 200px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #474f49;
	border-right-color: #474f49;
	border-bottom-color: #474f49;
	border-left-color: #474f49;
}


#tableDocs td {
	border: 1px dashed;
}



.highlight {
	background-color: #99CCCC;
}
