/*  
	*******************************************
	***            Campaign Website Styles.
	*******************************************
	
** Revisions **

1. 12/10/06 -- create.

*/ 	 

/*  
	%%%%%     Header Container    %%%%%
*/ 	 
	div.HeaderContainer
	{
		width: 95%;
		padding: 2px;
	
		float:left;
		clear: right;
/*
		border-style: solid;			
		border-width: 1px 2px 2px 1px;
		border-color: lavender;
*/
	}

/*  
	%%%%%     Header Left Container  (1 of 3) %%%%%
	also cell containers for title, subtitle, call to action
*/ 	 
	div.HeaderLeftCell
	{

		color: gray;
		width:20%;

		text-align: center;
		float: left;
	}

	div.HeaderGraphic	
	{
		text-align:center;

		float:left;
		clear: both;
		overflow: hidden;
	}
		
	div.HeaderTitleText
	{
		margin: 10px 0px 10px 0px;	
		text-align: center;

		font-size: 150%;
		color: navy;
	}	

	div.HeaderSubTitleText
	{
		margin: 5px 0px 5px 0px;	
		padding: 5px;
		text-align: center;

		font-size: 135%;
		color: maroon;
	}	

	div.CallToActionText
	{
		margin: 5px 0px 5px 0px;	
		padding: 5px;
		
		text-align: center;		
		
		color: black;
		font-size: 110%;
	}		

	
/*  
	%%%%%     Header Mid Cell Container  (2 of 3) %%%%%
*/ 	 
	div.HeaderMidCell
	{
		width:60%;
		text-align: center;
		float: left;	
	}
}

/*  
	%%%%%     Header Right Cell Container  (3 of 3) %%%%%
*/ 	 
	div.HeaderRightCell
	{
		width:0%;
		text-align: center;
		float: left;
	}
}
