@CHARSET "ISO-8859-1";
	#masthead {
		width: 755px; 
		height: 180px; 
		min-width: 755px;
		min-height: 180px;
	}	

	#mhTop {
		height: 62px;
		width: 755px;
	}
	
	#mhUpperLeft {
		background: url('../images/masthead_UL.jpg'); 
		width: 330px; 
		height: 62px;
		margin: 0px 0px 0px 0px; 
		padding: 0px 0px 0px 0px;
		display: inline;
		float: left;
		text-indent: -9999px; //so we can write text for the link that will show up if styles are removed
		overflow: hidden; //and it won't show up on the styled page
	}
	
	#mhUpperRight {
		background: url('../images/masthead_UR.jpg'); 
		color: white; 
		top: 0px; 
		left: 330px;
		width: 425px; 
		height: 62px; 
		float: left;
	}
	
	#mhBottom {
		background: url('../images/masthead_BT.jpg'); 
		color: white; 
		top: 62px; 
		left: 0px;
		width: 755px; 
		height: 110px; 
		text-align: center;
	}
		
	.mainNavContainer {
		padding-top: 20px;
		vertical-align: bottom;
		width: 755px;
		height: 40px;
	}

