/* ================================
   CSS STYLES: MGHerring Corporate
   ================================
*/   

.LeftPane
{ 
     margin: 0;
     padding: 0;
     background: #fff url(images/back.gif) no-repeat bottom left;
}
.LeftPaneHome
{ 
     margin: 0;
     padding: 0;
     background: #fff url(images/home.gif) no-repeat bottom left;
}
.LeftPaneProjects
{ 
     margin: 0;
     padding: 0;
     background: #fff url(images/projects.gif) no-repeat bottom left;
}
.LeftPanePress
{ 
     margin: 0;
     padding: 0;
     background: #fff url(images/press.gif) no-repeat bottom left;
}
.LeftPaneAbout
{ 
     margin: 0;
     padding: 0;
     background: #fff url(images/about.gif) no-repeat bottom left;
}
.LeftPaneContact
{ 
     margin: 0;
     padding: 0;
     background: #fff url(images/Contact.gif) no-repeat bottom left;
}
/*
.ContentPane
{
    font-family: 'courier new',courier,monospace;
    color: #000;
    background:red;
    border: 1px dotted #999;
    padding: 10px;
    margin: 10px;
    overflow: auto;
    height: 100px;
}
*/
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}