a:link {
	text-decoration: none;
	color: green;
}
a:visited {
	text-decoration: none;
	color: green;
}
a:hover {
	text-decoration: underline;
	color: green;
}
a:active {
	text-decoration: underline;
	color: red;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(/images/body.gif);
	background-color: #000;
}
.Header {
	display: table;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-color: #000;
	padding-bottom: 5px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 0px solid #666;
}
.centerNavContainer {
	display: table;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	background-color: #000;
	border-style: solid;
	border-color: #666;
	border-top: 0px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 0px solid #666;
	padding-bottom: 0px;
}
.navigationDiv {
	display: table-cell;
	width: 152px;
	height: 100%;
	clear: none;
	float: left;
	background-color: #000;
	vertical-align: top;
}
.centerContent {
	display: table-cell;
	width: 621px;
	height: 100%;
	clear: none;
	float: right;
	vertical-align: top;
	background-color: #000;
	padding-left: 15px;
	padding-right: 10px;
}
.nbHeader {
	display: inline;
	position: relative;
	/*top: 25px;*/
	left: 10px;
}
.tsInfo {
	width: 300px;
	height: 75px;
	position: relative;
	float: right;
	display: inline;
	margin-bottom: 5px;
	background-color: #000;
	text-align: right;
	font-size: smaller;
	overflow: auto;
	padding-right: 4px;
	border-style: solid;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
	border-bottom: 0px solid #666;
}
.footer {
	display: table;
	width: 800px;
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #000;
	border-top: 0px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
}
.footerAd {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 15px;
}
.naviad {
        width: 160px;
        height: 600px;
        padding-left: 4px;
        padding-top: 10px;
}
.footerHR {
	width: 75%;
}
.textbox {
	border: 1px green solid;
	background-color: black;
	color: white;
}
.skyscraper {
	width: 120px;
	height: 600px;
	position: relative;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.footertext {
	margin-left: auto;
	margin-right: auto;
}
img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h2 {
	font-size: xx-large;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
