﻿body
{
    margin: 0px auto;
    background-image: url(/img/bg0.jpg);
    background-repeat: repeat-x;
    font-family: Lucida Sans, Arial;
}



.wrapper1
{
    position: relative;
    width: 100%;
    min-height: 700px;
    top: 0px;
    background-image: url(/img/bg1.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

.wrapper2
{
    position: relative;
    top: 60px;
    margin: 0px auto;
    width: 850px;
    background-image: url(/img/bg3.png);
    background-repeat: repeat;
    padding-top: 10px;
    border: 1px solid #b5c7d6;
}

.wrapper3
{
    position: relative;
    width: 800px;
    margin: 0px auto;
    border: 1px solid #1f1a17;
    background-color: White;
    padding: 10px;
    overflow: auto;
}

H1
{
    text-align: center;
    font-family: Lucida Sans, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #294156;
}

p
{
    text-align: justify;
    font-family: Lucida Sans, Arial;
    font-size: 12px;
    font-weight: normal;
}



ul li
{
    text-align: justify;
    font-family: Lucida Sans, Arial;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
}

.TC-name
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #294156;
    font-variant: small-caps;
    letter-spacing: .2em;
}

.leftpane
{
    width: 165px;
    float: left;
}

.contentpane
{
    width: 625px;
    float: right;
    padding-bottom: 10px;
}

.tagline, h2
{
    font-size: 15px;
    font-style: italic;
    text-align: center;
    color: #294156;
    font-weight: bold;
}

.tagline2, h3
{
    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #294156;
    font-weight: bold;
}


.footer
{
    position: relative;
    clear: both;
    top: 2px;
    width: 100%;
    height: 15px;
    border-top: 1px solid #b5c7d6;
    border-bottom: 0px;
    text-align: center;
    font-family: Lucida Sans, Arial;
    font-size: 9px;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top: 10px;
    margin-bottom: 2px;
    background: white;
}

a img
{
    border: 0px;
}

a
{
    color: black;
    text-decoration: none;
}

a:visited
{
    color: black;
}

.link
{
    text-decoration: underline;
    color: #294156;
}

.link:hover
{
    color: Blue;
}

.rightbox
{
    position: relative;
    width: 190px;
    float: right;
    margin: 10px;
    padding: 10px;
    background-color: #b5c7d6;
    border: 1px solid black;
}

.rightbox p
{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #294156;
}

.credit, .credit a
{
    font-size: 10px;
    font-weight: normal;
    color: #ABABAB;
    text-align: center;
}

