body
{
    padding: 0;
    margin: 0;
    background: #7D7C8A;
    text-align: center;
    margin: auto;
    font-size: 12px;
    font-family: Palatino Linotype;
    color: #B3BCDB;
}

a
{
    text-decoration: none;
    color: #CDCC00;
}

img
{
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
}
.page
{
    margin: 0px auto;
    width: 800px;
    text-align: center;
}
.top-links
{
    padding: 0 10px 30px 0;
}
.header-top
{
    text-align: right;
    background-image: url('/images/header-top.jpg');
    background-repeat: no-repeat;
    height: 31px;
    padding: 40px 30px 0 0;
    color: #a5a6aa;
    font-size: 13px;
}

.header-top a
{
    color: #a5a6aa;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

.header-bottom
{
    text-align: right;
    background-image: url('/images/header-bottom.jpg');
    background-repeat: no-repeat;
    height: 34px;
    padding: 0;
}

li
{
    padding-top: 5px;
}

.header-bottom ul
{
    padding: 0;
    margin: 0 0 0 252px;
    list-style: none outside none;
}

.header-bottom li
{
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
}

.menu
{
}

.menu-border
{
    border-right: 2px solid #4d628b;
}

.homepage-middle
{
    background-image: url('/images/homepage.jpg');
    background-repeat: no-repeat;
    height: 352px;
}

.video
{
    background-image: url('/images/background-light.jpg');
    background-repeat: repeat-y;
}

.home-welcome
{
    background-image: url('/images/home-welcome.jpg');
    background-repeat: no-repeat;
    height: 382px;
    display: none;
}

.background-dark
{
    background-image: url('/images/background-dark.jpg');
    background-repeat: repeat-y;
    padding: 10px 25px 10px 0;
}

.slideshow
{
    background-image: url('/images/background-dark.jpg');
    background-repeat: repeat-y;
}

.background-medium
{
    text-align: left;
    background-image: url('/images/background-medium.jpg');
    background-repeat: repeat-y;
    padding: 5px 25px 5px 0;
}

.content
{
    text-align: left;
    background-image: url('/images/background.jpg');
    background-repeat: repeat-y;
}
.content-left
{
    text-align: center;
    float: left;
    width: 221px;
    background-image: url('/images/logo-bottom.jpg');
    background-repeat: no-repeat;
    padding: 80px 0 20px 30px;
}
.content-right
{
    margin-left: 251px;
    width: 469px;
    padding: 20px 60px 20px 25px;
}
.footer
{
    background-image: url('/images/footer.jpg');
    background-repeat: no-repeat;
    height: 132px;
}

.home-footer
{
    background-image: url('/images/home-footer.jpg');
    background-repeat: no-repeat;
    height: 70px;
}


h1
{
    font-family: Georgia;
    color: #f5f6f6;
    font-size: 28px;
    font-weight: lighter;
    font-variant: small-caps;
}

h2
{
    font-family: Georgia;
    color: #f5f6f6;
    font-size: 16px;
    font-weight: lighter;
    font-variant: small-caps;
    margin-bottom: 0px;
}

.line
{
    height: 1px;
    background-color: #CDCC00;
    margin: 10px 0 10px 0;
}

.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}
a
{
    text-decoration: none;
    padding: 0;
    margin: 0;
}
a:hover
{
    text-decoration: underline;
}

