body {
	background: #151515;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal;
	color:#ffcd9e;
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

/* This covers the entire (fixed width) space where the site contents will appear */
#body {
	padding-top: 163px;
	background: url('outer-tile.gif');
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Upper area showing the ZD logo */
#head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 944px;
	height: 176px;
	z-index: 1;
	background: url('outer-top.gif') top center no-repeat;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

#title {
	position: absolute;
	top: 35px;
	left: 430px;
	width: 480px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
}

#navdiv {
	position: absolute;
	top: 110px;
	left: 860px;
	width: 50px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display:block;
}

a:link		{ color:#ffffd8; text-decoration: none; }
a:visited	{ color:#ffffd8; text-decoration: none; }
a:hover		{ color:#ff9637; text-decoration: none; }

#body-contents {
	text-align: left;
	z-index: 20;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: -5px;
	position: relative;
	color: #ffcd9e;	
	font-size: 13px;

	/* Trick to achieve "min-height"-like effect in IE6 */
	min-height:532px;
	height:auto !important;
	height:532px;
}

#foot {
	background: url('outer-bottom.gif') top center no-repeat;
	height: 67px;
	padding-top: 0px;
	margin-top: 0px;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 13px;
	color: #909090;
	text-shadow: 1px 1px 1px black;
	clear: both;
	display: block;
}

/**************************************************************/

.print_only	{ display: none;  }
.screen_only	{ display: block; }
.not_in_print	{ display: block; }
.not_in_screen	{ display: none;  }

h2		{ font-size:27px; font-weight:bold; color:#EB9C69; }
h3		{ font-size:21px; font-weight:bold; color:#EB9C69; }
h4		{ font-size:18px; font-weight:bold; color:#EB9C69; margin-top: 30px; margin-bottom: 18px; }
h5		{ font-size:16px; font-weight:bold; color:#EB9C69; margin-top: 28px; margin-bottom: 16px; }
h6		{ font-size:13px; font-weight:bold; color:#EB9C69; margin-top: 23px; margin-bottom: 13px; }
.lotop		{ margin-top: 8px; }
.nobot		{ margin-bottom: 0px; }
.standout	{ color:#EB9C69; }
.tbnorm		{ background: #2D2D2D; color:#EB9C69; }
.tbhover	{ background: #484848; color:#EB9C69; }
.tbhdr		{ background: #FFCC99; color:#000000; }
pre		{ font-size:13px; font-family: Consolas, 'Andale Mono', 'Courier New', Courier; }
td		{ font-size:13px; }
th		{ font-size:13px; font-weight:bold; }
.tt		{ font-size:11px; }
select		{ font-family: Tahoma, Helvetica, sans-serif; font-size:13px; font-weight:normal; }
option		{ font-family: Tahoma, Helvetica, sans-serif; font-size:13px; font-weight:normal; }

.nomargins	{ padding-left:0px; padding-bottom:0px; padding-top:0px; padding-right:0px; 
		  margin-left:0px; margin-bottom:0px; margin-top:0px; margin-right:0px;  }

/*** HTML Tooltips ***/

.xstooltip 
{
	visibility: hidden; 
	position: absolute;
	top: 0;  
	left: 0; 
	z-index: 30; 
	font-size:8pt; 
	font-weight:normal;
	padding: 2pt; 
	border: solid 1px;
	background-color: #FFFFC0;
	color:black;
}
