/***********************************************/
/* 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 {
	height: 90px;
	border-bottom-width: 0px;
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 0px;
	top: 0px; 
  height: 90px;
  width: 760px;
}
/*  adjust top/left depending on banner
    change color as needed */
.headerTitle {
    color: #000;
	left: 210px;
	top: 10px; 
}

/*  adjust top/left depending on banner
    change color as needed */
.headerSubTitle {
    color: #000;
	left: 210px;
	top: 30px; 
}

/*  headerLink link colors may need to change for more contrast.
    link and visited colors should be the same.  Hover should be different.  */

.headerLink 
{
	font-weight:bold;
	padding-top: 75px;
}

/*
.headerLink a:link {
	color: #000;
}

.headerLink a:visited {
	color: #000;
}

.headerLogout a:link {
	color: #000;
}

.headerLogout a:visited {
	color: #000;
}

.headerLogout a:hover {
	color: #6699FF;
}
*/

.headerLogout
{
	font-weight:bold;
}