/* Blue stylesheet                        */
/* By Abby Byrnes                      */
/* Last updated: 9/29/08          */

/************************************** 
Colors used:

     #1d3b7e    navy blue
     #2b4d8e    medium blue
     #8dabce    powder blue
     #a6cbe7    sky blue
     #e0e9f3    palest blue

***************************************/

   div.main
     {
     width: 500px;
     padding: 10px 30px 15px 30px;    /* top, right, bottom, left */
   }

   div.masthead
     {
     font: 48pt Arial, san-serif;
     font-weight: 700;              /* bold */        
     color: #1d3b7e;              /* navy blue */
     padding-bottom: .25em;         /* make padding at bottom 1/4 masthead height */
   }

   div.submast
     {
     font: 24pt Arial, san-serif;
     font-weight: 700;              /* bold */        
     color: #2b4d8e;             /* medium blue */
     padding-bottom: .25em;
	 margin-top: 2em;
	 margin-bottom: 1em;
   }

   div.address
     {
     font: 9pt sans-serif;
     font-weight: 700;              /* bold */
     font-style: italic;
     color: #1d3b7e;                 /* navy blue */
     text-align: right;
   }

   div.phone
     {
     font: 20pt Arial Black, sans-serif;
     font-weight: 700;              /* bold */
     color: #AA0000;                /* red */
     text-align: left;
     padding-bottom: .5em;
   }

 

   div.pageTitle
     {
     font: 18pt Arial, sans-serif;
     font-weight: 700;              /* bold */
     color: #2b4d8e;                /* medium blue */
     padding-bottom: .5em;
   }


   div.content
     {
     font: 10pt Arial, sans-serif;
   }

  div.listTitle
     {
	 font-weight: 700;              /* bold */
   }

   li
     {
     list-style-type: square;
   }


  div.footer
     {
     border-top: 1pt solid #2b4d8e; 
	 clear:both;                     /* get clear of any floating things */
     font: 9pt Arial, sans-serif;
     font-style: italic;
     color: #1d3b7e;                /* navy blue */
  }

  /*
  a
     {
     color: #1d3b7e;                -------- navy blue 
     text-decoration: none;
  }
*/
  
  div.navbar
     {
     font: 10pt Arial, sans-serif;
     font-weight: 700;              /* bold */        
	 color: #FFFFFF;                /* white */
	 background: #1d3b7e;           /* navy */
     padding-left: 4px;
	 padding-top: 4px;
	 padding-bottom: 4px;
     margin-bottom: 1em;
   }

   
   /* within a div.navbar section, the a links will have a special style */

	
   div.navbar  a:visited
   {
	 color: #FFFFFF;               /* white */
    }

	
  div.navbar a:hover
     {
	 color: #FF0000;               /* red */

   }

/* could define a:visited for links that have been visited... */
/* could define a:active to set style for when a link is clicked... */


/* end stylesheet */
