/* -------- 3 Column Tweaks to Inside Page Template --------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.full-column {
	width: 565px;
	float: left;
	margin-top:5px;
	margin-bottom:0px;
	padding-left:18px;
}

/* ----- Main Column ----- */
.main-column-short {
	width: 393px;
	padding-left:0px;
	height: 100%;
}
.main-column-wide {
	width: 550px;
	padding-left:0px;
	height: 100%;
}

/* ----- Secondary Column ----- */
.secondary-column {
	width: 560px;
	height: 100%;
	padding-top: 8px;
	border-top: solid 1px #cccccc;
}

/* -------- Right Column --------- */
.right-column {
	float:right;
	width:190px;
	margin:0 0 0 18px;
	padding-left: 10px;
	background-color: f3f7f8;
	border-left: solid 1px #e4ecef;
}
.right-column p {
  	font-size:11px;
	line-height:15px;
	margin-top:12px;
}
.right-column p.lastlink {
	padding-bottom: 20px;
	border-bottom: dotted 1px #CCCCCC;
}
.right-column h1 {
	font-size:18px;
	font-weight:normal;
	color:#505050;
	margin:0;
	padding:0;
}
.right-column h2 {
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#969696;
	margin:2px 0 0px 0;
	padding:0;
}