/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin: 0;
	padding: 0;
	background-color: #000033;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

#WHUTTodayBox {
	background-color: #e0ecff;
	padding: 5px;
}
#WHUTTodayBox, #WHUTTodayBox td {
	color: #000000 !important;
}

#Content {
	padding-top: 8px;
}

#Footer td, #LeftColumn, #LeftColumn td, #RightColumn, #RightColumn td {
	color: #FFFFFF;
}

#Footer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* change font mouseover colors here ----*/
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #AAAAAA;
	text-decoration: none;
}
a:hover {
	color: #00CCCC;
	text-decoration: underline;
}

#Content a:link {
	color: #0000FF;
	text-decoration: underline;
}
#Content a:hover {
	color: #0000FF;
	text-decoration: none;
}
#Content a:visited {
	color: #800080;
	text-decoration: none;
}


h1 {
	font-size: 20px;
	font-weight: normal;
	color: #003399;
	text-align: center;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #0066CC;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #777777;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}

#WhatsHappening div, #WHUTTonight div {
	font-size: 14px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin-bottom: 6px;
}