#container {
	position: relative;
	margin: 0px auto;
	width: 800px;		
}
#navBar {
	position:absolute;
	left:12px;
	top:13px;
	width:150px;
	height:2957px;
	z-index:1;
	background: url(/images/bgShort.gif);
}
#content {
	position:absolute;
	left:162px;
	top:23px;
	width:636;
	height:2844px;
	z-index:2;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
}
#content h4 {
	font: 16px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#content h6 {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 10px;
}
a:link {
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
}
.table3col {
	margin-left: 30px;
	border: thin solid #003333;
	margin-right: 100px;
	margin-bottom: 5px;
}
.table2col {
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 30px;
	border-top: thin solid #003333;
	border-right: thin solid #003333;
	border-bottom: thin solid #003333;
	border-left: thin solid #003333;
}
