﻿#main
{
	font-size: 12px;
	color: White;
	text-align: left;
}
#main h3
{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.DownloadHR
{
	height: 1px;
	background-color: #91bdef;
	padding: 0;
	margin: 0px 15px 15px 37px;
	position: relative;
	float: left;
	width: 880px;
}
.stepBox
{
	position: relative;
	float: left;
	width: 880px;
	margin-left: 40px;
}

.stepNumber
{
	position: relative;
	float: left;
	width: 50px;
	height: 170px;
}

.stepText
{
	position: relative;
	float: left;
	margin-left: 15px;
}

.stepImage
{
	position: relative;
	float: right;
}
.stepAlsoText
{
    margin-left: 8px;
}
.stepAlsoText a
{
    color: white;
}
.stepAlsoText a:hover
{
    color: green;
}
.stepText a
{
    color: white;
    font-weight: bold;
}
.stepText a:hover
{
    color: green;
}
