
* {
        margin: 0;
        padding: 0;
}

body {
        margin: 20px 0;
        background: #FFFFFF;
        font: normal 13px Arial, Helvetica, sans-serif;
        color: #666666;
}

a {
        color: #29A3E1;
}

a:hover {
        text-decoration: none;
        color: #E16629;
}
img {
         border:none;
}
/* Boxed */

.title {
        background: url(images/img4.gif) no-repeat right center;
        border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
        font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .title {
        font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
        background: url(images/img06.gif) repeat-x left bottom;
        padding: 20px;
}

/* Header */

#header {
        width: 860px;
        height: 160px;
        margin: 0 auto;
        border-bottom: 5px solid #D70D12;
}

/* Logo */

#logo {
        float: left;
        width: 240px;
        height: 160px;
        text-align: center;
}
#title {
        width:620px;
        height:160px;
        float:right;
}
/* Menu */

#menu {
        padding-top:13px;

}

#menu ul {
        list-style: none;
        display: block;
}
#menu li {
        border-bottom: 2px solid #CFCFCF;
        background: url(images/img4.gif) no-repeat right center;
        font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu li a {
     font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
         color: #666666;
         text-decoration:none;

}

#menu li a:hover {
        color: #29A3E1;
}
#menu ul li ul li{
        border: none;
        font: normal 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding-left: 15px;
}
#menu ul li ul li a{
        border: none;
        font: normal 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-decoration:none;
        color:#999999;
}
/* Page */

#page {
        width: 860px;
        margin: 0 auto;
        background: url(images/img03.gif) repeat-y;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
        float: right;
        width: 580px;
        padding: 20px;
        text-align: justify;
        border-bottom: 1px solid #FFFFFF;

}

#content p, #content ol, #content ul {
        line-height: 152%;
        padding-top: 10px;

}
#content ol, #content ul {
         padding-left: 40px;
}

#content img.l {
        float:left;
        margin: 10px 10px 10px 0;
}
#content img.r {
        float:right;
        margin: 10px 0px 10px 10px;
}

#content div.alph
{
        font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 13pt;
}
#anons {
        padding: 20px;
        margin-left: 10px;
        float: left;
        width: 235px;
        min-height: 160px;
        color: #29A3E1;
}
#anons h2 {
        font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
        background: url(images/img04a.gif) no-repeat right center;
        border-bottom: 3px solid #CFCFCF;
        color:#666666;
}

#anons h2 a{
        font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-decoration:none;
        color:#666666;
}
#anons p {
        padding: 10px 0 15px 20px;
        text-align:justify;
        line-height:  150%;
}
/* Sidebar */

#sidebar {
        float: left;
        width: 200px;
        padding: 20px;
}

/* Welcome */

#welcome {
        margin-bottom: 20px;
}

/* Footer */

#footer {
        width: 860px;
        margin: 0 auto;
        padding: 20px 0;
        border-top: 5px solid #D70D12;
}

#footer p {
        text-align: center;
        font-size: 77%;
}
#content div.News{
         margin-top: 20px;
         padding: 10px;
         background: #F3F3F3;
}