body, td, th {
	text-transform: uppercase;
	font-size:10px;
	line-height:20px;
}

#nav {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 187px;
	height: 730px;
	background: #7D7B7E url(/lib/nav/nav_edge.jpg) repeat-y top right;
	z-index: 1;
}

.navLink {
	padding-left:20px;
	color:#484848;
	text-decoration:none;
	font-size:8pt;
	display:block;
}
#nav a:hover {
	color:#EBE2C1;
}

#contentContainer {
	position: absolute;
	left: 228px;
	top: 40px;
	width: 538px;
	height: 730px;
	background-color: #929196;
	z-index: 2;
}
#content {
	position: absolute;
	left: 248px;
	top: 60px;
	width: 456px;
	height: 648px;
	background-color: #C8C8CA;
	overflow: auto;
	padding: 20px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	size: 12px;
	color: #666;
}
h3 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	}
h4 {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	}
h5 {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	}
#content img.outline {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #333;
}
#right {
	position: absolute;
	left: 767px;
	top: 40px;
	width: 20px;
	height: 730px;
	background-color: #7D7B7E;
	z-index: 4;
}
body {font-family: "Trebuchet MS"; margin: 50px;}
	p {color: #666; padding: 5px;}
	h2 {color: #222; padding: 5px;}
	h3 {color: #333; padding: 5px;}
	h4 {color: #444; padding: 5px;}
	h5 {color: #555; padding: 5px;}

td {
	border-top: 1px solid #eee;
	padding: 5px 0;
}
