* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 600px;
    color: #000;
    background: #fff;
    Font-family: 'Times New Roman', Serif;
}
#header, #footer, #content h2, #menu, #topics, 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;
}
#search {
    width: 300px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    
}
/*----------------------------------------------------Menu--------------------------*/
#menu {
    margin: 5px 0;
    background: #ccc url(images/menu_bg.gif) repeat-x scroll;
    height: 28px;
    
    
}

#menu1 {
    margin: auto;
    width: 720px;
    height: 28px;
    
}
#menu1 ul
{
    float: right;
}
#menu ul li {
    list-style-type: none;
    display: inline;
    font-size: 14px;
   
    
    
    
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li span, #menu ul li a:active, #menu ul li a:hover {
	COLOR: #555;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
	 position: relative;
    top: -8px;
	
}
#menu ul li span {
    color: #fff;
}
#menu ul li a:hover {
	COLOR: #111;
	TEXT-DECORATION: underline;
	
}

/*----------------------------------------------------LEFT--------------------------*/
#left {
    float: left;
    width: 200px;
    padding: 10px 10px;
}
#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;
}
/*------------------------------------------------CONTENT-------------------*/
#content {
    margin: 15px 190px 0px 230px;
    padding: 10px 20px;
    border-left: solid #eee 1px;
    border-right: solid #eee 1px;
    min-width: 520px;
}
#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; }
.lev1 {
    list-style-position: outside;
    padding: 0 20px;
}
.lev1 ol {
    list-style-type: lower-latin;
    list-style-position: outside;
    padding: 0 20px;
}
#ads1 
{
    width: 470px;
    margin: auto;
}
#ads2 
{
    width: 200px;
    margin: auto;
}
/*--------------------------------------------RIGHT--------------------------*/
#right {
    width: 160px;
    position: absolute;
    top: 150px;
    right: 12px;
    padding: 10px;
    
}
/*-------------------------------------------FOOTER--------------------------*/
#footer {
    margin-top: 25px;
    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;
}

                
