@charset "UTF-8";
/* CSS Document */
body {
	background-color: #afafaf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
hr {
	background-color: #FF0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fc0109;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #494a4a;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#container {
	position: relative;
	top: 0px;
	width: 910px;
}
#ensDiv {
	position: absolute;
	top: 147px;
	width: 100%;
	height:232px;
	z-index:1;
	visibility: hidden;
}
#calDiv {
	position:absolute;
	top: 147px;
	width: 100%;
	height: 232px;
	z-index: 1;
	visibility: hidden;
}
#conDiv {
	position: absolute;
	top: 147px;
	width: 100%;
	height: 232px;
	z-index: 1;
	visibility: hidden;
}
#docDiv {
	position: absolute;
	top: 147px;
	width: 100%;
	height: 232px;
	z-index: 1;
	visibility: hidden;
}
#medDiv {
	position: absolute;
	top: 147px;
	width: 100%;
	height: 232px;
	z-index: 1;
	visibility: hidden;
}