body {
    font-size: 0pt;
    background-color: #2F2F3B;
    margin: 0px;
    text-align: center;
}

div.body {
    font-size: 0px;
    width: 1000px;
    height: 100%;

    margin-left: auto;
    margin-right: auto;
}

div.header {
    font-size: 0px;
    background-image: url('images/layout/header.png');
    display: block;
    width: 1000px;
    height: 140px;
}

div.content {
    font-family: Verdana, Helvetica;
    font-size: 9pt;
    color: #D0D0D0;
    background-color: #3A3A45;

    width: 700px;
    min-height: 500px;

    text-align: left;
    display: inline-block;
    margin: 10px 10px 0px 0px;
    padding: 25px;
}

div.navigation {
    font-family: Verdana, Helvetica;
    font-size: 9pt;
    color: #D0D0D0;
    background-color: #28282E;

    width: 190px;
    min-height: 500px;

    text-align: left;
    vertical-align: top;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 25px;
}

div.navBar {
    font-family: Verdana, Helvetica;
    font-size: 11pt;
    font-weight: bold;
    color: #99D4DD;
    background-color: #28282E;

    text-align: center;
    vertical-align: middle;

    width: 696px;
    height: 36px;

    display: block;
    margin: 0px 0px 25px 0px;
    padding: 2px;
}

.navBar a:link, .navBar a:visited {
    font-family: Verdana, Helvetica;
    font-size: 11pt;
    font-weight: bold;
    color: #99D4DD;

    text-decoration: none;
}

.navBar a:hover {
    text-decoration: underline;
}

hr.blog {
    background-color: #2F2F3B;
    text-align: center;

    border: 0px solid #000000;
    width: 700px;
    height: 1px;
}

b.b1 {
    font-family: Arial;
    font-size: 13pt;
    color: #99D4DD;
}

b.b2 {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    color: #516DA1;
}

b.b3 {
    font-family: Arial;
    font-size: 13pt;
    color: #516DA1;
}

a:link, a:visited {
    font-family: Verdana, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    color: #99D4DD;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.tech th {
    font-family: Verdana, Helvetica;
    font-size: 9pt;
    color: #DADADA;
    font-weight: bold;

    text-align: right;
    vertical-align: top;
    padding: 3px 3px 0px 0px;
}

.tech td {
    font-family: Verdana, Helvetica;
    font-size: 9pt;
    color: #D0D0D0;

    vertical-align: top;
    padding: 3px 0px 0px 0px;
}
