/*==================================================*/
/*                                                  */
/*        The Project Sousa MAIN Style Sheet        */
/*                                                  */
/*        Copyright © 2005 by David P. Miller       */
/*                                                  */
/*==================================================*/

body {
    margin-top: 0;
    margin-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFF2CC;  /*  Color = pale orange */
    color: rgb(0,51,51);
    width: 104%;
    }

p.pstitle { 
    font-family: "Times New Roman", serif; 
    font-size: 2.8em;
    color: #008000; 
    font-style: italic; 
    font-weight: bold; 
    text-align: center;
    margin-top: .9em;
    }

p.normal{
    margin: 0 3em 0.8em 6em;
    font-size: 16px;
    line-height: 26px;
    }
    
p.copyright{
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
    color: rgb(180,128,96);
    }    

p.quote
    {
    font-family: "Times New Roman", "Times Roman", serif;
    font-size: 14px;
    color: black;
    background-color: rgb(255,248,187);
    padding: 6px;
    border: solid 2px;
    border-color: rgb(204,188,127) rgb(255,255,227) rgb(255,255,227) rgb(204,188,127);
    margin: 1em 9em 1em 10em;
    }
    
a:link
    {
    color: blue; 
    }
a:visited
    {
    color: rgb(177,5,183); 
    } 
a:active 
    {
    color: rgb(0,102,102);
    }
    
table.header
    {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    }

table.mainbody
    {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    background-color: #800000;
    }

table.midrow
    {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    }

.fadeimage
    {
    /*     images/BrownPeachFade.jpg    */
    background-image: url(images/BrownPeachFade.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    height: 100%;
    }

.leftcell
    {
    width: 16%;
    }
        
.browncell
    {
    background-color: #800000;
    }

.clearcell 
    {
    background-color: #fff2cc; 
    width: 68%;
    }
    
.edgecell
    {
    width: 16%;
    background-color: #800000;
    }    
    
h1, h2, h3, h4, h5, h6
    {
    font-family: "Times New Roman", "Times Roman", Times, serif;
    }
h1
    {
    color: RGB(150,24,24);
    margin: 0.5em 0 0 1em;
    font-style: italic;
    }
h2
    {
    color: rgb(61,170,61); 
    margin: 0 0 0 3em;
    font-size: 21px;
    }
h3
    {
    color: rgb(153,153,102); 
    }
h4
    {
    color: rgb(0,153,153);
    }
h5
    {
    color: rgb(102,102,102);
    }
h6
    {
    color: rgb(153,153,102);
    }

div.greenspacer
    {
    font-size: 4px;
    background-color: #063;
    width: 105%;
    line-height: 4px;
    }
/*==================================================*/
/*                                                  */
/*               IDs for DIV elements               */
/*                                                  */
/*==================================================*/

#MCSBHeader
   /* ------A Container for the Common Header ------- */
   {
   background-image: url(Images/BGStripForLogo233x11.jpg);
   background-position: left top;
   background-repeat: repeat-x;
   height: 233px;
   width: 105%;
   border-top: solid #fff .01em;
   border-bottom: solid rgb(244,228,167) 4px;
   }
   
#MCSBLogo
   {
   margin: 0;
   padding: 0;
   background-image: url(Images/TrebleMS4WithBG233x282.jpg);
   background-repeat: no-repeat;
   height: 233px;
   }   
   
#MCSBText
   {
   position: absolute;
   top: 40px;
   left: 300px;
   font-family: "Times New Roman", "Times Roman", serif; 
   font-size: 2.8em;
   color: #008000; 
   font-style: italic; 
   font-weight: bold; 
   text-align: Center 
   }   
   
#HeadPhotoBar
   {
   /*  background-color: rgb(244,228,167);  */
   } 
     
#HeaderPhoto   
   {
   height: 324px;
   }
   
#HeaderPhoto img
   {
   /*  border: double rgb(100,16,16) 8px;  */
   border: ridge rgb(150,100,86) 12px;
   margin-left: 5em;
   }   

#HNavbar
   /* -----A Container for the Horizontal Navbar----- */
   {
   position: relative;
   top: 0px;
   left: 0px;
   }

#VNavbar
   /* ------A Container for the Vertical Navbar------ */
   {
   position: relative;
   top: 0px;
   left: 0px;
   }
   
#Content
   /* -------A Container for the Text Content-------- */
   {
   background-color: #063;
   width: 105%;
   position: relative;
   padding-bottom: 1.5em;
   }

#maintext
   {
   background-color: rgb(244,228,167);
   margin-left: 160px;
   padding-bottom: 1.5em;
   border-top: solid #242 4px;
   border-left: solid #040 4px;
   }

