body
    {
    background-color: white;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }

body, table, tr, td, p, div, ul, ol, li
   {
   font-family: verdana, arial, sans-serif;
   color: #066;
   font-size: 12px;
   font-weight: bold;
   }
   
form, select, option, textarea, input
    {
    font-family: verdana, arial, sans-serif;
    color: #066;
    font-size: 11px;
    font-weight: normal;
    }

.title
   {
   color: #066;
   font-weight: bold;
   font-size: 18px;
   padding: 5px 0px 0px 0px;
   }
   
.heading
   {
   color: #066;
   font-weight: bold;
   font-size: 15px;
   }

#mainContent
   {
   padding: 0px 15px 5px 10px;
   border: 0px solid pink;
   }

#copyright
    {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid red;
    z-index: 0;
    }

#featuredPropertiesTitle
    {
    width: 150;
    height: 15;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: visible;
    border: 0px solid red;
    }

#featuredPropertiesBox
    {
    width: 151;
    height: 350;
    background-color: #FFF;
    overflow: auto;
    z-index: 3;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #8EAA94;
    }

#featuredPropertiesBox a:link
    {
    color: #366;
    text-decoration: none;
    }

#featuredPropertiesBox a:visited
    {
    color: #366;
    text-decoration: none;
    }

#featuredPropertiesBox a:hover
    {
    color: #699;
    text-decoration: underline;
    }

#selectedProperty
    {
    color: white;
    background-color: #066;
    }

#countyPropertiesBox
    {
    width: 151;
    height: 350;
    background-color: #FFF;
    overflow: auto;
    z-index: 3;
    padding: 10px 0px 5px 0px;
    border: 1px solid #8EAA94;
    }

.textListing
    {
    padding: 0px 2px 10px 6px;
    font-size: 10px;
    font-weight: normal;
    }

#countyPropertiesBox a:link
    {
    text-decoration: none;
    }

#countyPropertiesBox a:visited
    {
    text-decoration: none;
    color: #003F81;
    }

#countyPropertiesBox a:hover
    {
    text-decoration: underline;
    }

.bigLinks 
    {
    color: #003FB4;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    }

.bigLinks a:link
    {
    color: #366;
    text-decoration: underline;
    line-height: 20px;
    }

.bigLinks a:visited
    {
    color: #366;
    text-decoration: underline;
    line-height: 20px;
    }    
    
.bigLinks a:hover
    {
    color: #699;
    text-decoration: none;
    line-height: 20px;
    }    

.redButton
    {
    font-size: 13px;
    font-weight: bold;
    }

.errorMsg
    {
    border: 2px solid red;
    background-color: white;
    color: #C00;
    padding: 0px 5px 15px 5px;
    margin: 0px 0px 20px 0px;
    }

.mainTable
    {
    border: 0px solid green;
    } 
    
    
.mainTable td
    {
    border: 0px solid green;
    } 
    
.mainTable td table td
    {
    border: 0px solid green;
    } 

a:link
    {
    color: #999;
    text-decoration: underline;
    }

a:visited
    {
    color: #999;
    text-decoration: underline;
    }    
    
a:hover
    {
    color: #066;
    text-decoration: none;
    }    

