body    { font-family: Verdana, Arial, Helvetica, sans-serif; 
          background-color: #ffffff; 
          font-style: normal; 
          font-size: 100%; 
          font-weight: normal; 
          margin-left: 0px; 
          margin-top: 0px; 
          margin-right: 0px;
          background-image:url(images/andes.jpg);
	  background-repeat: no-repeat;
          background-position: 100% 0%
        }

h1   {font-weight: bold; font-size: 130%}
h2   {font-weight: bold; font-size: 100%}
h3   {font-weight: normal; font-size: 90%}
h4   {font-weight: normal; font-size: 70%}
h5   {font-weight: normal; font-size: 60%}

table {font-size: 100%}

table h1   {font-weight: bold; font-size: 130%}
table h2   {font-weight: bold; font-size: 100%}
table h3   {font-weight: normal; font-size: 90%}
table h4   {font-weight: normal; font-size: 70%}
table h5   {font-weight: normal; font-size: 60%}

#title { position:absolute; left:0px; top:0px; z-index:2; background-color: #99ff99 }
#bios { position:absolute; left:200px; top:175px; z-index:3 }
#tracts { position:absolute; left:10px; top:175px; z-index:3 }

.conbox { border-style: none ;
	  background-color: #fcfcfc;
	  opacity: .8;
	  filter: alpha(opacity=80);
	  -moz-opacity: .8;
          }
	  
.conbox-top { border-style: none ;
	  color: #000000;
}
	  
.conbox1 { border-style: dashed ;
          border-width :thin;
	  background-color: #f4f4f4;
	  opacity: .8;
	  filter: alpha(opacity=80);
	  -moz-opacity: .8;
          }

.fontsize {
             font-family: Verdana, Arial, Helvetica, sans-serif;
             font-style: normal;
             font-size: 80%;
             font-weight: bold;
             color: #336633
	     text-decoration: none;
             }
	     
.fontsize a:hover{
             color: #ff0000;
	     text-decoration: none;
}

.right {
	     background-color: #ffffff;
	     background-image:url(images/blue-right.jpg);
	     background-repeat: repeat-y;
             background-position: 100% 0%
	     }
.opaque   {
	     opacity: .3;
	     filter: alpha(opacity=30);
	     -moz-opacity: .3;
             }
