﻿body
{
    background-color: #f0f0f0;
    font-family: Calibri, sans-serif;
    font-size: 12pt;
}

.content
{
    background-color: #ffffff;
    width: 800px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.title1
{
    font-size: 20pt;
    font-weight: bold;
    color: yellowgreen;
}

.title2
{
    font-size: 15pt;
    font-style: italic;
    color: #505050;
}

.horizontal-divider
{
    width: 100%;
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: yellowgreen;
}

.vertical-divider
{
    width: 10px;
    height: 500px;
    position: absolute;
    right: 90px;
    top: 20px;
    margin-bottom: 20px;
    z-index: 99;
    background-color: yellowgreen;
}

table.main
{
    width: 710px;
}

    table.main td
    {
        vertical-align: top;
    }

ul.navigation
{
    font-size: 13pt;
    width: 230px;
    list-style-position: inside;
    padding-left: 10px;
}

    ul.navigation li
    {
        margin-top: 20px;
    }

        ul.navigation li a
        {
            color: black;
            text-decoration: none;
        }

.texttitle
{
    font-size: 18pt;
    font-weight: bold;
    color: yellowgreen;
}

.text
{
    font-size: 14pt;
    position: relative;
}

img.photo
{
    width: 120px;
    height: 120px;
    position: absolute;
    right: 10px;
    top: 0px;
}