/* Site Home Page Style Sheet    */
/* ver00: 2009 Jul 15 jos        */
/* ver01: 2010 Jul 29 jos        */
/* consolidates css pages        */
/* 2010 Aug 04 verifies W3C, WDG */


body {
  background:white url('../img/bkgnd/img01.jpg') repeat fixed;
  color:black; }


/* begin table description */
table {
   background:white none;
   color:black;
   border:0px;
   font-family:'Times New Roman',Ariel,sans-serif;
   margin-left:auto;
   margin-right:auto;   
   padding:0px;
   width:640px; }
 
 .tblBanner{
   width:100%; }

 .tblDDown{
   width:540px; }
/* end table description */


/* begin td description */
td {
   background:white none;
   color:black;
   padding:0px;
   vertical-align:top; }

 .lcol {
   background:#99ccff;
   color:blue;
   padding:0px;
   text-align:center;
   height:600px; }


 .lcolShort {
   background:#99ccff;
   color:blue;
   padding:0px;
   text-align:center; }

 .lcolLong {
   background:#99ccff;
   color:blue;
   padding:0px;
   text-align:center;
   height:600px; }


 .rcol {
   background:white;
   color:black;
   text-align:left;
   padding:0px;
   width:540px; }

 .tdBanner {
   background:#99ccff none;
   color:black;
   width:100%; }

 .tdCover {
   background:#ffffcc none;
   color:black;
   text-align:center;
   width:540px; }

 .ddown {
   background:#2E3A3F;
   color:white;
   margin:0px;
   text-align:left;
   white-space:nowrap;
   width:100%; }
/* end td description */


/* begin paragraph description */
p {
  background:white none;
  color:black;
  font-family: "Times New Roman", Ariel, sans-serif;
  margin-left:20px;
  margin-right:20px;
  text-align:left; }

 .blockquote {
   margin-left: 40px;
   margin-right:40px; }

 .center {
   margin:0px;
   text-align:center; }

 .pCenter {
   margin:0px;
   text-align:center; }

 .right {
   margin-left:20px;
   margin-right:20px;
   text-align:right; }

 .pLnkLogo {
   background:#99ccff none;
   color:#99ccf0;
   margin-left:20px;
   margin-right:20px;
   text-align:center; }

 .pLnkR {
   background:#99ccff none;
   color:#99ccf0;
   margin-left:20px;
   margin-right:20px;
   text-align:right; }
/* end paragraph description */



/* begin custom text description */
 h1 {
   background:white;
   color:#990000;
   font-family:Helvetica,"Times New Roman",Ariel,sans-serif;
   font-size:150%;
   font-weight:bold;
   text-align:center; } 

span.spanT01 {
   background:white none;
   color:blue;
   font-family:Helvetica,"Times New Roman",Ariel,sans-serif;
   font-size:80%;
   font-weight:bold; }

 .h1T02 {
   background:#99ccff;
   color:#990000;
   margin:30px; }

span.spanT02 {
   background:#99ccff none;
   color:blue;
   font-family:Helvetica,"Times New Roman",Ariel,sans-serif;
   font-size:80%;
   font-weight:bold; }

 .h1T03 {
   background:#FFFFCC;
   color:#990000; }

span.spanT03 {
   background:#FFFFCC none;
   color:blue;
   font-family:Helvetica,"Times New Roman",Ariel,sans-serif;
   font-size:80%;
   font-weight:bold; }
/* end custom text description */


span.title01 {
   background:white none;
   color:#990000; 
   font-family:Helvetica,"Times New Roman",Ariel,sans-serif;
   font-size: 140%;
   font-weight: bold; }

span.title02 {
   background:white none;
   color:blue; 
   font-family:Helvetica,"Times New Roman",Ariel,sans-serif;
   font-size: 120%;
   font-weight: bold; }



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


.imgLogo {
   float:left;
   margin:10px 0px 10px 40px;  }


/* begin anchor description */
a:link     {background:white; color:#000066; text-decoration:none;}
a:visited  {background:white; color:#000066; text-decoration:none;}
a:hover    {background:white; color:red;     text-decoration:none;}
a:active   {background:white; color:#000066; text-decoration:none;}


a.rcol:link    {background:#99ccff; color:blue;  text-decoration:underline;}
a.rcol:visited {background:#99ccff; color:red;   text-decoration:underline;}
a.rcol:hover   {background:#99ccff; color:red;   text-decoration:underline;}
a.rcol:active  {background:#99ccff; color:white; text-decoration:underline;}

a.lnkL:link    {background:#99ccff; color:blue;  text-decoration:none;}
a.lnkL:visited {background:#99ccff; color:blue;  text-decoration:none;}
a.lnkL:hover   {background:#99ccff; color:green; text-decoration:none;}
a.lnkL:active  {background:#99ccff; color:red;   text-decoration:none;}

a.lnkR:link    {background:#99ccff; color:red;   text-decoration:none;}
a.lnkR:visited {background:#99ccff; color:red;   text-decoration:none;}
a.lnkR:hover   {background:#99ccff; color:green; text-decoration:none;}
a.lnkR:active  {background:#99ccff; color:red;   text-decoration:none;}

a.lnkP:link    {background:#99ccff; color:purple; text-decoration:none;}
a.lnkP:visited {background:#99ccff; color:purple; text-decoration:none;}
a.lnkP:hover   {background:#99ccff; color:green;  text-decoration:none;}
a.lnkP:active  {background:#99ccff; color:red;    text-decoration:none;}
/* end anchor description */
/* end of file */
