﻿BODY
{
    font-family: Arial, sans;
    background-color: #000000;
    margin: 0px;
    color: #C5C5C5;
    overflow: auto;
    min-width: 780px;
}
#logo
{
    background: url(../images/logo.png) no-repeat;
    width: 84.66mm;
    height: 14.29mm;
    position: relative;
    top: .5em;
    left: .5em;
    color: #FFFFFF;
}
#logo h1
{
    display: none;
}
a
{
    color: #C5C5C5;
    font-weight: bold;
}
a:hover
{
    color: #FFFFFF;
}

#content
{
    font-size: 12pt;
    padding: 1em 1em 1em 1em;
}
#header
{
    background: url(../images/header.jpg) no-repeat right;
    height: 90px;
    border: solid #C5C5C5;
    border-width: 1px 0px 0px 0px;
}

#navigation
{
    list-style: none;
    background-color: #268243;
    padding: 0.2em 1em 0.2em 1em;
    font-size: 10pt;
    border: solid #C5C5C5;
    border-width: 1px 0px 1px 0px;
}
#navigation li
{
    display: inline;
    padding: 0.2em 1.5ex 0.2em 1.5ex;
    font-weight: bold;
}
#navigation li a
{
    text-decoration: none;
}
#currentpage
{
    color: #000000;
    background-color: #ffffff;
    border: solid #C5C5C5;
    border-width: 0px 1px 0px 1px;
}
#footer
{
    background: url(../images/footer.jpg) no-repeat right;
    text-align: left;
    height: 60px;
    border: solid #C5C5C5;
    border-width: 1px 0px 1px 0px;
    padding: 0em;
}
#symanteclogo
{
    background: url(../images/symanteclogo.png) no-repeat;
    width: 58.91mm;
    height: 18.69mm;
    position: relative;
    top: 5px;
    left: 5px;
    color: #FFFFFF;
    float: left;
}
#symanteclogo span
{
    display: none;
}
#copyright p
{
    position: relative;
    top: 30px;
    right: 0.5em;
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    float: right;
}

#contentsection
{
    padding: 0 0.5ex .5ex 0.5ex;
    text-align: justify;
}
#contentsection img
{
}
#contentsection h1
{
    position: relative;
    left: -1ex;
    font-size: 14pt;
    font-weight: bold;
}
#contentsection h2
{
    position: relative;
    left: -0.5ex;
    font-size: 12pt;
    font-weight: bold;
}

