﻿
        body  
        {
            color:rgb( 30, 60, 87 );
            font-family:Arial;
            padding:20px;
            background-color:rgb(32,62,89);
            /* background-image:url(background.gif); */
        }
        
        a
        {
            font-style:italic;
            font-weight:bolder;
        }
        
        h1
        {
            color:rgb(240, 248, 255);
            /* background-color:rgb( 30, 60, 87 ); */
            font-family: Papyrus, Arial;
            font-weight:bolder;
            padding-top:20px;
            box-shadow: 6px 6px 6px #828282;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#1E3C57), to(#7897B3)); 
            background-image: -moz-linear-gradient(top, #1E3C57, #7897B3); 
            background-image: linear-gradient(#1E3C57, #7897B3);
            filter: progid:DXImageTransform.Microsoft.gradient  (startColorstr=#1E3C57, endColorstr=#7897B3);
            padding-left: 5px;
        }
        
        h2
        {
            background-color:rgb(168,195,219);
            box-shadow: 6px 6px 6px #828282;
            text-shadow: 2px 2px 2px #828282;
            padding-top: 10px;
            padding-bottom: 6px;
            padding-left: 5px;
        }

        /* Style Definitions */
        p.MsoNormal, li.MsoNormal, div.MsoNormal
        {
            margin-right: 0pt;
            text-indent: 0pt;
            margin-top: 0pt;
            margin-bottom: 0pt;
            text-align: left;
            font-family: "Times New Roman";
            font-size: 10.0pt;
            color: black;
        }
        ol
        {
            margin-top: 0in;
            margin-bottom: 0in;
            margin-left: -2197in;
        }
        ul
        {
            margin-top: 0in;
            margin-bottom: 0in;
            margin-left: -2197in;
        }
        @page
        {
            size: 8.0302in 11.0in;
        }
        
        .firstlesson
        {

        }

        #myFooter a, footer
        {
            font-style:italic;
            font-size:small;
        }
                
        .spanExample
        {
            font-weight:bolder;
        }     
        
        #wrapper  
        {
            width: 800px;  
            margin-left: auto;  
            margin-right: auto; 
            border-color:rgb( 30, 60, 87 );
            /*border-width:3px;*/
            /*border-style:solid;*/
            padding:8px;
            background-color:rgb(240, 248, 255);
            /*-webkit-border-radius: 25px; */
            /*-moz-border-radius: 25px; */
            /* border-radius:20px; */
            /*box-shadow: 9px 9px 9px #828282;*/
            box-shadow: 12px 12px 12px rgb(14,28,39);
        }
        
        .headerImage
        {
            border-style:none;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius:12px;
            box-shadow: 6px 6px 6px #828282;
        }
        
        hr
        {
            box-shadow: 2px 2px 2px #828282;
        }

        iframe
        {
             box-shadow: 6px 6px 6px #828282;
        }
        
        .speakerPhotos
        {
            box-shadow: 6px 6px 6px #828282;
            -webkit-border-radius: 25px; 
            -moz-border-radius: 25px; 
            border-radius:20px; 
        }
        
        .speakerTable
        {
            text-decoration:none;
            border-style:none;
        }
        
        .speakerTable table
        {
            width:100%;
        }
        
        .speakerTable td
        {
            margin-left:auto;
            margin-right:auto;
            width: 33%;
            text-align:center;
            font-style:normal;
            text-decoration:none;
        }
        
        .speakerTable a
        {
            text-align:center;
            font-style:normal;
        }
        
        .speakerTable tr, image
        {
            text-decoration:none;
            font-style:normal;
            border-style:none;
        }