﻿body 
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 90%;
}

/* Header Block */

.header
{
    width: 100%;
}

.menuBlock 
{
    position: relative;
    top: 10px;
    left: 180px;
    width: 80%;
}

.DynamicMenu 
{
    background-color: Red;
    color: #336600;
    padding: 5px 5px 5px 5px;
}

.topDivision 
{
    width: 100%;
    clear: left;
}

.toplogo
{
    float: left;
    width: 20%;
    height: 45px;
    background-image: url(images/DevExecLogo.png);
    background-repeat: no-repeat;
}

.highline
{
    float: left;
    width: 80%;
    height: 45px;
    background-image: url(images/highline.png);
    background-repeat: repeat-x;
}

/* Main Block */

.mainBlock 
{
    clear: both;
    width: 100%;
}

.mainbody
{

    padding: 1% 1% 1% 5%;
    width: 65%;
}

.MainContentLeft 
{
    float:left;
    width: 45%;
    min-width: 300px;
    padding: 0% 2% 0% 2%;
    text-align: justify;
    border-right: thin solid #CCD45A;
}

.MainContentRight 
{
    float: left;
    width: 45%;
    min-width: 300px;
    padding: 0% 2% 0% 2%;
    text-align: justify;
    border-right: thin solid #CCD45A;
}

.sidebar 
{
    padding: 5px 5px 5px 5px;
    float: right;
    width: 25%;
}

.footer
{
    clear: both;
    width: 100%;
    font-size: 8pt;
}

.topline
{
    height: 45px;
    background-image: url(images/line.png);
    background-repeat: repeat-x;
    padding: 15px;
}

.TextBlock
{
    width: 58%;      
    float:left;
    padding: 1% 5%;
    margin: 1% 1%;
}

.ImageBlock
{
    width: 26%;
    float:left;
    padding: 1% 1%;
    margin: 1% 1%;
}

.LinkBlock 
{
    margin: 0px 15px;
    clear: both;
    width: 100%;
    padding: 1% 5%;
    margin: 1% 1%;
}

.breadcrumbs 
{
    font-size: 8pt;
}

/* Headings */

h1, h2 
{
    text-align: center;
    color: #336600;
    /*color: #797979; */
}

h3
{
    font-family: Serif;
    font-size: 14pt;
    color: #2A4C15;
}

h4 
{
    font-family: Serif;
    font-size: 12pt;
    text-align: center;
    color: #797979;
}

h5 
{
    font-size: 11px;
    font-weight: bold;
    color: #2A4C15;
}

/* links */

a 
{
    color: #336600;
    text-decoration: none;
}

a:hover 
{
    color: #003000;
}

a.footerlink:link
{
    color: Black;
    text-decoration: none;
}

a.footerlink:visited
{
    color: Black;
    text-decoration: none;
}

a.footerlink:hover
{
    color: #003000;   
}

.BigLink 
{
    font-size: large;
}

.CenterLink 
{
    font-size: x-large;
}

.statement
{
	text-align: left;
	font-size: small;
	vertical-align: middle;
}

.MenuItem 
{
    color: #336600;
}

blockquote 
{
    font-style: italic;
}

/* #B3CF03; */
/* #ECFFD9 */
ul 
{
    list-style-image: url(images/boxgreen.png);
}

hr 
{
    color: #336600;
}

.PageHeading
{
}

.cvHeader 
{
    width: 100%;
    font-size: large;   
    text-align: center;
}

.SubmitCVControl 
{
    background-color: #CCD45A; /* RR GG BB */   
    width: 95%;
}

.cvBody 
{
    padding: 5px 20px 5px 20px;
    font-size: 85%;
}

.cvLink 
{
    text-align: center;
    font-weight: bold;
}

.righttext 
{
    width: 94%;
    text-align: justify;
    font-size: 8pt;
}

.rightinnertext 
{
    padding: 5px 20px 5px 20px;
}

.DescriptiveStatement
{
	text-align: left;
	font-size: 9px;
	vertical-align: middle;
}
