/***********************************************/
/* Aviva Life and Annuity Company 99993        */
/* 99993banner.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 {
	border-bottom-color: #6d213f;
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 0px;
	top: 0px; 
}

/*  adjust top/left depending on banner change color as needed */
.headerSubTitle {
    color: #000;
	left: 450px;
	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:#000;
	font-weight:bold;
	padding-top: 80px;
}

.headerLink a:link {
	color: #003399;
}

.headerLink a:visited {
	color: #003399;
}

.headerLogout a:link {
	color: #003399;
}

.headerLogout a:visited {
	color: #003399;
}

.headerLogout a:hover {
	color: #6699FF;
}
