﻿/* Left Only layout */


.ContentLayoutLeft .LeftContent
{

float:right;

}

.ContentLayoutLeft .RightContent
{
	width: 0px;
float:left
}

.ContentLayoutLeft .Content
{

	width: 500px;
	padding: 1em 1em 1em 1em;

}

.ContentLayoutLeft .FooterContent
{
	clear: both;
	
}

/* Right Only layout */

.ContentLayoutRight .LeftContent
{

}

.ContentLayoutRight .RightContent
{
background-image:url('/images/bg_twocol_blue.gif');
background-color:#E2EAF0;
float:right;
width:225px;
}

.ContentLayoutRight .Content
{
padding:10px;
float:left;
width:660px;


}

.ContentLayoutRight .FooterContent
{
	
clear:both;
	
}

/* Both Sides layout */
.ContentLayoutBoth .TopContent
{
	
}

.ContentLayoutBoth .LeftContent
{
	float: left;
	width: 200px;
}

.ContentLayoutBoth .Content
{
	float:left;
	width: 540px;
	padding: 1em 1em 1em 1em;
}

.ContentLayoutBoth .RightContent
{
	float:left;
	width: 200px;
}

.ContentLayoutBoth .FooterContent
{
	clear: both;

}

/* No Sides layout */
.ContentLayoutNone .TopContent
{
	padding: 0em 0em 0em 0em;
	clear: both;
}
.ContentLayoutNone .LeftContent
{
	
	float: left;
	width: 0px;
}

.ContentLayoutNone .RightContent
{
	
	width: 0px;
}

.ContentLayoutNone .Content
{
	
	float:left;
	padding: 1em 1em 1em 1em;
	
}

.ContentLayoutNone .FooterContent
{
	
	clear: both;
	
}