﻿body {
}

.leftcolumn
{
    width:250px;
    float:left;
}

.rightcolumn
{
    width:305px;
    float:right;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.sitemapheader {
    color:#553232;
    line-height:20px;
    width:520px;
    font-weight: bold;
    font-size: 12px;
    font-family: verdana, helvetica, arial, sans-serif;
    }   
    

.sitemapheader a:link {
   color:#553232;
   font-weight:bold;
   text-decoration:none;
   }
.sitemapheader a:visited {
   color:#553232;
   text-decoration:none;
   }
.sitemapheader a:hover {
   color:#2C2C2C;
   text-decoration:underline;
   }