html, body	{

/*background-image: url('/_microSites/_images/vertical_back.gif');*/
background-color: #E0E0E0;
background-repeat: repeat-x;
background-position: top center;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, "Trebuchet MS", sans-serif;
font-size: 11px;
color: #666666;

}

#dOuterContainer	{
	padding: 0;
	margin: 0 auto;
	width: 762px;
	height: auto;
	display: block;
	background-color: #ffffff;
}

/**** Header *********/
#dHeader
{
	padding: 0;
	margin: 0 0 0 0;
	float: left;
	width: 762px;
	height: 65px;
	background-image: url('/_microSites/_images/banner_teal.png');
}

#dHeaderLeft
{
	padding: 0;
	float: left;
	width: 250px;
	height: 64px;
	/*background: url('/_microSites/_images/head_logo.png') 10px 10px no-repeat;*/


}

#dHeaderRight
{
	width: 240px;
	height: 64px;
	display: inline;
}
#dHeaderTitle
{
	color: #ffffff;
	font-size: 24px;
	padding-top: 18px;
	text-align: left;
}


/*******Content Area*************/
#dContentWrapper
{
	padding: 45px 0 0 0;
	margin: 0;
	float: left;
	width: 762px;
	height: auto;
	background-color: #ffffff;
}

#dContent
{
	margin: 0;

	padding: 0 10px 0 10px;
	margin: 0;
	width: 430px;
	height: auto;
	float: left;
	/*border-right: solid black 1px;*/
}

.prop
{
	padding: 0;
	margin: 0;
	width: 1px;
	height: 350px;
	float: right;
}


/******Navigation************/
#dNavWrapper
{
	padding: 10px 0 0 0;
	margin: 0;
	width: 162px;
	height: auto;
	float: left;
	text-align: left;

}

#dNavWrapper ul
{
	padding: 0;
	margin: 0;
}

#dNavWrapper li
{
	letter-spacing: 1.5px;
	font-weight: bold;
	padding: 2px 0 0 0;
	width: 162px;
	height: 20px;
	list-style: none;
	background: url('/_microSites/_images/nav_back_teal.gif') 0 0 no-repeat;
}

#dNavWrapper a, #dNavWrapper a:link, #dNavWrapper a:visited
{
	display: block;
	width: 162px;
	height: 27px;
	padding: 0;
	text-decoration: none;
	color: #666666;
	text-indent: 10px;
}

#dNavWrapper a:active, #dNavWrapper a:hover
{
	text-decoration: none;
	color: #cc3366;
}

#dPrintPage
{
	padding: 0 0 10px 0;
	margin: 0;
	width: 107px;
	height: 27px;
}

#dPrintPage a, #dPrintPage a:link, #dPrintPage a:visited, #dPrintPage a:active, #dPrintPage a:hover
{
	text-decoration: none;
	background: none;
}

/***** Right Panel*********/
#dRightPanel
{
	padding: 0 5px 20px 10px;
	width: 120px;
	margin: 0 0 10px 0;
	float:right;
	font-size: 12px;
	font-weight: bold;
	border-left: #A9A9A9 solid 1px;
}
#dRightPanel img
{
	padding: 4px 4px 4px 4px;
	width: 102px;
}
.dRightImgOuter
{
	width: 110px;
	height:112px;
	background-color: #A9A9A9;

}


/*******FOOTER**********/


#dFooter
{
	margin: 0 auto;
	width: 765px;
	height: 15px;
	background: url('../../../_accessibilityTerms/collective.png') 10px 0 no-repeat;
}
#dFooterOuter
{
	margin: 0 auto;
	width: 765px;
	height: 15px;
	background-color: #A9A9A9;
	display: block;
}
#dFooter p
{
	text-align: right;
	font-size: 12px;
	padding: 0 10px 0 0;
	margin: 0;
	color: #ffffff;
}


#dFooter a
{
	color: black;
	text-decoration: none;
}
#dFooter a:hover
{
	text-decoration: underline;
}

/********Hacks**************/
.printOnly
{
	display: none;
}

.printLogo
{
	display: none;
}


/********Content Styles*************/
#dContent h2
{
	font-size: 16px;
	color: #06A2AE;;
	letter-spacing: 1.2px;
}

#dContent h3
{
	font-size: 14px;
	color: #06A2AE;
}

#dContent a, #dContent a:link, #dContent a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#dContent a:active, #dContent a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #cc3366;
}