/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				1020px;
}

col#leftcolumn
{
	width:				170px!important;
}

col#contentcolumn
{
	width:				auto;
}

col#rightcolumn
{
	width:				auto;
}

/* Layout Contents */
td#leftcontentcell
{
	display:			block;
	width:				170px!important;
	padding:			0px 0px 0px 0px;
	vertical-align:			top;

}

td#contentcell
{
	vertical-align:			top;
	width:				auto;
	padding:			70px 167px 60px 0px!important;
	margin:				0px 0px 0px 0px!important;
	line-height:			22px;
	font-family:			arial,verdana,sans serif;
	font-size:			12px;
	color:				#333333;
}

td#rightcontentcell
{
	vertical-align:			top;
	width:				auto;
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
a#pagetitle
{
	display:			block!important;
	width:				685px!important;
	margin:				0px 0px 10px 0px;
	padding:			0px 0px 0px 0px;
	line-height:			26px;
	font-family:			arial,verdana,sans serif;
	font-weight:			normal!important;
	font-size:			22px;
	color:				#333333!important;
	text-decoration:		none!important;
}

a#pagetitle:hover
{
	font-weight:			normal!important;
	color:				#333333!important;
	text-decoration:		none!important;

}
