/* This section controls the look of the global header (maroon bar with workmark and U links). Colors never change.  */
#globalheader {background-color: #8c1919;
color: #fff;
border-bottom: 2px solid #999999;
	font-size: 11px;;}

.globalnav {
	color: #fff;
	background-color: transparent;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	vertical-align : middle;
;}
	
.globalnav a:link, .globalnav a:visited, .globalnav a:hover, .globalnav a:active {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
;}

#headerBox {border-bottom: 1px solid #999999;
;}

	
/* This section controls the look of the footer. Colors are set in colors.css   */
#footer p {
	padding: 5px 5px 5px 5px;
	margin: 0;
	font-size : 11px;;}

#footer a:link, #footer a:visited {text-decoration: none;;}
#footer a:hover, #footer a:active {text-decoration: underline;;}