/* CSS Document */
BODY{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

/* Headers */
H1{
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	line-height: 15px;
}
H2{
	font-size: 12px;
	line-height: 10px;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin: 5px 0px 10px 0px;
}
H3{
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

/* Links */
A.breadCrumb{
	font-size: 11px;
}
A.last-child{
	font-weight: bold;
}
A{
	font-size: 11px;
}
A.disclaimerLink{
	text-decoration: underline;
}

HR{
	height: 1px;
	line-height: 2px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
P{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

/* DIV */
DIV.footer{
	font-size: 11px;
	text-align: right;
}
/* Colors */
H1, H2, H3 {
	color: #920000;
}
A{
	color: #000000;
}
HR, A.breadCrumb, A.last-child, #depthpath li.last-child a, A.disclaimerLink, #disclaimer{
	color: #666666;
}
TD.footerNavigation{
	color: #ffffff;
}

#contentWrapper{
	width: 756px;
	height: 500px;
	text-align: left;
	border: 1px solid #000000;
}

#disclaimer{
	width: 756px;
	text-align: center;
	font-size: 10px;
}

#depthpath {
	padding: 0px 0px 0;
	margin: 0;
	min-height: 10px
}
#depthpath ol {
	list-style: none;
	margin: 0;
	padding: 0
}
div[id="depthpath"] ol,
div[id="depthpath"] ol li {
	display: inline
}
div[id="depthpath"] ol li:after {
	content: " /"
}
#depthpath li.last-child a {
	font-weight: bold;
}
* html #depthpath li {
	background: url(/library/images/depthmarker.gif) no-repeat right 3px;
	float: left;
	margin: 0 1ex 0 0;
	padding: 0 1.5ex 0 0
}
/*\*/
* html #depthpath ol {
	height: 1em
}
/*/
#depthpath {
display: inline-block;
width: 82%}

/* Tables */

TD.mainNavigation{
	background-image: url(/library/images/nav_repeat_w41_h27.jpg);
	background-repeat: repeat-x;
}
TD.mainTable{
	height: 400px;
}
TD.leftNavigation{
	background-color: #000000;
	width: 175px;
	height: 325px;
}
TD.contentArea{
	background-color: #ffffff;
	width: 581px;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
}
TD.footerNavigation{
	background-color: #000000;
	width: 756px;
	height: 15px;
	text-align: right;
}
TD.featureItem{
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}