BODY {
	background-color: #F7EFD7;
	background-image: url(001_Home/HomeBackGround.jpg);
	font-family: "Monotype Corsiva";
	color: #D9B900;
	margin: 0px;
	text-align: justify;
}
 
a:link {
	/*normal links in the text*/
	color: #000099;
	text-decoration: none;
	background: transparent;
	font-weight: 800;
}
a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: 800;
	background: transparent;
}
a:hover { 
  color: #000099; 
  text-decoration: none;
  background: transparent;
  font-weight: 800;
  }

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: Black;
}


#menu {
	position: static;
	top: 0;
	left: 0;
}
#menu {
	width: 130px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: #ccc;
	font-size: 0.9em;
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border: 0 none;
	height: 100%;
	font-size: 0.8em;
}

#menu li a:hover, #menu dt a:hover {
	background: #eee;
}
hr {
	visibility: hidden;
	height: 0;
	clear: both;
}

#list {
	position: static;
	top: 0;
	left: 0;
	width: 250px;
}
#list dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: #ccc;
	font-size: 0.9em;
}
#list dd {
	border: 1px solid gray;
}
#list li {
	text-align: center;
	background: #fff;
}
#list li a, #list dt a {
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border: 0 none;
	height: 100%;
	font-size: 0.8em;
}

#list li a:hover, #list dt a:hover {
	background: #eee;
}

#step {
	top: 0;
	left: 0;
	width: 130px;
}
#step dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: #ccc;
	font-size: 0.9em;
	position: fixed;
	bottom: 5px;
}

.step1 {
	width: 130px;
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: Gray;
	font-size: 0.7em;
	position: fixed;
	bottom: 5px;
	left: 0;
	color: Black;
}
.step2 {
	width: 130px;
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: Gray;
	font-size: 0.7em;
	position: fixed;
	bottom: 30px;
	left: 0;
	color: Black;
}
.step3 {
	width: 130px;
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: Gray;
	font-size: 0.7em;
	position: fixed;
	bottom: 55px;
	left: 0;
	color: Black;
}
* html {
    overflow-y: hidden;
    }
* html body {
    overflow-y: auto;
    }
* html div.step1 {
	position: absolute;
}
* html div.step2 {
	position: absolute;
}
* html div.step3 {
	position: absolute;
}

