﻿html, body 
{
    margin:0px;
    padding:0px;
    border:none;
    height:100%;
    font-family:Arial, Sans-Serif;
    font-size:12px;
    background:#68688e;
}

#container
{
    width:100%;
}

#main
{
    width:966px;
    margin:30px auto 0px auto;
    padding:0px;
    background:url(images/midbg.jpg) 0 0 repeat-y;
}

#main_top
{
    background:url(images/topbg.jpg) 0 0 no-repeat;
}

#main_bottom
{
    background:url(images/bottombg.jpg) 0 100% no-repeat;
    padding-bottom:50px;
}

#header
{
    width:400px;
    float:right;
    color:#6a2538;
    font-weight:bold;
    text-align:right;
    margin:60px 75px 0px 0px;
    font-size:13px;
}

#header a:link
{
    margin:0px 8px 0px 8px;
    color:#6a2538;
    text-decoration:none;
}

#header a:visited
{
    margin:0px 8px 0px 8px;
    color:#6a2538;
    text-decoration:none;
}

#header a:hover
{
    /*color:#ac7d9d;*/
    margin:0px 8px 0px 8px;
    color:#6a2538;
    text-decoration:underline;
}

#header a:active
{
    margin:0px 8px 0px 8px;
    color:#6a2538;
    text-decoration:none;
}

#menu
{
    float:left;
    width:250px;
    margin-top:50px;
    color:#68688e;
    font-size:14px;
    background:url(images/menubg.jpg) 0px 0px no-repeat;
}

#menu_drop
{
    padding-bottom:10px;
    background:url(images/menubg.jpg) 0px 100% no-repeat;
}

#footer
{
    margin:10px auto 20px auto;
    text-align:center;
    color:#38394e;
    font-size:11px;
}

#footer a:link
{
    color:#38394e;
    text-decoration:underline;
}

#footer a:visited
{
    color:#38394e;
    text-decoration:underline;
}

#footer a:hover
{
    color:#38394e;
    text-decoration:none;
}

#footer a:active
{
    color:#38394e;
    text-decoration:underline;
}

.staticMenu
{
    width:250px;
    margin-top:9px;
}

.staticMenu tr td table tr td a
{
    background:none;
}

.staticMenuItem
{
    color:#68688e;
    height:35px;
    padding-left:30px;
    background:url(images/menubg.jpg) 0px -10px no-repeat;
}

.staticHover
{
    color:#dddcfc;
    /*background:#39394e;*/
    background:url(images/menusel.jpg) 0px 0px no-repeat;
}

.staticSelected
{
    color:#dddcfc;
    height:35px;
    background:url(images/menusel.jpg) 0px 0px no-repeat;
}

#menu ul li a:active
{
    color:#68688e;
    text-decoration:none;
}

#body
{
    float:left;
    margin-top:1px;
    width:630px;
    padding:10px;
    background:#ffffff;
}

#body a:link
{
    color:#68688e;
    text-decoration:underline;
}

#body a:visited
{
    color:#68688e;
    text-decoration:underline;
}

#body a:hover
{
    color:#dddcfc;
    text-decoration:none;
}

#body a:active
{
    color:#68688e;
    text-decoration:underline;
}

#titlebar
{
    width:665px;
    /*color:#ac7d9d;*/
    color:#6a2538;
    font-size:18px;
    margin-top:30px;
    margin-bottom:25px;
    font-weight:normal;
    border-bottom:1px solid #ac7d9d;
}