/* Site Home Page Style Sheet */
/* ver00: 2009 Jul 15 jos     */
/* ver01: 2010 Jul 22 jos     */
/* consolidates css pages     */

body {
   font-family:"Times New Roman", Ariel;
  }


table {
   background:white;
   border:0px;
   margin-left:auto;
   margin-right:auto;
   padding:0px 0px 0px 0px;
   width:720px;
  }


/* begin td description */   
td {
  background-color:white;
  margin-left:auto;
  margin-right:auto;
}

 .sideL {
   background-color:#ffffff;
   border:3px solid #99ccff;
   margin:0px;
   width:540px;
  }

 .sideR {
   border-bottom:3px solid #99ccff;
   border-right:3px solid #99ccff;
   border-top:0px;
   border-left:0px;
   background:#ffffcc;
   margin:0px;
   width:160px;
  }
  
.banner {
   background-color:#99ccff;
   margin: 0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   text-align:center;
   width:540px;
  }

 .ddown {
   margin:0px 0px 0px 0px;
   background:#2E3A3F;
   text-align:left;
   width:540px
  }
/* end td description */



/* begin paragraph description */
p {
    color:blue;
    font-family:'Times New Roman', Ariel;
    margin:0px 20px 0px 20px;
    margin-right:20px;
    text-align:left;
   }

 .banner {
    margin:0px;
    padding:0px;
    text-align:center; 
   }
   
 .bannerR {
    border:0px;
    border-top:3px solid #99ccff;
    border-right:3px solid #99ccff;
    background:#ffffcc;
    margin:0px;
    width:160px;
   }


 .center {
    margin:0px 0px 0px 4px;
    margin-left:auto;
    margin-right:auto;
    text-align: center
   }

 .mar20LR {
   margin:0px 20px 0px 20px;
   color:blue;
  }
  
 .mar06LR {
   margin:0px 6px 0px 6px;
   color:blue;
  }
/* end paragraph description */
 

img {
  margin:0px auto 0px auto;
  border:0px;
}




a:link     {color:blue;  text-decoration:underline;}
a:visited  {color:blue;  text-decoration:underline;}
a:hover    {color:green; text-decoration:none;}
a:active   {color:blue;   text-decoration:underline;}

/* END STYLE SHEET: css/home.css */
/* end of file */
