/*  
	*******************************************
	***           Primary Styles.
	*******************************************

	Body .......................................... #bodystyle
	
	PageHeader .....................................div.PageHeader
	
	PageSubheader ................................. div.PageSubHeader
	
	CallToAction .................................. div.CallToAction

	Instructions Box  ............................. div.InstructionsBox 

	Instructions Label  ........................... div.InstructionsLabel 
	
	Instructions Text  ............................ div.InstructionsText 

	TOC Box  ....................................... div.TOCBox 

	TOC Label  ................................... div.TOCLabel 
	
	TOC Text  ................................... div.TOCText 
	
	Body Container................................. div.BodyContainer

	Body Text Container.............................div.BodyTextContainer
	
	Intro Text......................................div.IntroText
	
	Links Vertical Container....................... div.LinksVerticalContainer

	Intro Text...................................... div.IntroText  

	Separater Bar...................................div.SeparaterBar

	Two Columns Column..............................div.TwoColumnsColumn


** Colors **

Alice (very light!) Blue #F0F8FF
PaleTurquoise  #AFEEEE 
LightCyan  #E0FFFF 
WhiteSmoke  #F5F5F5 


** Revisions **

1. 2/19/06 -- create.

2. 8/16/06 -- updates.

*/ 	 




/*  
	%%%%%         Body Style          %%%%%
*/ 
	#bodystyle 
	{
		background-color: white;
		background-image: none;
		
		margin: 5px; 
		padding: 0px;

 	}



/*  
	%%%%%         PageHeader Style          %%%%%
*/ 
	div.PageHeader 
	{
	
		text-align:center;
		color:navy;
		font-size:200%;

		margin: 5px; 
		padding: 0px;

 	}

/*  
	%%%%%        PageSubHeader Style          %%%%%
*/ 
	div.PageSubHeader 
	{
		text-align:center;

		color:navy;
		font-size:150%;

		margin: 5px; 
		padding: 0px;

 	}

/*  
	%%%%%        CallToAction Style          %%%%%
*/ 
	div.CallToAction 
	{
		text-align:center;

		color:maroon;
		font-size:120%;

		margin: 5px; 
		padding: 0px;

 	}

/*  
	%%%%%         Instructions Box            %%%%%
*/ 

	div.InstructionsBox{
		width: 500px;	

		background-color: #E6E6FA;

		border-width: thin;
		border-style: solid;
		border-color: #CCCCCC;

		padding: 10px;
	
		clear: both;
	} 

/*  
	%%%%%         Instructions Label          %%%%%
*/ 
	div.InstructionsLabel
	{
	
		text-align: left;
		font: bold;
		font-size: 125%;
		
		line-height: 110%; 

		padding: 0px 0px 5px 0px;	
	}

/*  
	%%%%%          Instructions Text           %%%%%
*/ 

	div.InstructionsText
	{

		text-align: left;
		font: bold;
		line-height: 110%; 

		padding: 0px 0px 0px 0px;	
	}


/*  
	%%%%%         TOC Box            %%%%%
*/ 

	div.TOCBox{
		width: 600px;	

		background-color: #E6E6FA;

		border-width: thin;
		border-style: solid;
		border-color: #CCCCCC;

		padding: 5px;
	
		clear: both;
	} 

/* 
	%%%%%         TOC Label          %%%%%
*/ 
	div.TOCLabel
	{
	
		text-align: left;
		font: bold;
		font-size: 125%;
		
		line-height: 110%; 

		padding: 0px 0px 5px 0px;	
	}

/*  
	%%%%%         TOC Text       %%%%%
*/ 

	div.TOCText
	{
		text-align: left;
		line-height: 120%; 

		padding: 3px;	
	} 

/*  
	%%%%%     Body Container   %%%%%
*/ 	 
	div.BodyContainer
	{
		width: 700;
	}
	
/*  
	%%%%%     Body Text Container   %%%%%
*/ 	 
	 
	div.BodyTextContainer
	{
		line-height: 150%;
		width: 90%;
		float: left; 
		/* top, right, bottom left */	
		margin: 0cm 0cm 0cm 0cm ;
		
		padding: 10;

		border-width: 2;
		border-style: solid;
		border-color: lavender;
		
		font-size: 110%;
		font-weight: 250%;
	}

/*  
	%%%%%     Links Vertical Box    %%%%%
*/ 	 
	 
	div.LinksVerticalContainer
	{
		font-size:90%;
		width: 23%;
		float: left;
	}


/*  
	%%%%%      Intro Text Style        %%%%%
*/ 	 
	 
	div.IntroText
	{
		color: navy; 
		font-size: 120%;
		line-height: 120%;
	}	



/*  
	%%%%%    SeparaterBar     %%%%%
*/ 
	div.SeparaterBar
	{

		width:100%;
		
		/* top, right, bottom left */			
		margin: -40 0 0 0;
		color: navy; 
		font-size: 400%;

		text-align:center;
	}

/*  
	%%%%%   use for columns in a two column table     %%%%%
*/
	div.TwoColumnsColumn
	{
		width:45%;
		float:left;
		
		margin-left: 2%;
		margin-right: 2%;		
	}	

	
	.EvenRowNumberLine
	{

		background-color:  #FFFFFF;
	}
	
	.OddRowNumberLine
	{
		
		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;
	}
*/ 
