﻿*
{
    margin: 0;
    padding: 0;
}

html
{
    width: 100%;
    height: 100%;
}

body
{
    background-image: url(images/bg2.jpg);
    background-position: center top;
    background-repeat: repeat;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    font-family: Tahoma, Verdana, Sans-Serif;   
    font-size: 100.01%
}

div
{
    margin: 0;
    padding: 0;
}

/* *** Content Style *** */

a
{
    color: #4406a5;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

hr
{
    height: 1px;
    border: none;
    border-top: 1px solid #4406a5;
    width: 80%;
}

hr.sep
{
    clear: both;
    margin: 0 0 0.5em 0;
    height: 1px;
    border: none;
    border-top: 1px solid #BEB8CC;
    width: 95%;
}

p
{
    margin: 5px 10px 10px 10px;
}


.left
{
    float: left;
}

.right
{
    float: right;
}

h2 /* In-page Titles */
{
    color: #4406a5;
    margin: 0;
}

.content img
{
    border: 1px solid #4406a5;
}

.content img.left
{
    margin: 10px 15px 10px 0px;
}

.content img.right
{
    margin: 10px 0px 10px 15px;
}

.content a:link, .content a:visited
{
    text-decoration: underline;
}

.content a:hover
{
    background: #f3e5ff;
}

.content .special
{
    margin: 10px;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: .9em;
    border: inset 3px #4406a5;
    background: #f9f2ff;
}

.content .special ul
{
    margin-left: 30px;
    margin-bottom: 10px;
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
}

.content .special li
{
}

/* *** Page Table *** */

table.page
{
    width: 700px;
    height: 100%;
    margin: 0 auto;
    background: #ffffff;
    border: 1px #4406a5 solid;
    border-width: 0 1px 0 1px;
    border-collapse: collapse;
    background-image: url('images/content_bg.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

table.page td.main
{
    width: 700px;
    height: auto;
    margin: 0;
    vertical-align: top;
}

/* *** Header *** */

.header
{
    width: 700px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
    background-image: url('images/header-bg.jpg');
    background-repeat: repeat-y;
    border-bottom:
}

.header h1
{
    color: #4406a5;
    margin: 10px 10px 0 10px;
}

.header h3
{
    color: #4406a5;
    text-align: left;
    margin: 0;
    margin-left: 5px;
}

.header img.icon
{
    float: left;
    margin: 10px 10px 0px 10px;
}

.header img.logo
{
    float: right;
    margin: 10px 10px 0px 10px;
}

.phone
{
    float: right;
    color: #4406a5;
    font-size: .75em;
    padding: 0;
    margin: 0;
}

.menu_top
{
    width: 700px;
    padding: 4px 0px 1px 0px;
    font-size: 90%;
    vertical-align: middle;
    background-image: url('images/menu_bg.gif');
    background-repeat: repeat-x;
    background-position: top center;
}

.menu_top li
{
    list-style: none;
    display: inline;
    padding: 0;
}

.menu_top a
{
    font-family: Times New Roman, Time, Serif;
    font-weight: bold;
    color: #ffffff;
    padding: 3px 8px;
}

.menu_top a:hover
{
    background: #c17eff;
    text-decoration: none;
}

.menu_bottom
{
    width: 700px;
    padding: 1px 0px 4px 0px;
    font-size: 90%;
    vertical-align: middle;
    background-image: url('images/menu_bg.gif');
    background-repeat: repeat-x;
    background-position: bottom center;
}

.menu_bottom li
{
    font-family: Times New Roman, Time, Serif;
    list-style: none;
    display: inline;
    padding: 0;
}

.menu_bottom a
{
    font-weight: bold;
    color: #ffffff;
    padding: 3px 8px;
}

.menu_bottom a:hover
{
    background: #c17eff;
    text-decoration: none;
}

/* *** Body & Footer *** */

.content
{
    vertical-align: top;
    padding: 10px;
    font-family: Times New Roman, Time, Serif; /* Original Font */  
    font-size: 120%; 
    font-style: italic;
}

.footer
{
    width: 700px;
    height: 30px;
    vertical-align: bottom;
    text-align: center;
    font-size: 75%;
    line-height: 150%;
    padding: 5px;
}

.footer .note
{
    padding-bottom: 10px;
    text-align: center;
    color: #4406a5;
    font-family: Times New Roman, Time, Serif; /* Original Font */  
    font-size: 16pt; 
    font-style: italic;
    font-weight: bold;
}

div.footer-pad
{
    border-top: 1px solid #4406a5;
    margin: 0px 0px 5px 0px;
}