body {
	background: #333333;
	margin-top: 6px;
	padding-top: 6px;
}
body, td {font-family:Arial, Helvetica, Sans-Serif; font-size: 10pt; }

.header td {
	text-align: center;
	width: 700px;
	height: 150px;
	background:url(../backgrounds/bg-logo.jpg) repeat-x top;
}

.top-nav td {
	width: 700px;
	height: 50px;
	background:url(../backgrounds/bg-top-nav.gif) repeat-x top;
}

.header .logo {
	z-index: 1;
	float: left;
}

.header .globalnav {
	position: relative;
	float: right;
	z-index: 2;
	padding: 6px;
	color: white;
	font-family: Arial; font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.globalnav a:link 	{ color: white; text-decoration: none; }
.globalnav a:visited	{ color: white; text-decoration: none; }
.globalnav a:hover 	{ color: white; text-decoration: none; }
.globalnav a:active 	{ color: white; text-decoration: none; }

.display td {
	width: 700px;
	height: 293px;
	background:url(../backgrounds/bg-display.gif) no-repeat top;
	vertical-align: top;
}

.display img {
	z-index: 1;
}

.display .summary {
	position: absolute;
	top: 210px;
	z-index: 2;
	margin-left: 400px; margin-top: 100px;
	padding-right: 10px;
	color: #666666;
	font-family: Arial; font-size: 10pt;
	width: 280px; height: 130px;
	overflow: auto;
}

.display .title {
	position: absolute;
	top: 260px;
	z-index: 3;
	margin-left: 390px;
	padding-right: 10px;
	color: white;
	font-family: Arial; font-size: 16pt;
	width: 280px; height: 130px;
	overflow: none;
}

.display .titleShadow {
	position: absolute;
	top: 262px;
	z-index: 2;
	margin-left: 392px;
	padding-right: 10px;
	color: #666666;
	font-family: Arial; font-size: 16pt;
	width: 280px; height: 130px;
	overflow: none;
}


.content > .container {
	width: 700px;
	background:url(../backgrounds/bg-body.gif) repeat-y top;
}

.container #leftnav {
	position: relative;
	float: left;
	margin: 20px 2px 10px 18px;
	width: 200px;
	vertical-align: top;
}

#leftnav > .top {
	width: 200px;
	height: 19px;
	background:url(../borders/border-left-nav-top.gif) no-repeat top;
}

#leftnav > .middle {
	width: 200px;
	background:url(../borders/border-left-nav-body.gif) repeat-y top;
}

#leftnav > .middle > .topicTitle {
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 10px 2px 14px;
}

#leftnav > .middle > .subtopicTitle {
	font-size: 10pt;
	padding: 12px;
}

#leftnav > .bottom {
	width: 200px;
	height: 10px;
	background:url(../borders/border-left-nav-bottom.gif) no-repeat top;
}

#leftnav a:link 		{ color: blue; text-decoration: none; }
#leftnav a:visited 	{ color: blue; text-decoration: none; }
#leftnav a:hover 		{ color: blue; text-decoration: none; }
#leftnav a:active 	{ color: blue; text-decoration: none; }

.pointer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 6pt;
}

.container #main {
	position: relative;
	float: left;
	margin: 0px 12px 10px 2px;
	width: 438px;
	vertical-align: top;
}

#main > .top {
	width: 438px;
	height: 34px;
	background:url(../borders/border-main-content-top.gif) no-repeat top;
}

#main > .middle {
	width: 438px;
	background:url(../borders/border-main-content-body.gif) repeat-y top;
}

#main > .middle .topicTitle {
	font-size: 10pt;
	font-weight: bold;
	padding: 12px 10px 2px 14px;
}

#main > .middle > .mainText {
	font-size: 10pt;
	padding: 14px 14px 14px 20px;
}

#main > .bottom {
	width: 438px;
	height: 10px;
	background:url(../borders/border-main-content-bottom.gif) no-repeat top;
}


.bottom > td {
	width: 700px; height: 27px;
	background:url(../backgrounds/bg-bottom.gif) no-repeat top;
}

.footer > td {
	width: 700px;
	color: white;
	font-family:Arial, Helvetica, Sans-Serif; font-size: 8pt;
}