
/* general */

h1
{
    display: none;
}

h2, .breadcrumcurrent
{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

.breadcrumcurrent
{
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

h2 .small
{
    font-size: 10px;
}

a
{
    color: #141414;
    text-decoration: none;
    border: none;
}

a:hover
{
    color: #000;
}

a.active
{
    color: #000;
}


/* page */

html
{
    min-height: 100%;
    background: #b6d5f1 url(../img/back.jpg) no-repeat top center;
}

body
{
    margin: 0pt auto;
    min-width: 950px;
    padding: 0pt;
    font-family: "Trebuchet MS" , "Lucida Grande" , Verdana, Arial;
    font-size: 13px;
    color: #141414;
    line-height: 160%;
}


#supertop
{
    position: relative;
    height: 25px;
    width: 900px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0pt auto;
}


#top
{
    position: relative;
    height: 225px;
    width: 950px;
    margin: 0pt auto;
    background: url(../img/top.png) no-repeat top center;
    behavior: url(../css/iepngfix.htc);
}

#main
{
    position: relative;
    width: 950px;
    margin: 0pt auto;
    margin-top: 25px;
}

#footer
{
    position: relative;
    width: 954px;
    height: 100px;
    text-align: center;
    font-size: 12px;
    color: #141414;
    margin: 0pt auto;
    margin-top: 25px;
    padding-top: 16px;
}

#footer a
{
    color: #f2002e;
    text-decoration: none;
    border-bottom: none;
}
#footer a:hover
{
    color: #000;
    border-bottom: 1px #000 dotted;
}


#footer .small
{
    font-size: 11px;
}

#footer .small a
{
    color: #000;
}

