/* CSS Document */


p {
	line-height: 160%;
}

/* home_banner
-----------------------------------*/
#home_banner{
	width			:700px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}
#home_banner h2 {
text-indent		:-9999px;
display			:block;
text-decoration		:none;
width			:185px;
height			:31px;
margin-bottom		:15px;
background		:url("../img/sponsors_title.gif") no-repeat 0 0;
}

/* topics_list
-----------------------------------*/

#topics_list{
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center;
}
#topics_list dl{
width			:535px;
}
#topics_list dt{
display			:block;
width			:90px;
float			:left;
clear			:left;
color			:#9A0000;
padding			:0 0 15px 27px;
}
#topics_list dd{
margin-bottom		:10px;
padding-bottom		:10px;
}
#topics_list dd a{
color			:#333333;
text-decoration		:none;
}
#topics_list dd a:hover{
color			:#3c0620;
text-decoration		:underline;
}



#box{
	height: 120px;
	width: 220px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#box2{
	height: 120px;
	width: 220px;
	margin-bottom: 10px;
	float: right;
	margin-left: 20px;
}

