﻿dl{
	margin: 5px 0 0 15px;
	padding: 0;
	font-size: 12px;
}

dl dt {
	float: left;
	font-size: 18px;
}

h3{
	/*padding: 3px;*/
	color: #666666;
	font-size: 18px;
}

h3 span{
	color: #000;
	font-size: 14px;
}

.step{
	padding-left: 80px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 550px;
	margin-left: 100px;
	margin-right: auto;
	position: relative;
}

.previousStep{
	position: absolute;
	float: left;
	display: block;
	/*width: 30px;*/
	/*padding: 50px 10px 50px 10px;*/
/*	margin-left: -130px;*/
	left: -50px;
	text-align: center;
	padding-top: 50px;
	height: 35px;
}

.nextStep{
	/*font-size: 35px;*/
	float: left;
	margin-left: 20px;
	/*width: 30px;*/
	/*padding: 50px 10px 50px 10px;*/
	text-align: center;
	padding-top: 50px;

}

.nextStep a, .previousStep a{
	height: 35px;
	width: 35px;
	text-decoration: none;
	/*border-bottom: 1px solid #999;*/
	display: block;
	color: #999;
}

.nextStep a{
	background-image: url(../images/stepright.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

.nextStep a span{
	visibility: hidden;
}

.previousStep a{
	background-image: url(../images/stepleft.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

.previousStep a span{
	visibility: hidden;
}


.nextStep a:hover{
	background-position: 0px -35px;
}

.previousStep a:hover{
	background-position: 0px -35px;
}

#step1{
	background-image: url(../images/1984.gif);
}

#step2{
	background-image: url(../images/1985-1989.gif);
}

#step3{
	background-image: url(../images/1991-1995.gif);
}

#step4{
	background-image: url(../images/1996.gif);
}

#step5{
	background-image: url(../images/1997-1999.gif);
}

#step6{
	background-image: url(../images/2000-2003.gif);
}

#step7{
	background-image: url(../images/2004.gif);
}

#step8{
	background-image: url(../images/2005-2007.gif);
}

#step9{
	background-image: url(../images/2008.gif);
}

#step10{
	background-image: url(../images/2009.gif);
}

.stepContent{
	width: 450px;
	float: left;
}

.justified p {
	text-align: justify;
}

