﻿html, body
{
    font-family: Arial, Helvetica, "San-Serif";
    font-size: 10pt;
    color: black;
    text-align: center;
    margin: 0;
    background: url(/images/logo_tile.jpg) repeat;
}

a{ color: #f68537;text-decoration: none; }
a:visited{ color: #f68537;text-decoration: none; }
a:hover{ text-decoration: underline; }
img{ border: 0; }

.wrapper
{
    width: 960px;
    margin: 0 auto;
    text-align: left;
    background: white;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
}

.blueBar
{
    background-color: #00477f;
    width: 960px;
    height: 9px;
}

#flashcontent{ vertical-align: top; width: 960px; }

.leftPanel
{
    padding: 10px;
    line-height: 200%;
}

.leftPanel a
{
    color: #01467f;
    font-weight: bold;
    font-size: 0.8em;
}

.rightPanel .headline
{
    color: #01467f;
    padding: 20px 0 20px 20px;
    font-size: 1.4em;
}
.industryList
{
    padding-left: 20px;
    font-size: 0.9em;
    font-weight: bold;
}

.industryList > div
{
    padding: 10px 0 10px 5px;
}

.industryList > div > span
{
    padding-left: 5px;
}

.industryList div a
{
    color: #004580;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
.partners
{
    padding: 10px 0 0 0;
    color: Gray;
    font-size: 0.8em;
    font-weight: bold;
}
.images
{
    padding: 3px 0 3px 0;
}
.copyright
{
    float: right;
    color: Gray;
    font-size: 0.8em;
    font-weight: bold;
}
.contactUs
{
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    padding-right: 5px;
}


