#content .left
{
	float: left;
	padding-left: 30px;
	padding-top: 30px;
	text-align: left;
	width: 200px;
}
#content .left .title
{
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	font-weight: bold;
}
#content .left ul
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#content .left ul li
{
	list-style-type: none;
}
#content .left ul li a
{
	font-family: Arial;
	font-size: 10pt;
	color: #9799FD;
}
#content .center
{
	float: left;
	width: 720px;
	padding-top: 30px;
	font-family: Arial;
	font-size: 11pt;
	color: #666666;
	text-align: left;
}
#content .center div
{
	margin: 5px 0px 0px 0px;
}
#content .center .title
{
	font-family: Arial;
	font-size: 16pt;
	color: Black;
	padding-bottom: 15px;
	text-decoration: underline;
}
#content .center .title a
{
	color: Black;
}
#content .center .date
{
	padding: 10px 0px 10px 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
}
#content .right
{
	margin-top: -20px;
	float: right;
	margin-right: 30px;
	background-color: #cccccc;
	height: 355px;
	width: 170px;
	display: none;
}
#content .right .title
{
	font-family: Arial;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 0px 10px 5px;
	text-align: left;
}
#content .right ul
{
	text-align: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	line-height: 20px;
}
#content .right a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
#content .empty
{
	float: left;
	width: 100%;
	height: 30px;
}

#content .details
{
	float: left;
	width: 920px;
	padding: 20px 0px 0px 30px;
	font-family: Arial;
	text-align: left;
}
#content .details .note
{
	font-size: 10pt;
	color: #000000;
}
#content .details .note .title
{
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	margin-bottom: 10px;
}

#block
{
	font-family: Arial;
	font-size: 13px;
	margin-left: 60px;	
	padding: 5px;
	text-align: left;	
}

.separator
{
	width: 750px;
	border-bottom-color: #ccc;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin: 10px 0 10px 0;
}
#content .press
{
	font-family: Arial;
	font-size: 13px;
	margin-left: 60px;	
	margin-top: 50px;
	text-align: left;	
}
#content .press a.link
{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#content .press .heading
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 20px 0 5px 30px;
}
#content .press .content
{
	padding-left: 80px;
}
#content .press .content a
{
	line-height: 18px;
	text-decoration: underline;
	color: #999;
}
#content .press .content a:hover
{
	text-decoration: none;
}

.hand
{
	cursor: pointer;
}
