body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:arial,verdana;
	font-size:11px;
	background:url('pictures/body.png');
	background-repeat:repeat-x;
}
form{
	margin:0px;
}
table{
	border-collapse:collapse;
}
td{
	vertical-align:top;
	padding:0px;
}
div{
	vertical-align:top
}

.mainDiv{
	width:900px;
	background:#9bb3b8;
	text-align:left;
	margin:0px auto;

}

#topDiv{
	width:980px;
	height:300px;
	background:#9bb3b8;
	text-align:left;
	margin:0px auto;
	background:url('pictures/top.jpg');
}

#stepDiv{
	width:900px;
	height:170px;
	background:#1c2122;
	text-align:left;
	margin:0px auto;
}

#stepDiv p {color:#cdcece;font-size:12px;}
#stepDiv p:hover {color:#cdcece;font-size:12px;font-style:italic;}
#stepDiv td {padding-right:30px;padding-left:30px;}

#step1Div{
	background:url('pictures/step1.png');
	background-repeat:no-repeat;
	height:36px;
	width:118px;
		
}
#step1Div:hover{
	background:url('pictures/step1MouseOver.png');
	background-repeat:no-repeat;
	height:36px;
	width:118px;
		
}

#step2Div{
	background:url('pictures/step2.png');
	background-repeat:no-repeat;
	height:36px;
	width:173px;
		
}
#step2Div:hover{
	background:url('pictures/step2MouseOver.png');
	background-repeat:no-repeat;
	height:36px;
	width:173px;
		
}

#step3Div{
	background:url('pictures/step3.png');
	background-repeat:no-repeat;
	height:36px;
	width:118px;
		
}
#step3Div:hover{
	background:url('pictures/step3MouseOver.png');
	background-repeat:no-repeat;
	height:36px;
	width:118px;
		
}

#stepInstructionsDiv{
	background:url('pictures/stepinstruktions.png');
	background-repeat:no-repeat;
	height:36px;
	width:195px;
		
}
#stepInstructionsDiv:hover{
	background:url('pictures/stepinstruktionsMouseOver.png');
	background-repeat:no-repeat;
	height:36px;
	width:195px;
		
}


#infoDiv{
	width:900px;
	min-height:300px;
	background:#ffffff;
	text-align:left;
	margin:0px auto;
	
}

#infoDiv p {color:#000000;font-size:12px;margin-left:36px;margin-right:15px;}


#contactDiv{
	width:900px;
	height:58px;
	background:#dce5e7;
	text-align:left;
	margin:0px auto;
	background:url('pictures/footer.gif');
	background-repeat:repeat;
}

#contactDiv p {margin:0px auto;padding-left:30px;padding-top:20px;padding-bottom:20px;}

h1{
	font-family:arial;
	font-size:20px;
	color:#fe5c11;
	margin-left:36px;
	margin-top:33px;
		
}


a {
	color:#abb9bc;
	font-size:11px;	
}

a:hover{
	font-style:italic;	
}

