.wrapper {
	top: 0px;
	width: 640px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 20px solid #c03;
	padding: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #7CB4E5;
	text-align: center;
}
.hometop {
	background-image: url(img/heads/HomePic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 540px;
	width: 800px;
}
.top {
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	float: left;
	height: 120px;
	background-image: url(img/heads/hd_2.jpg);
}
.navigation {
	background-color: #ffffff;
	height: 32px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	float: right;
}
.navigation a:link {
	display: block;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration: none;
	color: #666666;

}
.navigation a:hover {
	display: block;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	text-decoration: none;
	color: #666666;
}
.navigation a:visited {
	display: block;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	text-decoration: none;
	color: #666666;
}
.navigation a:active {
	display: block;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	text-decoration: none;
	color: #666666;
}
.intro {
	top: 225px;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}
.steps {
	position: relative;
	top: 230px;
	padding-right: 10px;
	padding-left: 10px;
	height: 120px;
}
.pagehead {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	top: 435px;
}
.solutions {
	position: absolute;
	top: 460px;
	margin-right: 15px;
	margin-left: 15px;
	width: 770px;
	font-size: 10px;
	left: 0;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-top: 6px;
	float: left;
	width: 100%;
}
.content {
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C03;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-top: 6px;
	margin-bottom: 6px;
}
.MainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-left: 0px;
	padding-top: 15px;
	text-align: left;
}

.MainNav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-right: 20px;
	padding-top: 15px;
	text-decoration: none;
}
.MainNav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-top: 15px;
	text-decoration: none;
}
.MainNav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BB0140;
	padding-top: 15px;
	text-decoration: none;
}
#logo {
	float: right;
	margin-right: 2px;
	margin-top: -10px;
}

