body { /*  Background color and Image decleration */
       background: #aaaaaa;
       font-family: Arial, Vendana, Geneva, sans-serif;
       font-size: 16px;
       font-weight: normal;
       height: 1.2em;
       color: black;
     }

a:link { color: #0000cd;  /* MediumBlue */
         font-weight: bold; 
         background: white;
       }
a:visited { color: #ee82ee; /* violet */
             font-weight: bold;
             background: white;
          }
a:hover { background: yellow; }
a:active { color: red;
           background: white;
         }

.wraper1 {
            background: #ffffff;
	    width: 750px;
            height: 630px;
            margin: 0 auto 0 auto;
            padding: 0;
	 }
		 
.wraper2 {
            background: #eeeeee;
            padding: 20px 0 0 0;
            border-left: black double 6px;
            width: 369px;
            border-top: black solid 1px;
            height: 589px;
            float: left;

            font-weight: bold;
         }

.wrapper3 {
           margin: 0 0 0 375px;
           padding: 20px 0 0 0;
           width: 372px;
           height: 590px;
          } 

.lh1 { line-height: 2.0em; }

.lh2 { line-height: 1.7em; }

.lh3 { line-height: 3.0em; }

h1 { font-size: 1.1em;
     color: red;
     margin-bottom: 0;
   }

h2 { font-size: 1.1em;
     color: #ff0055;
     margin-bottom: 2px;
      
    }

.limrgn{ margin-top: 5px; } /* Margin for 1st Club to Header*/

.logo {

       margin-top: 145px;
       margin-right: auto;
       margin-left: auto;
       text-align: center;
      }

.Ftrs { width: 238px;
        margin-left: 5px;
        float: left;
        }

#FtrWrpr { 
          background: #dddddd;
          width: 750px;
          height: 40px;
          text-align: center;
          font-size: 0.85em;
          padding-top: 25px;
         }

#bult1 {list-style-type: square; }

.bult2 {list-style-type: disc; }

#bult3 {list-style-type: none; }

#bult4 {list-style-type: circle; }
          
