body           
{
         font-family      : Arial,Verdana, Helvetica, sans-serif;
         font-size        : 10pt;
         text-align       : center;
         color            : #000;
         background       : #eee;
         margin           : 0;
         padding          : 0;

}  


#container
{
    color                 : #000;
    background-image      : url(images/shadow_750.jpg);
	background-repeat     : repeat-y;
    background-color      : #fff;
    margin                : 0 auto;
	padding               : 0px 25px 0px 25px;
    width                 : 750px;
	text-align            : left;
}


.mainbody   
{
         font-family      : Arial;
         font-size        : 10pt;
         width            : 700px;        
         background-color : #fff;
         padding          : 0 50px ;
}  




#menubar{
         width            : 700px;
         float            : left;
         margin-top       : -5;

}

    tr.menubar {
         font-family      : Arial,Helvetica,Univers,Zurich BT,sans-serif;
         font-size        : 14pt;
         font-weight      : bold;
         color            : #FFFFFF;
         background-color : #015a00;   /*#2A74BB;*/
         width            : 700px;
         padding          : 0px 20px 10px 20px;
         margin-top       : 0;        
      }  

    td.menubutton {
         background-color : #015a00;   /*#2A74BB;*/
         border-color     : lightsteelblue;
         border-style     : solid;
         border-width     : 0px 0 0 0 ;
         padding          : 7px 5px 0 0 ;
      }

    a.menubutton{
         display          : block;
         float            : left;
         color            : white;
         font-family      : Arial;
         font-size        : 8pt;
         text-align       : center;
         text-transform   : uppercase;
         text-decoration  : none;
         font-weight      : bold;
         width            : 150px;
         background-color : #015a00;
         margin           : 0 5px 0 0 ;
         padding          : 5px 10px 5px 10px;
      }

    a.menubutton_active{
         display          : block;
         float            : left;
         color            : #2A74BB;
         font-family      : Arial;
         font-size        : 8pt;
         text-align       : center;
         text-transform   : uppercase;
         text-decoration  : none;
         font-weight      : bold;
         width            : 140px;
         background-color : #fff;
         margin           : 0 5px 0 0 ;
         padding          : 5px 10px 5px 10px;
         border-left      : 10px #015a00 solid;
      }

    a.menubutton:hover {
         color            : #FFF;
         text-decoration  : underline;
         background-color : #008400;

      }



h1              { font-family      : arial,verdana,sans-serif;
                  font-size        : 36px;
                  background-color : #fff;
                  color            : #015a00;
                  border-style     : solid;
                  border-color     : yellow;
                  border-width     : 0px 0px 0px 0px;
                  font-variant     : small-caps;
                  text-align       : center;
                  margin-bottom    : 20px;
                  margin-top       : 0px;
                  padding          : 2px 2px 0 2px;
                }

h2,h3
                { font-family      : arial,verdana,sans-serif;
                  color            : #015a00;
                  border-style     : solid;                                       
                  border-color     : #015a00;
                  border-width     : 0 0 2px 0; 
                  font-variant     : small-caps;
                  text-align       : left;

                }



h2
                { 
                  font-size        : 16px;
                  margin           : 10px 0 5px 0;
                  padding          : 2px;
                }

h3              { 
                  font-size        : 12px;
                  margin-top       : 10px;
                  padding          : 2px;
                }


div.icon {              float       : left;
                        width       : 150px;
                        text-align  : center;
                        clear       : none;
                        margin      : 0 0 20px 0;

}

div.features
{                       float       : left;
                        width       : 350px;
                        text-align  : left;
                        clear       : both;
                        margin      : 0 0 20px 0;

}



#banner
{

                  background-image  : url(/images/church-server_banner_80x760.jpg);
                  margin            : 0;
                  height            : 85px;
                  width             : 700px;
}

#banner h1
{
                  font-size         : 24pt;
                  background-color : transparent;
                  color            : #fff97f;
                  text-align       : right;
                  padding          : 0 20px 0 0;
}

table.zebra    {
                  border-collapse  : collapse;
                  border-color     : #cccccc;
                  border-style     : solid;
                  border-width     : 1px;
          
}

.zebra tr.row1         { font-family      : arial,verdana,sans-serif;
                  background-color : white;  
                  text-align       : left;
		          font-size        : 10pt;
                }

.zebra tr.row0         { font-family      : arial,verdana,sans-serif;
                  background-color : #F5F5FF;  
                  text-align       : left;
		          font-size        : 10pt;
                  border-color     : #000000;
                  border-style     : solid;
                  border-width     : 1px;
                }

.zebra tr.rowh th       { 
                  background-color : #dddddd;  
                  text-align       : left;
		          font-size        : 10pt;
                  font-weight      : bold;
                  border-color     : #CCCCCC;
                  border-style     : solid;
                  border-width     : 0px 1px 1px 0px;
                  padding          : 2px 0px 2px 5px;
                 }


.zebra tr.row1 td       { 
                  border-color     : #CCCCCC;
                  border-style     : solid;
                  border-width     : 0px 1px 0px 0px;
                  padding          : 2px 0px 2px 5px;
                 }

.zebra tr.row0 td       { 
                  border-color     : #CCCCCC;
                  border-style     : solid;
                  border-width     : 0px 1px 0px 0px;
                  padding          : 2px 0px 2px 5px;
                 }

