/*Style sheet for my web page - Henry T Sisson*/

body       {background-color: #9FA975;
            font-family: "Bookman Old Style", Batang, Arial;
            font-size: 14pt;
            color: #000000;
           }
.frame_wrap           {background-color:                  #9FA975;
                       font-family:                       "Bookman Old Style", Batang, Arial;
                       font-size:                         14pt;
                       color:                             #000000;
			           border-width:                      7px;
			           border-style:                     double;
			           border-color:                     #000000;
                       }

p          {font-family: "Bookman Old Style", Batang, Arial;
            font-size: 10pt;
            color: #000000;
           }

h2         {font-family: "Bookman Old Style", Batang, Arial;
            font-size: 24pt;
            color: #000000;
           }

h3         {font-family:"Bookman Old Style", Batang, Arial;
            font-size: 20pt;
            color: #000000;
           }

td         {Background-color: #9FA975;
            font-family: "Bookman Old Style", Batang, Arial;
            font-size: 14pt;
            color: #000000;
           }

hr         {Color: #000000;
           }
.top_statue             {background-color:               #9FA975;
                         font-family:                     "Bookman Old Style", Batang, Arial;
			             font-size:                        14pt;
			             color:                            #000000;
			             margin-right:                     20%;
			             margin-left:                      20%;
			             border-width:                      0px;
			             border-style:                     double;
			             border-color:                     #000000;
			             }

.statue_banner            {margin:                       7px;
                          }

.left_side               {display:                        inline;
                          position:                        absolute;
                          background-color:               #9FA975;
                          font-family:                     "Bookman Old Style", Batang, Arial;
			              font-size:                        14pt;
			              color:                            #000000;
			              margin-left:                     20px;
						  top:                              115px;
						  width:                            550px;
						  height:                           400px;
			              
						  padding:                          10px;
						  text-align:                       center;
			              }

.right_side               {display:                        inline;
                          position:                       absolute;
                          background-color:               #9FA975;
                          font-family:                     "Bookman Old Style", Batang, Arial;
			              font-size:                        14pt;
			              color:                            #000000;
						  margin-left:                      65%;
						  top:                              115px;
						  width:                            300px;
			              
						  height:                           600px;
						  text-align:                       center;
			              }
.thumbnail               {display:                        inline;
                          position:                       absolute;
                          background-color:               #9FA975;
                          font-family:                     "Bookman Old Style", Batang, Arial;
			              font-size:                        14pt;
			              color:                            #56585B;
						  margin-left:                      20px; 
						  width:                            550px;
						  height:                           70px;
						  top:                              525px;
			              
						  text-align:                       center;
			              }

