﻿body
{
    margin: 15px;
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 10pt;
}

a
{
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

a:hover
{
    color: #CC3333;
}

img
{
    border: none;
}

h1
{
    font-size: 14pt;
    font-weight: bold;
    color: #336699;
    padding-bottom: 0px;
}

hr
{
    height: 1px;
    color: #003366;
}

li
{
    margin-bottom: 9px;
}

.clsSpine
{
    width: 200px;
    background-repeat:repeat-y; 
    background-image: url('../images/efx/efx_folderspine.jpg');
    background-position: 160px;
}

.clsNotebook
{
    padding: 10px;
    width: 700px; 
    height: 740px; 
    background-color: #D7C3A2; 
    text-align: center;
}

.clsSpineInner
{
    width: 200px;
    background-repeat:repeat-y; 
    background-image: url('../images/efx/efx_folderspineopen.jpg');
}

.clsNotebookInner
{
    padding: 10px;
    width: 700px; 
    height: 736px; 
    background-color: #ffffff; 
    border: 2px solid #D7C3A2;
    text-align: center;
}

.clsLogoBox
{
    background-color: #ffffff;
    height: 100px;
    width: 650px;
    border-left: 3px solid #b7a382;
    border-top: 3px solid #b7a382;
    border-bottom: 3px solid #f7e3c2;
    border-right: 3px solid #f7e3c2;
    margin-left: 20px;
}

.clsLogoBoxInner
{
    background-color: #ffffff;
    height: 100px;
    width: 650px;
    margin-top: 6px;
    margin-left: 21px
}

.clsMenuPanel
{
    margin: auto;
    background-color: #ffffff;
    border-left: 3px solid #b7a382;
    border-top: 3px solid #b7a382;
    border-bottom: 3px solid #f7e3c2;
    border-right: 3px solid #f7e3c2;
}

.clsSmallMenuButton
{
    border: 2px solid #ffffff;
    margin-right: 20px;
    margin-left: 20px;
    padding: 2px;
}

.clsSmallMenuButton:Hover
{
    border: 2px solid #990000;
    cursor: pointer;
}

.clsContentDiv
{
    margin: auto;
    height: 380px;
    width: 650px;
    background-color: #ffffff;
    text-align: left;
}

.clsFooter
{
    font-size: 8pt;
    text-align: center;
    width: 100%;
}