/* Style_01.css *//*my first attempt at an external style sheet
  came from Layout 24.html 
  */
  
  /* Color Scheme from ColorScheme_1.ccs
  ShieldBlue	  #4278D3
  ShieldRed		  #D8001D
  ShieldLightRed  #F7CDD5
  ShieldLightBlue #E9ECF6
  ShieldDarkBlue  #204990
  AccentGreen	  #78D342
  AccentLightGreen #DBF4CC
  Black			   #000000
  White			   #FFFFFF
  */
  	
	body    { margin: 0; padding: 0; }
    body    { color: #000000; font: 16px Garamond, Times , serif; line-height: 18px; }
    h2      { color: #000000; font: 20px Arial, Helvetica, sans-serif; }
    a       { color: #204990 ; } 
    p       { margin: 0 0 18px; }
    #wrapper    { float: right; width: 100%; margin-left: -225px; }
    
    /* Header */
    #header     { background-color: #e9ecf6; padding-left: 15px ; padding-top: 18px ;border-bottom: 4px solid #4278D3; }
    #header h1    { color: #D8001D; margin-left: 90px;  }
    #header p   { color: #4278D3; font-size: 12px; font-weight: bold; margin-left: 90px;}
    #header ul    { list-style: none; margin-left: 90px; color: #204990; margin-top: 0px;}
    #header li    { display: inline; font: 14px Arial, Helvetica, sans-serif; font-weight: bold; padding-right: 10px; }
    
    /* Content Style */    
    #navigation   { background-color: #F7CDD5; border-bottom: 4px solid #D8001D; padding-left: 18px;  padding-top: 18px;  padding-bottom: 18px;}
    #navigation ul    { list-style: none; margin: 0; padding: 0; }    
    #navigation li    { font-size: 15px; line-height:25px ; margin: 0; padding: 0; }    
    #sidebar      { background-color: #DBF4CC; border-bottom: 4px solid #78D342; padding-left: 18px;  padding-top: 18px;  padding-bottom: 18px;}
    #sidebar small  { font-size: 11px; line-height: 18px; }
    #sidebar ul  { list-style: none ; margin-left:0px; margin-top:0px; padding-left: 0px; padding-bottom: 5px;}     
    #content p, #sidebar p { padding-right: 18px; }
    #feature_box  {border: 10px double #D8001D;  background-color: #DBF4CC; }
    #feature_box h1, #feature_box h2, #feature_box h3  { color: #D8001D; }

    
    /* Content Positioning & Size */
    #feature_box  {margin-left: 235px; width:  400px; padding: 18px; }
    #feature_box  {text-align:center; }
    #navigation   { float: left; width: 200px; }
    #content    { margin-left: 243px; padding-top: 18px; text-indent: 20px;}
    #sidebar      { float: left; clear: left; width: 200px; }   
	#youtube_clip { margin-left: 243px; }
    
	/* Footer */
    #footer     { background-color: #4278D3;  clear: both; width: 100%; }
    #footer a, #footer p    { color: #ffffff; font: 15px Arial, Helvetica, sans-serif; }
    #footer ul, #footer p    { list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
    #footer li    { display: inline; font: 16px Arial, Helvetica, sans-serif ; font-weight: bold; padding-right: 10px; }  
    #footer li, #footer p   { color: #ffffff; margin: 0; padding: 0 18px 10px; }
 
