body {
	background-image: url(images/new-tile3.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #3a4562;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#wrapper {
	width: 100%;
	background-image: none;
	background-repeat: repeat;
	padding: 0px;
	margin: 100px 0px 0px;
	text-align: center;
}
#masthead {
	background-image: url(images/cloudlogo_02.gif);
	background-position: center center;
	height: 50px;
	width: 100%;
	border-top: 2px solid #9fc032;
	border-right: 2px none #9fc032;
	border-bottom: 2px solid #9fc032;
	border-left: 2px none #9fc032;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
.stripe {
	background-color: #3a4562;
	font-weight: bold;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A5AAB7;
	border-right-color: #A5AAB7;
	border-bottom-color: #A5AAB7;
	border-left-color: #A5AAB7;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.stripe a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cad1df;
}
.stripe a:hover {
	color: #FFFFFF;
}

