body
{
        margin:0px;
        background: #2204CD url(/images/gradient.jpg) repeat-x top center;
        text-align:center;
        align:center;
}

#main
{
        width:826px;
        background-image: url(/images/body.jpg);
}

a.head
{
        color:#C3D0D8;
        text-decoration:underline;
}

a.head:hover
{
        color:#DDECF5;
}

select.head
{
        border:1px solid #DDECF5;
        background-color:#C3D0D8;
        color:#0F015D;
        width:150px;
        height:16px;
        font-size:12px;
}

input.head
{
        border:1px solid #DDECF5;
        background-color:#C3D0D8;
        color:#0F015D;
        width:150px;
        height:16px;
        font-size:12px;
}

a
{
        color:#0F015D;
        text-decoration:underline;
        font-family:tahoma;
        font-size:12px;
}

a:hover
{
        color:#1A02A1;
}


.breadcrumb
{
        font-family:tahoma;
        font-size:12px;
        color:#000000;
        padding-left:5px;
}

.pagetitle
{
        font-family:tahoma;
        font-weight:bold;
        font-size:20px;
        color:#A60808;
        display:block;
        border-bottom:1px solid #000000;
}

#content
{
        padding:10px;
        font-family:tahoma;
        color:#000000;
        font-size:12px;
        align:justify;
}

#menu ul
{
        list-style:none;
}

#menu li
{
}

#menu a
{
        color:#0F015D;
        text-decoration:underline;
        font-family:tahoma;
        font-size:12px;
        display:block;
        text-decoration:none;
        border:1px solid #C3D0D8;
}

#menu a:hover
{
        color:#1A02A1;
        border:1px solid #1A02A1;
}

#menu .submenu
{
        padding-left:5px;
}

#copyright
{
        text-align:center;
        font-family:tahoma;
        font-size:9px;
        color:#000000;
}

