/* 
    Document   : style
    Created on : Nov 13, 2009, 2:14:46 PM
    Author     : ria
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family:Arial;
    font-size: 12px;
    background: #000000;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #ffffff;
}

#main {
    width:825px;
}

#menu {
    position:relative;
    top:-28px;
    left:240px;
    width:825px;
    height:28px;
}

#menu ul {
    position:absolute;
    top:-8px;
    color:#540609;
}

#menu li {
    display:inline;
    padding-left:10px;
    padding-right:10px;
    padding-top:6px;
    padding-bottom:5px;
}

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

a:visited {
}

a:hover {
    color:#FCC223;
}

table {
    font-family:Arial;
    font-size:12px;
}


#leftside {
    text-align:center;
}

#rightside {
    text-align:justify;
    padding-left:25px;
}

#td_center {
    padding: 15px;
 /*   background-color:#273236;*/
    background-color:#cfcfcf;
    color: #000000;
}

#title_page {
    text-align:center;
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
}

#td_center p {
    text-align:justify;
}

#content_resources {
    position:relative;
    top:-28px;
    text-align:justify;
    padding: 20px 20px 10px 20px;
    color:#000000;
    background-color:#eeeeee;
}
#content_resources table {
    color:#000000;
}
#content_resources a, #td_center a {
    color:#000000;
    text-decoration:none;
}

#content_resources a:hover, #td_center a:hover {
    text-decoration:underline;
}

#note {
    text-align:center;
    font-size:10px;
}

#content_contact {
    position:relative;
    top:-28px;
    text-align:center;
    padding: 20px 20px 10px 20px;
    color:#000000;
    background-color:#eeeeee;
}
