html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0px none; 
	background:#990100; 
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	overflow: hidden 
}
body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0px none;
}
#content {
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:100px; 
	bottom:45px; 
	left:200px; 
	right:0; 
	background:#990100; 
	font-size:1em;
}
* html #content {
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	height:100%; 
	max-height:100%; 
	width:100%; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	border-top:100px solid #990100; 
	border-bottom:45px solid #000; 
	border-left:200px solid #990100;
	background:#ffffff; 
}
#head {
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:100px; 
	background:#de017a; 
	background:url('images/banner2.jpg') top center; 
	font-size:1em; 
	z-index:5; 
	overflow:hidden; 
	color:#990100; 
	background-repeat:no-repeat
}
#foot {
	position:absolute; 
	margin:0; bottom:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:45px; 
	font-size:0.8em; 
	z-index:5; 
	overflow:hidden; 
	background:#990100; 
	color:#000000;
}
#left {
	position:absolute; 
	left:0; 
	top:100px; 
	bottom:45px; 
	width:200px; 
	background:#990100; 
	background:url('images/pjdsside1.gif'); 
	background-repeat:no-repeat;
	font-size:1.2em; 
	z-index:4; 
	overflow:auto; 
	color:#990100; 
}
* html #left {
	height:100%; 
	top:0; 
	bottom:0; 
	border-top:100px solid #990100;  
	border-bottom:45px solid #990100; 
	color:#de017a;
}
#content p {
	padding:10px;
}
.bold {
	font-size:1.2em; 
	font-weight:bold;
}
dd {
	display:none;
}
a.nav, a.nav:visited {
	margin-left:50px; 
	display:block; 
	width:100px; 
	height:25px; 
	background:#aaa; 
	color:#eee; 
	border:1px solid #000; 
	text-decoration:none; 
	text-align:center; 
	line-height:25px;
}
a.nav:hover {
	background:#000; 
	color:#fff;
}

