﻿*
{
    
  /* 
    Defines the main font used throughout the entire site 
  */
  /*font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;*/
  font-family:'Open Sans', Arial, sans-serif;
  font-size : 12px;
  /*Webkit is to preserve fontsize when rotating iPhone*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

/* ----- CORE TWO SETTINGS FOR THE HOMEPAGE ------- */

body
{
    /* 
    This is the area around everything. Like the frames of a painting. 
    The beige color is the color on the left, right and bottom
    */
        
    margin:0; 
    background-color: #68A4C4;
    /*background-color: beige;*/
    /*background: url('/Icons/bggraytx4.jpg') left top;*/
    z-index:-2;
    color: #222; 
    
    
}


.wholepagewrapper2
{ 
    /* ----- THIS IS WHERE WE PUT THE MARGIN AROUND THE WHOLE PAGE ------- */
    /* ----- THIS IS THE WRAPPER FOR THE WHOLE CONTENT PAGE ------- */
    /*margin: 10px auto;*/
   /*margin: 0px auto;*/
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
   margin-left: 0px;
   margin: auto;

    text-align:center;

  /*max-width: 1500px;*/
  /*max-width: 96%; */
  /*max-width: 1300px; */
  
  /*width: 96%; 
  height: 90%;*/

  width: 100%; 
  height: auto;


  /*background: #fff; */
  /*background: url('/Icons/bggreen.jpg') left top;*/
  background-color: white ; 

}

