.frontpageTopTable
{
	position: relative;
	background-color: white;
	width: 100%;
}

.frontpageTopCell
{
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 16px;
}

.frontpageHeaderTable
{
	position: relative;
	background-color: rgb(91,71,115);
	width: 100%;
}

.frontpageHeaderCell1, .frontpageHeaderCell2, .frontpageHeaderCell3
{
	padding: 0px;
	margin: 0px;
	height: 18px;
	vertical-align: middle;
}

.frontpageHeaderCell1		{ width: 200px; }
.frontpageHeaderCell2		{ width: 559px;  /* 310 */}
/*.frontpageHeaderCell3		{ width: 249px; }*/

.frontpageHeaderSpan1		{ padding-left: 22px; font-family: Arial, Helvetica; font-size: 11px; text-transform: capitalize; color: white; }
.frontpageHeaderSpan2		{ padding-left: 52px; font-family: Arial, Helvetica; font-size: 11px; text-transform: capitalize; color: white; }
/*.frontpageHeaderSpan3		{ padding-left: 0px; font-family: Arial, Helvetica; font-size: 11px; text-transform: capitalize; color: white; }*/

.frontpageContentDiv
{
	position: relative;
	width: 100%;
	height: 354px;
	padding: 0;
	margin: 0;
	overflow: scroll;
}

.frontpageContentTable
{
	position: relative;
	width: 100%;
	height: 100%;
}

.frontpageContentCell1, .frontpageContentCell2, 
.frontpageContentCell3, .frontpageContentCell4
{
	position: relative;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.frontpageContentCell1		{ width: 200px; }
.frontpageContentCell2 		{ width: 2px; background-color: rgb(91,71,115); }
.frontpageContentCell3		{ width: 557px; /*308px;*/ }

.fpContentCellDiv1			{ padding: 12px 12px 0px 22px; font-size: 10px; position: relative; }
.fpContentCellDiv3			{ padding: 1px 22px 12px 52px; font-size: 10px; position: relative; }

.fpContentReadMore1, .fpContentReadMore2
{
	position: absolute;
	top: 245px;
}
.fpContentReadMore1		{ right: 22px; }
.fpContentReadMore2		{ right: 32px; }

.fpNewsSection
{
	position: relative;
	width: 100%;
	height: 42px;
	
	text-align: left;
	vertical-align: top;
	margin-bottom: 6px;
}

.fpReadMoreNews
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-width: 0px;
}

.newsFont
{
	font-size: 10px
}

.frontpageLinkDiv
{
	position: absolute;
	top: 20px;
	right: 40px;
	text-align: right;
}

.frontpageLink, .frontpageLink:link, .frontpageLink:active
{
	color: #7A4FC0;
	text-decoration: none;
}

.frontpageLink:hover		
{
	color: #7A4FC0;
	text-decoration: underline; 
}

