﻿/* topics
----------------------------------------------- */
#topics {
	margin: 10px 0 0 0;
	width: 760px;
	}
#topics:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	}
#topics_l {
	float: left;
	width: 170px;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px;
	}
#topics_l ul {
	text-align: right;
	margin: 25px 30px 0 0;
	font-weight: bold;
	font-size: small;
	_font-size: x-small;
	}
#topics_l li {
	margin: 10px 0 0 0;
	}
#topics_l li a {
	text-decoration: none;
	}
#topics_l li a:hover {
	color: #660099;
	text-decoration: underline;
	}
#topics_r,#topics_r2 {
	float: right;
	width: 555px;
	margin: 0 10px 0 0;
	_margin: 0 5px 0 0;
	}
#topics_r {border-top: 30px solid #660099;}

#topics_r h3 {
	margin: 20px 0 0 0;
	background: url(../img/topics_bg.gif) no-repeat;
	width: 555px;
	height: 50px;
	padding: 0 0 0 470px;
	font-size: small;
	_font-size: x-small;
	}
#topics_r2 h3 {
	background: #660099;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_font-size: x-small;
	}
#topics_r h4 {
	background: url(../img/title_bg.gif) repeat-x bottom;
	padding: 0 0 8px 0;
	font-size: medium;
	_font-size: small;
	}
#topics_r h4 a {
	font-size: small;
	_font-size: x-small;
	color: #000;
	text-decoration: none;
	}
#topics_r h4 a:hover {
	color: #660099;
	text-decoration: underline;
	}
#topics_r2 p {
	margin: 10px 0 0 0;
	}
.margin20 {
	margin: 20px 0 0 0 !important;
	}
.right {
	text-align: right;
	}
