@CHARSET "ISO-8859-1";

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #ffffff;
	font: normal 16px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;	
}
body {
	background: #ffffff;
}
html > body {
	height: 100%;
	min-height: 100%;
}
.hidden {
	display: none;
}
.noborder {
	border: 0px none #ffffff;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	display: none;
}

::-moz-selection{
	background-color:#A4C2C0;

}
#wrapper {
	min-height: 100%;
	margin-bottom: -230px;
	height: auto;
	clear: both;
}
* html #wrapper { 
	height: 100%;
	margin-bottom: -230px;
}
#clearfooter {
	clear: both;
	height: 50px;
}

#header {
        text-align: center;
	font: normal 16px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;	
}

a { 
font: 16px "Century Gothic"; 
color: #1f9620; 
text-decoration: underline;
}

#main {
}

#steps {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	border:1px solid #1f9620;
	text-align:left;
	height: 50px;
	background-color: #1f9620;
}
#step {
  padding: 0px 5px 5px 5px;

}

#step ul{
	margin: 0px;
	padding: 0px 0 0 0;
}

#step  li{
	margin: 5px 5px 0 5px;
	padding: 10px;
	list-style: none;
	color: #000;
	float: left;
	font-weight: bold;
	font-size: 16px;
}
#step  li.na{
	margin: 5px 5px 0 5px;
	padding: 10px;
	list-style: none;
	color: #000;
	float: left;
	font-weight: bold;
}

#step  a {
	display: block;
	color: #FFF;
	text-decoration:none;
	padding: 0 2px 0 2px;
	font-weight: bold;
}

#step  a:hover, #step  a:active {
	display: block;
	background: #1f9620;
	color: #fff;
	padding: 0 2px 0 2px;
	font-weight: bold;
}

#footer {
	background: #1f9620;
	width: 100%;
	margin-top: 20px;
	height: 190px;
text-align: center;
}

#footer a { 
font: 12px "Century Gothic"; 
color: #fff; 
text-decoration: underline;

}

#infotext{
}

#info{
font: 12px "Century Gothic"; 
}

#properties{
font: 14px "Century Gothic"; 
color: #1f9620;
}


