@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #965f2e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(ehrslices/bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #maincontainer {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1020px;
	padding: 45px 0px 75px 50px;
	background-image: url(ehrslices/pattern-bg1.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #maincontainer .container {
	position: absolute;
}
/* flash movie */
.oneColFixCtr #maincontainer #flashcontainer {
	position: absolute;
	top: 190px;
}
.oneColFixCtr  #maincontainer  #flashmovie #flashimage {
	position: absolute;
}
.oneColFixCtr #maincontainer #flashmovie {
	position: absolute;
}
/* customized documentation */
.oneColFixCtr #maincontainer #customizeddocumentationheader {
	position: absolute;
	top: 436px;
	left: 274px;
}
.oneColFixCtr #maincontainer #topbg {
	position: absolute;
	top: 477px;
}
.oneColFixCtr #maincontainer #midbg {
	position: absolute;
	top: 484px;
	height: 296px;
	background-image: url(ehrslices/mid-bg.png);
}
.oneColFixCtr #maincontainer #bttmbg {
	position: absolute;
	top: 780px;
}
/* body text */
.oneColFixCtr #maincontainer #ehrconceptscontainer {
	position: absolute;
	left: 293px;
	top: 485px;
}
.oneColFixCtr #maincontainer #ehrconceptscontainer #guidescontainer {
	position: absolute;
	width: 600px;
}
.oneColFixCtr #maincontainer #ehrconceptscontainer #bookscontainer {
	position: absolute;
	width: 600px;
	top: 130px;
}
.oneColFixCtr #maincontainer #ehrconceptscontainer #foldscontainer {
	position: absolute;
	width: 600px;
	top: 280px;
}
.oneColFixCtr #maincontainer #ehrconceptscontainer #qcontainer {
	position: absolute;
	top: 390px;
	width: 600px;
}
.oneColFixCtr #maincontainer #ehrconceptscontainer h4 {
	position: absolute;
	color: #40382F;
	top: 5px;
	font-size: 14px;
}
.oneColFixCtr #maincontainer #ehrconceptscontainer p {
	font-size: 11px;
	position: absolute;
	top: 45px;
	line-height: 1.4;
	color: #40382F;
	text-align: justify;
}
/* footer */
.oneColFixCtr #maincontainer #footerbg {
	position: absolute;
	top: 1015px;
}
.oneColFixCtr #maincontainer #orangepeelcontainer {
	position: absolute;
	left: 26px;
	top: 1040px;
	width: 360px;
	font-size: 10px;
}
.oneColFixCtr #maincontainer #orangepeelcontainer p {
	color: #3F2510;
}
.oneColFixCtr #maincontainer #orangepeelcontainer a {
	text-decoration: none;
	color: #3F2510;
}
/* link style */
a:link {
	color: #71ACA6
}
a:visited {
	color: #AE7037
}
a:hover {
	color: #3F382E
}
a:active {
	color: #6FAAA6
}
