body {
	background: url("./images/blueconc.jpg");
	margin: 5px 0px 0px 0px;
	font: bold 11pt "Eras Light ITC", Arial, sans-serif;
	color: #cceeff;
	vertical-align: bottom;
}

a, a:visited {
	color: #cceeff;
}

a:hover {
	color: #ffffff;
}

input, textarea {
	background-color: #116;
	border: 1px solid #CEF;
	color: #EEF;
}

div#header {
	position: absolute;
	left: 5%;
	z-index: 1;
}

div#headerFiller {
	position: absolute;
	left: 10%;
	width: 90%;
	height: 75px;
	background: url("./images/tdsfooter.png");
	overflow: auto;
	z-index: 0;
	margin-top: 0px;
}

div#navContainer {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 100px;
	left: 5%;
	font-size: 10pt;
}

div#navHeader {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 150px;
	overflow: hidden;
}

div#navBody {
	display: block;
	background: url("./images/navFiller.png");
	width: 150px;
	text-align: center;
	color: #cceeff;
	padding: 0px;
	margin: 0px;
}

div#navBody div.nav {
	cursor: pointer;
	width: 140px;
	border-bottom: 1px solid #6666aa;
	margin: auto;
}

div#navBody div.navOver {
	cursor: pointer;
	color: #000066;
	background-color: #6666ff;
	width: 140px;
	border-bottom: 1px solid #6666aa;
	margin: auto;
	font-weight: bold;
}

div#footer {
	top: 575px;
	position: absolute;
	display: block;
	vertical-align: bottom;
	width: 100%;
	height: 75px;
	background: url("./images/tdsfooter.png");
	overflow: auto;
	text-align: center;
}

div#footer p {
	margin-top: 10px;
	vertical-align: middle;
}

td#contentCell {
	height: 100%;
	width: 100%;
}

div#contentContainer {
	position: absolute;
	left: 25%;
	width: 70%;
	top: 100px;
	height: 50%;
}

table#contentTable {
	width: 100%;
}

div#contentDiv {
	display: block;
	height: 400px;
	overflow: hidden;
	width: 100%;
	
}

div#contentDiv p {
	margin-right: 20px;
	text-align: justify;
	text-indent: 5ex;
}

div#contentDiv p.normalPara {
	text-align: center;
	text-indent: 0ex;
}

div#contentDiv p.normalParaLeft {
    text-indent: 0ex;
}

div#scrollUp {
	margin-bottom: 350px;
}

div#scrollDown {
	
}

