body
{   
	background: #FFFFFF url('../img/body/background.jpg') top center no-repeat scroll;
	padding-top:10px;
	overflow:scroll;
}

.contentWrapper:before 
{
	content: " ";
	display: table;
	width: 100%;
}

.contentWrapper:after, .clearfix:after 
{
	clear: both;
	content: " ";
	display: block;
	font: 0px/0 serif;
}

.contentWrapper:after, .clearfix:after 
{
	clear: both;
	content: " ";
	display: block;
	font: 0px/0 serif;
}

.contentWrapper 
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C7C7C7;
	border-image: none;
	border-radius: 15px 15px 15px 15px;
	border-right: 2px solid #C7C7C7;
	border-style: solid;
	border-width: 1px 3px 3px 1px;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.17);
	cursor: auto;
	margin: 12px auto 0;
	position: relative;
	width: 900px; 
	z-index: auto !important;
	background-origin: border-box !important;
	display: block;
}

.footer
{
	height:20px;
	background:#ff811a;
	background: #1B8AB9;
	background: linear-gradient(top, #3FB2E4 0, #20A6DF 23%, #115A78 100%) no-repeat;
	background: -webkit-linear-gradient(top, #3FB2E4 0, #20A6DF 23%, #115A78 100%) no-repeat;
	background: -moz-linear-gradient(top, #3FB2E4 0, #20A6DF 23%, #115A78 100%) no-repeat;
	background: -o-linear-gradient(top, #3FB2E4 0, #20A6DF 23%, #115A78 100%) no-repeat;
	background: -ms-linear-gradient(top, #3FB2E4 0, #20A6DF 23%, #115A78 100%) no-repeat;
	background: linear-gradient(top, #3FB2E4 0, #20A6DF 23%, #115A78 100%) no-repeat;
	-svg-background: linear-gradient(top, #3FB2E4 0, #20A6DF 23%, #115A78 100%) no-repeat;
	-webkit-border-radius:0 0 13px 13px;
	-moz-border-radius:0 0 13px 13px;
	border-radius:0 0 13px 13px;
	border-top:1px solid #D4D4D4;
	padding:5px;
	margin:0 auto;
	position: relative;
	color: #FFCDA3;
	font-size: 10px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	line-height: 175%;
	text-align: center;
}

.footer p
{
	margin:0px;
	padding:0px;;
	color:#FFF;
	text-align: center;
	-webkit-user-select: none; /* Chrome/Safari - Text Unselectable*/
	-moz-user-select: none; /* Firefox - Text Unselectable*/
	-ms-user-select: none; /* IE10+ - Text Unselectable*/
}

.footer a
{
	margin:0px;
	padding:0px;;
	color:#FFF;
	text-align: center;
	text-decoration:none;
}

.footer a:hover
{
	color:#FFF;
}

div.doubleColumnContainer
{
	width:100%;
}

div.doubleColumnContainer >div.columnLeft
{
	width: 69%;
	float: left;
	border-right:1px dotted #19485b;
	padding-right:24px;
	margin-bottom:15px;
}

div.doubleColumnContainer>div.columnRight
{
	width:26%;
	float: right;
}