/* MAIN TABLE */
.content
{
	float		: left;
}
.content .right
{
	padding		: 30px 30px 0px 30px;
	vertical-align	: top;
}

/* RIGHT TABLE */
.content .right .navigate
{
	border-bottom	: 1px solid #656565;
	padding-bottom	: 6px;
}
.content .right .navigate A
{
	
}
.content .right .title
{
	margin		: 10px 0px 20px 0px;
	font-size		: 15pt;
	font-weight	: bold;
	color		: #000000;
}
.content .right .content
{
	color		: #000000;
	margin-bottom	: 40px;
}
.content .right .content A
{
	color		: #F37A1F;
}


/* HOME */
.home .content .navigate {
	display: none;
}
.home .content .right {
	padding: 0 15px 0;
}
.home .content .right .content {
	margin-bottom: 0;
}