﻿*
{
    margin: 0;
}

body
{
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:9pt; 
    color:#333333;
    background-color: #767573;
}

.menuzindex
{ 
    z-index: 1000;
}

.layouttable
{
    text-align: center;
}

.layoutcols
{
    width: 25%;
}

.layoutmain
{
    width: 1024;
}

.maintable
{
    width: 1024;
}

.header
{
    background-color: #FFFFFF;
    background-image: url(/Images/headerright.gif);
    background-repeat: no-repeat;
    background-position: right;
    height: 102px;
    padding: 0;
    
}

.promo
{
    background-color: #FD7804;
    height: 48px;
    font-family: Verdana;
    font-size: 20pt;
    text-align: center;
    color: White;    
}

.spacercol
{
    width: 7px; 
    background-color: #E0E2DD;  
}

.navigation
{
    padding-top: 20px;
    background-color: #FDB110;
    width: 200px;
    vertical-align: top;
    padding: 5px;
    padding-left: 10px;
}

.content
{
    background-color: White;
    width: 824px;
    vertical-align: top;
    padding: 10px;
    text-align: justify;
    padding-bottom: 30px;
}

.contentright
{
    background-color: #C4C9C3;
    width: 100px;   
}

.footer
{
    border-top: solid 2px Black;
    background-color: White;
    background-position: right;
    background-image: url('/Images/sub_strip.jpg');
    background-repeat: repeat-y;
    height: 76px;
    vertical-align: middle;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

.pageImages
{
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
}

.homeImage
{
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 0; 
}

.logosProfile
{
    text-align: center;   
}

.logosText
{
    text-align: left;
    vertical-align: top;
    padding-top: 15px;   
}

.cv
{
    text-align: left;   
}

.cvHeader
{
    text-align: left;
}

.cvTable
{
    width: 100%;
}

.cvCellLeft
{
    width: 10%;
}

.cvCellRight
{
    width: 90%;
}

.subsContact
{
    text-align: center;
    border: solid 1px black; 
    background-color: #E0E2DD;
}

a:active 
{
    color:#000000; 
    font-weight: bold;
}

a:link 
{
    color:#000000; 
    text-decoration:none; 
    font-weight: bold;
}

a:visited 
{
    color:#000000; 
    text-decoration:none; 
    font-weight: bold;
}

a:hover 
{
    color:#000000; 
    text-decoration:underline; 
    font-weight: bold;
}


