.divContainer {
   /* position: absolute;*/
   width : 99.9%;
   border : 0px dotted #00CC00;
   z-index : 1;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

.nycBG {
	background-image: url(images/ht_ts.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	width: 438px;
	height: 132px;
}

.whiteBlueBG {
	background-image: url(images/horizontal_sliver.gif);
    background-position: 0px 0px;
    background-repeat: repeat-y;
	width: 800px;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

#bottomContent {
	background-image: url(images/bottom.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	width: 800px;
	height: 81px;
	margin: 0px;
	padding: 0px;
}

a.wmpLink:link, a.wmpLink:visited, a.wmpLink:active, a.wmpLink:hover{
	text-decoration: underline;
	color: #0066CC;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* for the menu up top */
#navcontainer ul {
	margin: 0px 0px 0px 5px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: 15px;
	font-weight: 700;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	text-decoration: none;
	/*
	.25 = the top and bottom padding
	.50 = the left and right padding
	*/
	padding: .25em .50em;  /* was .20em 1em */
	color: #FFFFFF;
	background-color: #1D63A2;
}

#navcontainer ul li a:hover {
/*	color: #B3DBFF;
	background-color: #000000;*/
	
	color: #000000;
	background-color: #B3DBFF;
}

.current {
	color: #B3DBFF;
	background-color: 1D63A2#;
	padding: .25em .50em;
}

.dead {
	color: #BFBFBF;
	background-color: 1D63A2#;
	padding: .25em .50em;
}

.liveEvent {
	color: #FCCD37;
	background-color: 1D63A2#;
	padding: .25em .50em;
}
/* ************************************ */

#blueLine {
	font-size: 1px;
	margin: 0px;
	border-left: 3px #FFFFFF solid;
	border-right: 3px #FFFFFF solid;
	height: 5px;
	width: 794px;
	background-color: #4AB7E5;
}


