/* Layout Front Page */
.leftcol-container
{ 
	width : 300px;
	float : left; 
	margin : 0 0 0 0;
}		

.leftcol-top
{
	width : 300px; 
	height : 10px;
	background : url('leftcol_top.png'); 
}

.leftcol-bottom
{
	width : 300px; 
	height : 10px;
	background : url('leftcol_bottom.png'); 
}

.leftcol-content
{
	width : 300px;
	background : url('leftcol_content.png'); 
}

.middlecol-container
{
	float : left; 
	margin : 0;
	width : 280px;
}

/* Front page TOP arrows */
div.top-arrow-b
{
	background : url(top_arrow_b.png) top left no-repeat; 
	height : 68px;
	width : 280px;
}

div.top-arrow-o
{
	background : url(top_arrow_o.png) top left no-repeat; 
	height : 68px;
	width : 280px;
}

div.top-arrow-padding
{
	padding-top : 10px;
}

div.top-arrow-title
{
	text-align : center; 
	font-family : arial; 
	font-size : 18px; 
	font-weight : bold; 
	line-height : 18px; 
	text-transform : uppercase;
}

div.top-arrow-title-line2
{
	text-align : center; 
	font-family : arial; 
	font-size : 15px; 
	font-weight : bold; 
	line-height : 15px; 
	text-transform : uppercase;
}