/*WiT styles*/
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12pt;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul {
	margin: 0;
	padding: 0;
	margin-left: 2em;
}
#pageWrapper {
}
#wit-head {
	background: url(images/header-fill.jpg) repeat-x;
	border-bottom: .4em solid #BB534A;
	min-width: 500px;
}
#wit-flowers {
	display: none;
}
#wit-logo {
	display: none;
}
#headerBottom {
	border-bottom: .4em solid #BB534A;
}
h1, h2, h3, h4 {
	color: #BB534A;
	font-style: italic;
	margin: 0;
	padding: .5em 0;
}
h2 {
	font-size: 1.4em;
	line-height: auto;
}
a:link, a:visited {
	color: #BF766D;
}

a:hover, a:active {
	color: #8D877B;
}
.breadcrumb {
	padding-left: 1em;
	margin-top: .5em;
	font-weight: bold;
}
.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	text-decoration: underline;
}
#associates th {
	color: #937D91;
	background: #D4CCD4;
}



/* Left Menu */
#navL{
	display: none;
}
.sidebar {
	border-left: 1px solid #BB534A;
	font-size: 95%;
}
#associates h2 {
	color: #BB534A;
	border-bottom: 1px solid #BB534A;
}
#footer {
	color: #fff;
	background: #BB534A;
	font-size: 90%;
}
#footer a {
	color: #fff;
}
.greeting {
	display: none;
}
.google {
	display: none;
}
.alignCenter {
	display: none;
}
.logInInfoTop {
	display: none;
}
.reportT td {
	white-space: nowrap;
}