/* Global styles for all pages. */

.spacergif {
	/* style used on spacer gifs to prevent mozilla using text baseline */
	display: block;
}
td img.spacergif {
	/* style used on spacer gifs to prevent mozilla using text baseline */
	display: block;
}
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}
a img {
	border-width: 0px;
}

/* left nav */

.navSel {
	color: #B9A568 !important;
}
.navSelh {
	color: #616056;
}
.navSelh li:hover {
	color: #B9A568;
}
li.leftnavSel3 
{
	padding: 0 1px;
	border-bottom: solid 1px #3B254B !important;
	background-color: #F5F4F7 !important;
}
a.leftnavSel 
{
	padding: 0 1px;
	border-bottom: solid 1px #3B254B !important;
	background-color: #F5F4F7 !important;
	display: block;
}
div.leftnavSel2 {
	background-color: #fff;
}
#LeftNav {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	/* width: 159px; */
}
#LeftNav ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}
#LeftNav li {
	cursor: pointer;
	color: #616056;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#LeftNav li ul li {
	font-weight: normal;
}
#LeftNav li ul li ul li {
	font-weight: normal;
	padding: 0 1px;
	/*border-bottom: 1px solid #f6f6f6;*/
}
#LeftNav a {
	color: #616056;
	text-decoration: none;
}
#LeftNav a:hover, #LeftNav li:hover {
	/*color: #8d8c82;*/
	color: #B9A568;
}

#LeftNav a.external:link, #LeftNav a.external:visited 
{
	background: url(/site/modern/images/external-link-leftNav.gif) no-repeat right;
	padding-right: 14px;
}

#LeftNav a.external:hover {
	background: url(/site/modern/images/external-link-active.gif) no-repeat right;	
}

/* main area link padding */
.maincolumn li 
{
	line-height: 1.5em;
}

.zebrastripe 
{
	background-color: #EFEFEF;
}