﻿body 
{
    font-family: Calibri;
}

.siteLayout
{
    width:1024px;
    height:400px;
   
}
.headerMiddle
{
    font-family: Calibri;
    background-color: #663300;
    color: #ffffff;
    border-collapse: collapse;
    width:1024px;
}
.headerOuterBand
{
    background-color: lavender;
    width: 100%;
    height: 8px;
}

.headerCell
{
    width:133px;
    text-align:center;
    border-collapse:collapse;
}
.logo
{
    font-family: 'Felix Titling' , Calibri;
    color: #663300;
    text-align: center;
    font-size: 18pt;
}
.sectionTitle
{
    font-size: 14pt;
    color: #663300;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight:bold;
}
.sectionSubTitle
{
    font-size: 12pt;
    color: #663300;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 10px;
    font-weight:bold;
}
.text
{
    text-align: left;
    color: #666666;
}   
.sectionLeftColumn
{
    width:500px;
    vertical-align:top;
}
.sectionRightColumn
{
    width:300px;
    vertical-align:top;
}
.sectionPortfolioLeft
{
    width:150px;
    vertical-align:top;
}
.sectionPortolioCenter
{
    width:400px;
    vertical-align:top;
}
.sectionPortfolioRight
{
    width:400px;
    vertical-align:top;
}
.contactLabelColumn
{
    width:150px;
    color: #666666;

}
.contactTextColumn
{
    width:300px;
    vertical-align:top;
}
.contactTextBox
{
    width:300px;
    vertical-align:top;
}
.spacer
{
    width:20px;
}
a {
   text-decoration: none;
}
a:link {
   color: #ffffff;
}
a:visited {
   color: #ffffff;
}
a:active {
   color: #ffffff;
}
a:hover
{
    color: goldenrod;
    font-weight: bold;
}

.footer
{
    color: #666666;
    font-size:12px;

}

