*{
	font-family: verdana, arial;
	color: #006699;
	font-size: 12px;
}

html, body {height: 100%;} 

a{
	text-decoration: none;
	color: #006699;
	font-style: italic;
}

a span, button span{
	display: none;
}

button{
	display: block;
	border: none;
	cursor: pointer;
}

a:hover{
	text-decoration: underline;
	color: #666;
}

a.active{
	text-decoration: none;
	color: #006699;
}

body{
	background: #006699;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4{
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 20px;
}

p{
	margin-bottom: 0px;
}

#mainWrapper
{
	background: url(../images/bgblock.jpg) 0px 0px no-repeat;
	width: 815px;
	height: 615px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#steps
{
	padding: 0px;
	margin: 0px;
}

#steps li{
	display: block;
	float: left;
	width: 200px;
}

#steps li a{
	display: block;
	width: 200px;
	height: 45px;
}

#steps li a.step1{
	background: url(../images/stap1.jpg) 0px 0px no-repeat;
}

#steps li a.step2{
	background: url(../images/stap2.jpg) 0px 0px no-repeat;
}

#steps li a.step3{
	background: url(../images/stap3.jpg) 0px 0px no-repeat;
} 

#steps li a.step4{
	background: url(../images/stap4.jpg) 0px 0px no-repeat;
}

#steps li a:hover{
	background-position: 0px -45px;
}

#steps li a.active{
	background-position: 0px -90px;
}

#contentWrapper{
	width: 800px;
	height: 600px;
	*height: 555px;
}

#topimg{
	*margin-bottom: -2px;
}

#contentLeft{
	width: 514px;
	height: 439px !important;
	float: left;
}

#contentLeft div.text{
	font-weight: bold;
	padding: 10px 0px 0px 23px;
	*padding-top: 23px;
	height: 100px;
	overflow: hidden;
}

#contentLeft p{
	font-weight: bold;
	padding: 10px 0px 0px 23px;
	*padding-top: 23px;
}

#bottom_nav{
	width: 100%;
	padding-left: 30px;
	margin-left: 23px;
}

#btn_prev{
	width: 203px;
	height: 37px;
	background: url(../images/btn_prev.jpg) 0px 0px no-repeat;
	float: left;
}

#btn_next{
	width: 250px;
	height: 37px;
	background: url(../images/btn_next.jpg) 0px 0px no-repeat;
	float: left;
}

#btn_prev:hover, #btn_next:hover{
	background-position: 0px -37px;
}

#btn_prev.inactive, #btn_next.inactive{
	background-position: 0px -74px;
}

#footer{
	width: 800px;
	color: #fff;
	padding-top: 25px;
	text-align: center;
}

#footer a{
	color: #fff;
}

