/* @group Universal styles */

html {
	font-size: 100%;	/* For IE */
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

img {
	border: 0;
}

/* @end */

#wrapper {
	margin: auto;
	width: 53.571em;
}

#logo img {
	float: left;
}

#logo p {
	float: right;
	text-align: right;
}

#footer p {
	font-size: 0.75em;
	text-align: center;
}

/* @group General classes */

.cleared {
	clear: both;
}

.stripe {
	clear: both;
	color: #ffffff;
	height: 1.5em;
}

.stripe a {
	color: #ffffff;
}

.stripe span {
	color: #ffffff;
	display: block;
	padding-top: 0.20em;
	text-align: center;
}

.smallStripe {
	clear: both;
	height: 0.25em;
}

.blue {
	background-color: #25358d;
}

.orange {
	background-color: #f89f1d;
}

/* @end */