	
/* HEADER */
#header{
	float:left;
	width:980px;
	height:192px;
	/* background:url(/GTSImages/chicago_headerbg.gif) repeat-x 0 0; */
	background-color: #B32025;
	position:relative;
	}
	
#subheader
{
    float: left;
    top:100px;
    width: 980px;
    height: 92px;    
    position:absolute;
    background-color: #CCCCCC;	
}

#logo a{
	width:500px;
	height:90px;	
	padding:0;
	position:absolute;
	left:4px;
	top:4px;
	overflow:hidden;
	}

#header .programtitle{
	position:absolute;
	top:25px;
	left:350px;
	width:300px;
	height: 180;
	float:left;
	font:20px "Trebuchet MS", Verdana, sans-serif;
	color:#FFFFFF;	
	font-weight:bold;
	}

#header .welcome{
	position:absolute;
	top:10px;
	right:190px;
	width:150px;
	float:left;
	font:11px "Trebuchet MS", Verdana, sans-serif;
	color:#FFFFFF;	
	}
	
	/* TOP MENU */

ul.top-menu li a{
	float:left;
	font:11px "Trebuchet MS", Verdana, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	}	

	
/* SUB MENU */

	
ul.sub-menu li a{
	color:#B32025;
	}					

ul.sub-menu li a:hover{
	color:#B32025;
	text-decoration:underline;
	}
	

	

