﻿#links table
{
	width:100%;
}
#links td.left
{
	vertical-align:top;
	width:150px;
}
#links td.right
{
	padding:0px 0px 0px 20px;
	text-align:right;
	width:100%;
}
#links td.right .content
{
	padding:20px 20px 20px 0px;
	background-color:#fdfdfd;
	border-left:dotted 1px #333333;
	border-right:dotted 1px #333333;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	height:325px;
	overflow:scroll;
}
#links td.right .content ul
{
	text-align:left;
	list-style-image:url("images/bullet.gif");
}
#links td.right .content ul li
{
	border-bottom:dotted 1px #333333;
	padding-bottom:5px;
	margin-bottom:10px;
}
#links .caption
{
	font-weight:bold;
}