/*  
	*******************************************
	              Header Styles
	*******************************************
	
	Header Box....................... .HeaderBox
	Header Graphic................. .HeaderGraphic
	HeaderCenterBlock.................. .HeaderCenterBlock
	HeaderLogoLeft..................... .HeaderLogoLeft
	HeaderLogoRight................... .HeaderLogoRight
	HeaderText........................... .HeaderText
	SubheaderText..................... .SubheaderText
	CallToActionText............... .CallToActionText	

** Revisions **

1. 2/19/06 -- edits only.

*/ 

 /* width=213 height=66 width=183 height=70 */ 
 
 
.HeaderBox{
	background-color: #FFFFFF;
	width: 600;
	margin:0;
	clear:both;
	/*border: solid thin black;*/
}


.HeaderGraphic {
 	line-height: 100%; 
	width: 70%;
	/* top, right, bottom left */	
	margin: 0cm 0cm 0cm 0cm ;
}

.HeaderCenterBlock{
	width: 75%;
	float: left;	
}

.HeaderLogoLeft{
	width: 12%;
	float: left;
	overflow: hidden;
}

.HeaderLogoRight{
	width: 13%;
	float: right;
	overflow: hidden;	
}

.HeaderText {
   	color: navy;  
   	font-size: 175%; 
	line-height: 110%; 
	width: 80%;
	text-align: center;
	/* top, right, bottom left */	
	margin: .5cm 0cm .5cm 0cm ;
}

.SubheaderText{
   	color: navy;  
   	font-size: 150%; 
	line-height: 110%;
	width: 85%;
	text-align: center;	
	margin: 0cm 0cm .25cm .25cm ;	
}

.CallToActionText{
   	color: navy;  
   	font-size: 125%; 
	line-height: 110%;
	width: 85%;
	text-align: center;
	font: italic;	
}
