﻿body
{
    margin: 0;
    padding: 0;
    background-color: #EEEEEE;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: small;
    width: 800px;
    height: 580px;
}

.bodyWrapper
{
    margin-top: 10px;
    margin-left: 20px;
    margin-right: auto;
}

#homeLeft
{
    width: 180px;
    float: left;
    border-right-style: solid;
    border-right-color: #999999;
    border-right-width: 1px;
    height: 500px;
}

#homeRight
{
    margin-left: 200px;
    height: 500px;
    width: 530px;
}


h2
{
    font-family: Courier New, Courier, Sans-Serif;
    font-size: large;
    color: #000;
}

.title
{
    font-family: Courier New, Courier, Sans-Serif;
    font-size: medium;
    color: #000;
}


#footer
{
    position: absolute;
    top: 535px;
    vertical-align: bottom;
    font-size: x-small;
    color: #000;
    text-align: left;
}

.stdImage
{
    width: 400px;
    height: 400px;
    text-align: center;
    vertical-align: middle;
}

.stdCaption
{
    text-align: left;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    color: #000;
}

.stdLink
{
    font-family: Courier New, Courier, Sans-Serif;
    font-size: small;
    color: #000;
    font-weight: normal;
}

.stdLink a
{
    color: #000;
    text-decoration: none;
}

.stdLink a:hover
{
    color: #999999;
    text-decoration: none;
}

.stdLinkSel
{
    font-family: Courier New, Courier, Sans-Serif;
    font-size: small;
    color: #000;
    font-weight: bold;
}


.cv
{
    font-size: 8pt;
    overflow: scroll;
    width: 650px;
    height: 510px;
    
}

.cvList
{
    text-indent: -2.5em;
    margin-left: 2.5em;
}

.cvListSpace
{
    line-height: .4em;
}

.news
{
    font-size: 8pt;
}

.newsList
{
    text-indent: -3.6em;
    margin-left: 3.6em;
}

.newsEntrySpace
{
    line-height: .4em;
}


.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #EEEEEE;
    border-width: 3px;
    border-style: solid;
    border-color: Black;
    padding: 3px;
    width: 250px;
    text-align: center;
}

