/*  
	*******************************************
	                 Basic Body Styles Type 1
	*******************************************

<p style={clear:both;}> </p>
	
** Revisions **

1. 2/19/06 -- create.

*/ 	 

/*  
	%%%%%         Body Style          %%%%%
	used for the html page style.  
*/ 
	#PageStyle 
	{
		background-color: white;
		margin-left: 5%; 
 	}

/*  
	%%%%%     Main Page Container    %%%%%
*/ 	 
	div.MainContainer
	{
		width: 95%;
		padding-top: 10px;
		padding-bottom: 10px;
	
		float:left;
		clear: both;
/*
		border-style: solid;			
		border-width: 1px 2px 2px 1px;
		border-color: lavender;
*/
	}	

/*  
	%%%%%    Main Left Cell Container  (1 of 3) %%%%%
*/ 	 
	div.MainLeftCell
	{
		padding-left: 3px;
		
		color: gray;
		width:20%;

		text-align: left;
		float: left;
	}

/*  
	%%%%%    Main Mid Cell Container  (2 of 3) %%%%%
*/ 	 
	div.MainMidCell
	{	
		padding-left: 3px;
		padding-right: 3px;
			
		width:60%;
		text-align: center;
		float: left;	
	}	
/*  
	%%%%%    Main Right Cell Container  (3 of 3) %%%%%
*/ 
	div.MainRightCell
	{
		padding-right: 3px;
		color: black;
		width:20%;

		text-align: left;
		float: left;
	}
	
/*  
	%%%%%     Body Text Box    %%%%%
*/ 	 
	 
	div.BodyTextContainer
	{
		width: 75%;
		float: left; 

		padding: 0 0 0 0;		
	}

/*  
	%%%%%     Links Vertical Box    %%%%%
*/ 	 
	 
	div.LinksVerticalContainer
	{
		font-size:90%;
		width: 23%;
		float: left;
	}


/*  
	%%%%%       Intro Text Style        %%%%%
*/ 	 
	 
	div.IntroText
	{
		text-align: left;
		color: navy; 
		font-size: 100%;
		line-height: 100%;
	}	

/*  
	%%%%%       Body Text Style        %%%%%
*/ 	 
	 
	div.BodyText 
	{
		color: black; 
		font-size: 110%;
		line-height: 110%;
	}	


	.EvenRowNumberLine
	{

		background-color:  #FFFFFF;
	}
	
	.OddRowNumberLine
	{
/*
Alice (very light!) Blue #F0F8FF
PaleTurquoise  #AFEEEE 
LightCyan  #E0FFFF 
WhiteSmoke  #F5F5F5 
*/		
		background-color:#E0FFFF;
	}	
/*  
	%%%%%    generic list item formatting     %%%%%


	div.LineItemsText
	{
 		padding-top: 5px;
 		padding-bottom: 5px;

/*		between text and right margin    */ 
/*		 padding-right: 20px;        */


/*		between bullet and text          */
/*
 		padding-left: 10px;
 
		color: black; 
		font-size: 90%;
		font-style: normal;
		font-family: Arial, sans-serif;
	}
*/ 

/*  
	%%%%%    Page Bottom Container    %%%%%
*/ 	 
	div.BottomContainer
	{
		width: 95%;
		margin: 10px 0px 2px 0px;
		padding: 2px;
	
		float:left;
		clear: both;
/*
		border-style: solid;			
		border-width: 1px 2px 2px 1px;
		border-color: lavender;
*/
	}	

	.FooterText
	{
		text-align: center;
		color: navy;
		font-size: 90%;
		font-weight: bold;
	}	


div.CloseButton{
	
	margin: 5;
	
	text-align: center;
	clear: both;
}	
	
div.NextPageRow{
	width: 100%;
	clear: both;
/*	
	

	height: 0;	
	padding: 0;
	margin: 0;
*/
}
