/* MAIN PAGE AREAS */
body
{
    margin: 30px;
    padding: 0;
    font-family: Verdana;
    font-size: 9pt;
    color: #000;
}

form
{
    margin: 0;
    padding: 0;
}

#container
{
    width: 941px;
    overflow:visible;
}

a.blacklink
{
   color:#000;
}

#header
{
    width:941px;
    height: 30px;
    float:left;
    overflow:visible;
    margin: 0 0 0 0;
    vertical-align: middle;
    background-image: url(images/topBar.gif);
}

#nav
{
    float: left;
    margin-top: 5px;
    margin-left: 12px;
    width:55%;
}

a
{
    color:#fff;
    text-decoration:underline;
    font-size: 10pt;
    font-weight:bold;
}

a:hover
{
    color:#000;
    text-decoration:none;
}

#title
{
    float:right;
    margin-top: 5px;
    margin-right: 5px;
    width:40%;
    color: #fff;
    font-size: 10.5pt;
    font-weight:bold;
    text-align: right;
}

#content
{
    position: relative;
    width: 100%;
    overflow: visible;
}

#leftCol
{
    float:left;
    width: 235px;
    overflow:visible;
}
#leftBoxDemo
{
    float:left;
    clear:left;
    margin-top: 5px;
    width: 235px;
    height: 194px;
    background-image:url(images/leftBoxDemo.gif);
    text-align:center;
}
#leftBoxConsult
{
    float:left;
    clear:left;
    margin-top: 5px;
    width: 235px;
    height: 194px;
    background-image:url(images/leftBoxConsult.gif);
    text-align:center;
}

.leftBox
{
    float:left;
    clear:left;
    margin-top: 5px;
    width: 235px;
    height: 194px;
    background-image:url(images/leftBox.gif);
    text-align:center;
}

.boxText
{
    float:left;
    margin:33px 0 0 10px;
    width:220px;
    text-align:left;
    font-size: 8.5pt;
}

.boxText td
{
    font-weight:bold;
}

.boxText input 
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
}

#rightCol
{
    float:right;
    width:699px;
    overflow: visible;
}

#contentTop
{
    float:left;
    width:699px;
    height:12px;
    margin-top:5px;
    background-image:url(images/contentBarTop.gif);
    background-repeat: no-repeat;
}

#contentArea
{
    float:left;
    clear:left;
    width:699px;
    min-height: 529px;
    background-image: url(images/contentBarRepeat.gif);
    background-repeat: repeat-y;
}

#contentBottom
{
    float:left;
    clear:left;
    width:699px;
    height:14px;
    background-image: url(images/contentBarBottom.gif);
    background-repeat: no-repeat;
}

#footerArea
{
    float:left;
    clear:left;
    margin-top:5px;
    overflow: visible;
    width:699px;
    height: 32px;
    background-image: url(images/bottomBar.gif);
}
#textLeft
{
    float:left;
    margin-top: 10px;
    margin-left: 15px;
    width: 420px;
    line-height: 17px;
}
#textLeft ul li
{
    font-weight:bold;
    line-height: 19px;
    font-size: 1.05em;
}

#textFullWidth
{
    float: left;
    clear: both;
    width: 650px;
    margin-top: 10px;
    margin-left: 15px;
    line-height: 17px;
}

#photo
{
    float:right;
    clear:right;
    margin-top: 15px;
    margin-right: 27px;
    font-size: 8pt;
    color: #000;
    text-align:center;
    font-weight:bold;
}
#photo2
{
    float:right;
    clear:right;
    margin-top: 25px;
    margin-right: 27px;
    font-size: 8pt;
    color: #000;
    text-align:center;
    font-weight:bold;
}

#footer
{
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    width:80%;
    color: #fff;
    font-size: 8.5pt;
    text-align: right;
}

#footer a
{
    font-size: 8pt;
}

.question
{
   font-weight:bold;
   color: #336699;
}

.answer
{
   line-height: 18px;
}
