/*	body {background-color: #ffffee;}		  
	body {text-align: left;}*/

	body {
	font-size: 10pt;
	}

	#sddm {
		position: absolute;
		top: 100px;
		left: 10px;
		z-index: 500;
	}

	#cbtlogo {
		position: absolute;
		top: 5px;
		left: 5px;
	}


	#masthead {
		color: #fcfcfc;
		position: absolute;
		top: 8px;
		left: 120px;
		font-family: Courier New, serif;
		font-size: 150%;
		font-weight: bold;
		line-height: 90%;
		z-index:5;
	}


	#shadow {

		position: absolute;

		top: 10px;

		left: 122px;

		font-family: Courier New, serif;

		font-size: 150%;

		font-weight: bold;

		color: #000000;
		line-height: 90%;

		z-index:4;



	}



	#whatisthis {
		position: absolute;
 		top:    63px;
 		left:  120px;
 		width: 640px;
 		font-family: Verdana, arial, helvetica, san-serif;
 		font-size: 9pt;
 		font-weight: bold;	 
		color: #333333;
	}

	

	#TMail {
		position: absolute;
		top: 0px;
		left: 523px;
 		padding: 5px;
 	}


	#UTlogo {
		position: absolute;
		top: 30px;
		left: 538px;
		padding: 5px;
	}

	
	a {
		text-decoration: none;
		color:#032;	
	}

	a:hover {
		color: orange;
		font-size: 100%;
	}
	
	#weather {
		position: absolute;
		top: 0px;
		left: 718px;
	
	}

	#ToBoxOffice {
		position: absolute;
		top: 5px;
		left: 665px;
		padding: 5px;
		width: 45px;
		visibility: hidden;
		font-family: "Arial Narrow", Arial, Helvetica, Swiss, sans-serif;
		font-size: 14px;
		font-weight: bold;	
	}

	@media print {

		#top {display: none;}

		#masthead {display: none;}

		#whatisthis {display: none;}

	    #UTlogo {display: none;}

	    #cbtlogo {display: none;}

	}

