/* CSS Document */

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.gif);
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Verdana, Arial, Helvetica, sans-serif; /* for other IE versions */
}

#tblContainer {
	border: solid black 1px;
	margin-top: 10px;
}

.tblCellBlack {
	background-color: #000000;	
}

.tblCellWhite {
	background-color: #FFFFFF;	
}

.tblCellGray {
	background-color: #EEEEEE;	
}

.controlHeader {
	font-size: 120%;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/************* link styles ***************/

a:link,a:visited,a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a.tnav:link,a.tnav:visited,a.tnav:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

a.tnav:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#live {
	margin: 0px 5px 5px 5px;
}

	#live h1 {
	font-size: 150%;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: bold;
	color: #993333;
	}
	
	#live h2 {
	font-size: 130%;
	margin-left: 20px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	}
	
	#live h3 {
	margin-left: 120%;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#999999;
	}
	
	#live h4 {
	margin-left: 110%;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#999999;
	}
	
	a.h4:link {
	text-decoration:none;
	}
	
	a.h4:hover {
	color:#666666;
	text-decoration:underline;
	}
	
	#live p {
	font-size: 90%;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	color:#000000;
	}
	
	#live td {
	font-size: 100%;
	}
	
	#live ul li {
	margin-top:0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	}
	
	#live ol li {
	margin-top:0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	}
	
	#live img.illustration {
	border: solid #DDDDDD 5px;	
	margin-top:5px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
	#live a.link:link,a.link:visited,a.link:active {
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	}

	#live a.link:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}


#live {
margin-top: 2px;
margin-left: 8px;
margin-right: 0px;
margin-bottom: 0px;
}

	#live h1 {
	font-size: 150%;
	font-weight: bold;
	}
	
	#live h2 {
	font-size: 130%;
	font-weight: bold;
	}
	
	#live h3 {
	font-size: 120%;
	font-weight: bold;
	}
	
	#live h4 {
	font-size: 110%;
	font-weight: bold;
	}
	
	#live p {
	margin-top: 6px;
	margin-left: 35px;
	margin-right: 30px;
	margin-bottom: 20px;
	color: #000000;
	}

#footer {
text-align: center;
padding: 2px;

}

	#footer p {
	font-size: 80%;
	color: #DDDDDD;
	line-height: 120%;
	}

	#footer a {
	font-size: 90%;
	color: #FFFFFF;
	line-height: 120%;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
.copyright {
	font-size: 70%;
	color: #666666;
	text-align: center;
	
}

#footerNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNav li {
	width: 150px;
	margin-top: 4px;
}
#footerNav a:link, #footerNav a:visited, #footerNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
	display: block;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#footerNav a:hover {
	background-color: #009966;
}

#flash {
	z-index: 1;
}