@CHARSET "UTF-8";

/* TAGs */

html
{
    margin: 0;
    padding: 0;
    font-family: Arial;
}

body
{
    margin: 0;
    padding: 0;
}

p
{
    margin: 0;
    padding: 0;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6
{
    color: #3b3092;
}

h1
{
    font-size: 1.3em;
}

h2
{
    font-size: 1.2em;
}

h3
{
    font-size: 1.1em;
}

ul
{
    list-style: square;
    margin: 5px 0 10px 0;
}

a
{
    color: #3b3092;
}

a:hover
{
    color: black;
}

/* IDs */

#bg
{
    background-image: url("../images/background.png");
    background-repeat: repeat-y;
    background-position: center;
}

#bge
{
    background-image: url("../images/background-end.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}

#body
{
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 952px;
    background-color: white;
}

#menu ul
{
    padding: 0 10px;
    margin: 0;
    background-color: #767676;
    height: 48px;
    color: white;
    list-style: none;
    font-size: 14px;
}

#menu ul li
{
    float: left;
    color: white;
}

#menu ul li.pipe
{
    padding: 15px 5px;
}

#menu ul li a
{
    text-decoration: none;
    color: white;
    padding: 15px 5px;
    display: block;
}

#menu ul li ul
{
    height: auto;
    position: absolute;
    padding: 0;
    list-style: none;
    background-color: white;
    z-index: 2;
    overflow: hidden;
    opacity: 0.9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

#menu ul li ul li
{
    clear: both;
}

#menu ul li ul li a
{
    border: 0;
    width: 150px;
    color: #3b3092;
    padding: 10px 0;
    margin: 0 10px;
    border-top: 1px solid #3b3092;
}

#menu ul li ul li a:hover
{
    background-color: white;
}

#header
{
    background-color: #3b3092;
    height: 137px;
}

#content
{
    color: black;
    font-size: 12px;
    background-image: url("../images/background-content.png");
    background-position: right;
    background-repeat: repeat-y;
    min-height: 300px;
}

#content_text
{
    padding: 10px;
    width: 630px;
}

#news
{
    width: 275px;
    float: right;
    padding: 15px;
    margin-left: 10px;
}

#news h2
{
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0;
}

#news p
{
    font-size: 11px;
    text-align: justify;
}

#footer
{
    background-color: #494949;
    color: white;
    text-align: left;
    font-size: 11px;
    padding: 5px;
    height: 71px;
}

#footer_menu
{
    margin: 30px 0 0 0;
}

#footer_menu ul#menu
{
    font-size: 10px;
    list-style: none;
    float: right;
}

#footer_menu ul#menu li
{
    float: left;
    display: block;
    padding: 2px;
    color: black;
}

#footer_menu ul#menu li a
{
    color: black;
}

#footer_menu ul#menu li a:hover
{
    color: white;
}

/* CLASSes */

.hidden
{
    display: none;
}
