/***********************************************/
/* NASA ACES 00085     */
/* 00085banner.css                             */
/***********************************************/ 



/* Heading Levels 
---------------------------------------------------------------------------------------------------------------------------*/

/*  Add background-image if the client has a background image for their banner.
    The background-color may also be set to match the client's banner.  */

.header {
	background-color: black;
	border-bottom-width: 0px;
	height: 82px;
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 65px;
	top: 5px; 
  height: 72px;
  width: 72px;
}

/*  adjust top/left depending on banner
    change color as needed */
.headerTitle {
    color: #FFF;
	left: 210px;
	top: 20px; 
}

/*  adjust top/left depending on banner change color as needed */
.headerSubTitle {
    color: #FFF;
	left: 210px;
	top: 40px;
}

/*  headerLink link colors may need to change for more contrast.
    link and visited colors should be the same.  Hover should be different.  */

.headerLink 
{
	color:#FFF;
	font-weight:bold;
	padding-top: 65px;
}

.headerLink a:link {
	color: #FFF;
}

.headerLink a:visited {
	color: #FFF;
}

.headerLogout a:link {
	color: #FFF;
}

.headerLogout a:visited {
	color: #FFF;
}

.headerLogout a:hover {
	color: #FFF;
}
