body {
	color: #fff;
	font-size: 12px;
	background: #0040c0 url(../images/background.jpg) no-repeat center top;
	padding-bottom: 5em;
}

a {
	color: #ffffff;
	text-decoration: none;
}

.header {
	margin-top: 2em;
	margin-bottom: 2em;
}

.header .menu {
	text-align: right;
	font-size: 1.30em;
	color: #004de1;
	padding-top: 1em;
	position: relative;
	left: 1em;
}

.header .menu a {
	margin-left: 1em;
	margin-right: 1em;
	color: #ffffff;
	font-weight: bold;
}

.blue-background {
	background-color: #0169db;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px solid #4d8dd8;
}

.pictures a {
	width: 200px;
	height: 150px;
	margin-bottom: 0.5em;
}

.pictures a img {
	border: 3px solid #2c82e1;
	margin: 1px;
}

.pictures a img:hover {
	border: 3px solid #589cdf;
}

/* @group Description */

a#readmore, a#readless {
	display: block;
	margin-top: 0.5em;
	text-decoration: underline;
}

/* @end */

/* @group Instant Sign-up */

.instantsignup {
	border: 2px solid #1e7adf;
	background-color: #2071c5;
}

.instantsignup h3 {
	font-size: 1.10em;
	padding: 5px 10px;
	display: block;
	background: url(../images/creditcards.gif) no-repeat 140px center;
	color: #ebebeb;
	margin: 0px 0px 5px;
}

.instantsignup .steps {
	display: block;
	background: #085bb3 url(../images/steps-background.gif) repeat-x center center;
	padding: 5px 10px;
	border-top: 1px solid #0760be;
	color: #649bcb;
	font-weight: normal;
}

.instantsignup .steps strong {
	color: #ffffff;
	position: relative;
	top: -1px;
}

.instantsignup ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
}

.instantsignup ul li {
	list-style-image: none;
	list-style-type: none;
	padding: 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #1d6ec4;
	background-color: #1165be;
}

.instantsignup ul li:hover, .instantsignup ul li:focus {
	background-color: #00529c;
}
.instantsignup ul li span {
	display: block;
}

.instantsignup ul li strong {
	margin: 0px;
}

.instantsignup ul li span.mostpopular {
	display: inline;
	float: right;
	color: #f4b02d;
	font-weight: bold;
}

.instantsignup ul li p {
	margin: 0px;
}

.instantsignup span.altpayment {
	display: block;
	text-align: right;
	font-size: 11px;
	padding: 5px 10px;
	background-color: #0760be;
}

.instantsignup span.altpayment a{
	color: #76abe5;
	text-decoration: underline;
}

/* @end */

/* @group Newsletter */

.newsletter {

}

.newsletter form label {
	display: block;
	font-size: 11px;
	font-weight: bold;
}

.newsletter form input[type=text] {
	padding: 4px;
	color: #666666;
	border: 1px solid #2a67a9;
}

/* @end */

.newsletter h2, .recentupdates h2, .recentupdates span.clicktosee {
	font-size: 1.3em;
	color: #ebebeb;
	margin-bottom: 0.75em;
}

/* @group Recent updates */

.recentupdates {
	border-left: 1px solid #418fe4;
	padding-left: 9px;
}

.recentupdates .update {
	display: block;
	float: left;
	width: 33.33%;
	text-align: center;

}

.recentupdates .update a {
	font-weight: bold;
}

.recentupdates .update a.thumbnail {
	width: 200px;
	height: 150px;
	display: block;
	border: 3px solid #2c82e1;
	margin-bottom: 0.5em;
}

.recentupdates .update a.thumbnail:hover, .recentupdates .update a.thumbnail:focus {
	border: 3px solid #589cdf;
}

.recentupdates span.clicktosee {
	display: inline;
	float: right;
	font-weight: normal;
}

/* @end */

/* @group Join */

.join {
	text-align: center;
}

/* @end */