/* Style sheet for Building Walking Tour */
/* 2009 May 23 HTML 4.01 Strict          */
/* 2010 Aug 01 consolate style sheets    */
/* incorporates ~/css/aplc.css           */
/* 2010 Aug 01 validate CSS level 2.1    */ 


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


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



/* begin td description */
td {
   background:white none;
   color:black;
   margin:0px;
   padding:0px;
   vertical-align:top;
   width:440px; }
 
.tdBanner {
  background-color:#99ccff;
  padding:8px; }

 .tdDDown {
   background:#2E3A3F;
   color:white;
   text-align:left;
   width:540px
  }

 .tdLinks {
   background:#99ccff none;
   color:blue;
   height:600px;
   padding:0px;
   width:100px;
   white-space:nowrap; }


 .tdRight {
   background:white none;
   color:black;
   padding:0px;
   vertical-align:top;
   width:480px; }
/* end td description */


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

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

 .pButn {
    text-align:center; }

 .pLinks {
   background:#99ccff;
   color:blue;
   margin-left:20px;
   margin-right:20px; }
 
 .pLogo {
   background:#99ccff;
   color:blue;
   margin:0px;
   margin-left:20px; }   
/* end paragraph description */


/* begin custom text description */
h1.h1T01 {
   background:white;
   color:red;
   font-family:Helvetica,"Times New Roman",Ariel,sans-serif;
   font-size:150%;
   font-weight:bold;
   text-align:center;
   margin-bottom:0px;}
   
span.spanT01 {
   background:white none;
   color:blue;
   font-family:Helvetica, "Times New Roman", Ariel,sans-serif;
   font-size:80%;
   font-weight:bold; }
   
   h1.h1T02 {
   background:#99ccff;
   color:red;
   font-family:Helvetica,"Times New Roman",Ariel,sans-serif;
   font-size:150%;
   font-weight:bold;
   margin-top:20px;
   text-align:center; }
   
span.spanT02 {
   background:#99ccff;
   color:blue;
   font-family:Helvetica, "Times New Roman", Ariel,sans-serif;
   font-size:90%;
   font-weight:bold; }
/* end custom text description */
   
   
img {
   border:0px;
   margin:0px; }

 .imgLeft {
   float:left;
   margin:5px 0px 5px 20px; }


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

a.butn:link    {background:white;  color:#000066; text-decoration:none;}
a.butn:visited {background:white;  color:#000066; text-decoration:none;}
a.butn:hover   {background:white;  color:green;   text-decoration:none;}
a.butn:active  {background:white;  color:#000066; text-decoration:none;}

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

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