* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 600px;
    color: #000;
    background: #fff;
    Font-family: 'Times New Roman', Serif;
}
#header, #footer, #content h2, #menu, #topics, #topics1, #topics2, #topics3, #topics4, h3 {
    font-family: Tahoma, Verdana, Sans-Serif;
}
/*---------------------------------------------------HEADER--------------------*/
#header, #footer {
    padding: 10px 20px;
    background: #CCC;
    color: #FFF;
}
#header { 
    border-bottom: solid 2px #000;
    font-size: 110%;
}
#header h1 {
    padding: 5px 10px;
    border-left: solid 5px #fff;
    border-bottom: solid 2px #fff;
    font-style: oblique;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
    color: #fff;
    text-decoration: none;
}
/*----------------------------------------------------LEFT--------------------------*/
#left {
    float: left;
    width: 180px;
    padding: 10px 10px;
}
#left h3 
{
    font-size: 90%;
    font-family: Verdana;
}
#topics li {
    list-style-type: none;
    padding-bottom: 1px;
}
#topics li a, #topics li span {
    display: block; 
    padding: 3px 10px;
}
#topics li a {
    color: #000;
    text-decoration: none;
    background: #f0f0f0;
    border: solid 1px #cfcfcf;
    border-left: solid 4px #b0b0b0;
    font-size: 12px;     
}
#topics li a:hover {
    color: #316fa8;
    background: #e0e0e0;
    border: solid 1px #316fa8;
    border-left: solid 4px #316fa8;
}
#topics .current {
    background: #fff;
    border: solid 1px #316fa8;
    border-left: solid 4px #e11;
    font-size: 12px;
}
#topics span.current {
    color: #c0c0c0;
}
#topics1 li {
    list-style-type: none;
    padding-bottom: 1px;
}
#topics1 li a, #topics1 li span {
    display: block; 
    padding: 3px 10px;
}
#topics1 li a {
    color: #000;
    text-decoration: none;
    background: #f0f0f0;
    border: solid 1px #cfcfcf;
    border-left: solid 4px #b0b0b0;
    font-size: 12px;     
}
#topics1 li a:hover {
    color: #316fa8;
    background: #e0e0e0;
    border: solid 1px #316fa8;
    border-left: solid 4px #316fa8;
}
#topics1 .current {
    background: #fff;
    border: solid 1px #316fa8;
    border-left: solid 4px #e11;
    font-size: 12px;
}
#topics1 span.current {
    color: #c0c0c0;
}
#topics2 li {
    list-style-type: none;
    padding-bottom: 1px;
}
#topics2 li a, #topics2 li span {
    display: block; 
    padding: 3px 10px;
}
#topics2 li a {
    color: #000;
    text-decoration: none;
    background: #f0f0f0;
    border: solid 1px #cfcfcf;
    border-left: solid 4px #b0b0b0;
    font-size: 12px;     
}
#topics2 li a:hover {
    color: #316fa8;
    background: #e0e0e0;
    border: solid 1px #316fa8;
    border-left: solid 4px #316fa8;
}
#topics2 .current {
    background: #fff;
    border: solid 1px #316fa8;
    border-left: solid 4px #e11;
    font-size: 12px;
}
#topics2 span.current {
    color: #c0c0c0;
}
#topics3 li {
    list-style-type: none;
    padding-bottom: 1px;
}
#topics3 li a, #topics3 li span {
    display: block; 
    padding: 3px 10px;
}
#topics3 li a {
    color: #000;
    text-decoration: none;
    background: #f0f0f0;
    border: solid 1px #cfcfcf;
    border-left: solid 4px #b0b0b0;
    font-size: 12px;     
}
#topics3 li a:hover {
    color: #316fa8;
    background: #e0e0e0;
    border: solid 1px #316fa8;
    border-left: solid 4px #316fa8;
}
#topics3 .current {
    background: #fff;
    border: solid 1px #316fa8;
    border-left: solid 4px #e11;
    font-size: 12px;
}
#topics3 span.current {
    color: #c0c0c0;
}



#topics4 li {
    list-style-type: none;
    padding-bottom: 1px;
}
#topics4 li a, #topics4 li span {
    display: block; 
    padding: 3px 10px;
}
#topics4 li a {
    color: #000;
    text-decoration: none;
    background: #f0f0f0;
    border: solid 1px #cfcfcf;
    border-left: solid 4px #b0b0b0;
    font-size: 12px;     
}
#topics4 li a:hover {
    color: #316fa8;
    background: #e0e0e0;
    border: solid 1px #316fa8;
    border-left: solid 4px #316fa8;
}
#topics4 .current {
    background: #fff;
    border: solid 1px #316fa8;
    border-left: solid 4px #e11;
    font-size: 12px;
}
#topics4 span.current {
    color: #c0c0c0;
}
/*------------------------------------------------CONTENT-------------------*/
#content {
    margin: 15px 20px 0px 230px;
    padding: 10px 20px;
    border-left: solid #EEE 1px;
    
    min-width: 500px;
}
#content h2 {
    font-size: 110%;
    font-weight: normal;
    text-transform: uppercase;
    color: #CCC;
    margin: 10px 0;
}
#content h3 {
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    color: #CCC;
    margin: 10px 0;
}
.menuParts {
    font-weight: bold;
    list-style-type: none;
}
.menuParts li {
    display: inline;
}
#content p {
    text-align: justify;
    text-indent: 1.5em;
}
#text p.news {
    text-align: left;
    text-indent: 0;
    margin: 0 .5em;
}
span.date {
    font-weight: bold;
}
.prevPart { float:left }
.nextPart { float:right; }
#content ol, #content ul {
        padding: 10px 30px;
}

/*--------------------------------------------RIGHT--------------------------*/
#right {
    width: 150px;
    float: right;
    clear: right;
    padding: 10px 10px;
}
/*-------------------------------------------FOOTER--------------------------*/
#footer {
    
    clear: both;
    border-top: solid 2px #000;
}
#footer p {
    font-size: 80%;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #fff;
    text-decoration: underline;
}
#ads1 
{
    width: 470px;
    margin: auto;
}
#ads2 
{
    width: 200px;
    margin: auto;
}
#ads3
{
    margin-left: 10px;
    float: right;
    clear: right;
}                
#avit
{
    font-size: 10px;
    font-family: Verdana;
    color: Gray;
}    
#avit a 
{
    color: Black;
    text-decoration: none;
}   