* {
	margin: 0;
}

.fullInline, .fullInline * {
	float: left;
}
ul.noList, 
ul.noList > li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hasFloats {
	clear: both;
	overflow: hidden;
}
.hide {
	display: none;
}
.x-orientation-right {
	text-align: right;
}
.clr, .clear {
	clear: both;
}
.clrL, .clearL {
	clear: left;
}
.clrR, .clearR {
	clear: right;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.Layout-Cols {
	width: 100%;
}
img {
	border: 0;
	vertical-align: middle;
}
/* Copyright */
#copyright-footer {
	position: relative;
	text-align: center;
	margin-top: 3em;
	padding-top: .5em;
	position: relative;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	border-top: 1px dotted #bbb;
}
#copyright-footer, #copyright-footer a {
	font-size: 11px;
	color: #bbb;
	text-decoration: none;
}