﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Georgia, Serif;
    font-size: 9pt;
}

a
{
    color: #000;
    text-decoration: none;
}

#bg
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content
{
    position: relative;
    z-index: 1;
}

p
{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    color: #000;
}

p a
{
    text-decoration: underline;
}

p.intro:first-letter
{
    font-size: 400%;
    float: left;
    color: #D6D6D6;
    padding: 5px;
    color: #333333;
    font-family: Copperplate / Copperplate Gothic Light, sans-serif;
}

.transparent
{
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5; /* khtml, old safari */
    -moz-opacity: 0.5; /* mozilla, netscape */
    opacity: 0.5; /* fx, safari, opera */
}

#logo
{
    background-image: url(                     '../Images/Logos/header.png' );
}

#menu
{
    font-size: 11px;
    overflow: hidden;
    background-image: url(                     '../Images/Elements/bg-box.png' );
}

.panel
{
    background-image: url(                     '../Images/Elements/bg-box.png' );
}

.Footerpanel
{
    background-image: url(                     '../Images/Elements/topnav_bg_sm.gif' );
}

.textblock
{
    padding: 10px;
}

.textblock a
{
    text-decoration: underline;
}

.first-letter
{
    float: left;
    color:White;
    font-family: Georgia, Serif;
    font-size: 500%;
    line-height: 0.85em;
    margin-right: 0.1em;
    margin-bottom: 0.25em;
}