﻿*
{
    font-size: 10pt;
    font-family: Arial;
}

body 
{
    background-color: #f8f8f8;
    margin: 0px;
}

#bg
{
    background-image: url(userfiles/image/bg.gif);
    background-repeat: repeat-x;
}

#wrapper
{
    width: 975px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    height: 95px;
    width: 100%;
    padding-top: 15px;
}

#nav
{
    width: 100%;
    background-image: url(userfiles/image/bgnav.gif);
    background-repeat: repeat-x;
    border-top: solid 1px transparent;
    border-bottom: solid 3px #9a2632;
    height: 30px;
}

#banner
{
    width: 973px;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-image: url(userfiles/image/banner1.jpg);
    height: 250px;
}

#banner2
{
    width: 973px;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-image: url(userfiles/image/banner1.jpg);
    height: 100px;
    background-position: center;
}

#bannertext
{
    position: relative;
    top: 95px;
    left: 0px;
    background: #000;
    width: 400px;
    height: 60px;
    opacity: 0.75;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    color: #fff;
    padding: 20px 10px 0px 10px;
    line-height: 20px;
}

#bannertext2
{
    position: relative;
    top: 10px;
    left: 0px;
    background: #000;
    width: 400px;
    height: 60px;
    opacity: 0.75;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    color: #fff;
    padding: 20px 10px 0px 10px;
    line-height: 20px;
}

#content
{
    width: 953px;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

#contentleft1
{
    width: 620px;
    float: left;
}

#contentright1
{
    width: 320px;
    float: right;
}

#contentleft2
{
    width: 220px;
    float: left;
}

#contentright2
{
    width: 720px;
    float: right;
}

ul#navi
{
    width:100%;
    text-align:left;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 6px;
}

ul#navi li
{
    float: left;
    margin: 0px;
    margin-left:1em;
    text-align:center;
}

ul#navi li a
{
    display:block;
    text-decoration:none;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    font-size: 8pt;
    padding: 3px 20px 7px 20px;
}

ul#navi li a:hover
{
    color: #fff;
    background-color: #ce01cc;
}

ul#section
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

ul#section li a
{
    display: block;
    padding: 5px 0px 5px 0px;
    color: #00c;
}

#footer
{
    width: 955px;
    margin-left: auto;
    margin-right: auto;
    background-color: #cc3399;
    height: 150px;
    padding: 10px 10px 10px 10px;
    color: #fff;
}

#footer a
{
    text-decoration: none;
    color: #fff;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer2
{
    width: 955px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    padding: 10px 10px 10px 10px;
}

#spanlogic
{
    text-decoration: none;
    font-size: 8pt;
    color: #000;
}

h1
{
    font-weight: 700;
    font-size: 12pt;
    color: #630000;
}

p
{
    text-align: justify;
}

.content1
{
    background-image: url(userfiles/image/bgcontent.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 10px 10px 10px 10px;
}

.content2
{
    background-image: url(userfiles/image/bgcontent2.png);
    background-repeat: repeat-x;
    background-position: top;
    padding: 10px 10px 10px 10px;
}

.footercontent
{
    float: left;
    width: 210px;
    padding: 10px;
}

.logo
{
    border: solid 1px transparent;
    background-color: transparent;
}

.logo:hover
{
    border: solid 1px #ccc;
    background-color: #eee;
}

span.faqq
{
    font-size: 12pt;
    color: #00f;
}

td.td1
{
    background-color: #b1404d;
    padding: 5px;
    color: #fff;
}