/* BA Layout CSS - Revised 17/3/2004 */
/* Body and general styles */
body
{
	margin: 0;
	padding: 0;
}
              
.clear
{
	clear: both;
}
.dottedLine
{
	clear:both;
	padding: 0px 0px 4px 0px;
}
.wrapper
{
	width: 100%;
}
.float-wrapper
{		
	width: 95%;
}
/* Left column */
.leftNav
{
	display:none;
}

/* Right column */
.rightNav
{
	position: relative;
	float: right;
	width: 200px;	
	display:none;
}

/* Main column */
.mainC {
	float:right;
	width:100%;
	margin-left:5px;
	/*margin: 0 10px 0 10px;*/
	/*vertical-align:top;	*/
}

.mainWrapper
{
	/*width:410px;	*/
		
}
.mainR
{
	float:right;
	width:200px;
}
.mainL
{
	float:left;
	width:200px;
}
.mainImg
{
	float:right;
	margin-right:10px;
}
.mainTitle
{
	float:right;
	/*width:410px;*/
	float:none;
	margin-left:5px;
	margin-right:200px;
}
/* Channel */
.channelblock
{
	display:block;		
}
.channelrow
{
	width:410px;	
	clear:both;
	height:100%;
}
/* Header */
.header
{
	clear: both;
	width:630px;
}
.topNavL
{
	float: left;
	width: 500px;
}
.topNavR
{
	float: right;
	width: 260px;
}
.navtable
{
	
}
/* Footer */
.footer
{
	clear:both;
	float: right;
	width: 630px;
	display:none;
}
/* Search templates */
.mainSearchC
{
	width:610px;
	margin-left:140px;
}
/* Utils templates */
.mainUtilsC
{
	width:610px;
	margin-left:140px;
}
/* error */
.errorC
{
	float:right;
	width:620px;
}

.sitemapL
{
	float:left;
	width:300px;
}
.sitemapR
{
	float:right;
	width:300px;
}