body {
	font-family: Times, "Times New Roman", serif;
	font-size: 0.8em;
	color: #fff;
}
html, body {
	background-color: #f5f5f5;
	height: 100%;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width: 100%;
   position: relative;
   min-height: 100%;
   height: 100%;
}
html>body #container {
    height: auto;
}
#header {
	height: 75px;
	background-color: #DCD68D;
	width: 100%;

}
#header img {
	display:none	
}

#header h1 {
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold;
	display: inline;
	top: 35px;
	position: relative;
}
#header a {
	color: #000;
	text-decoration: none;
}
#navi {
	display:none
}
#content {
	position: relative;
	width: 100%;
}
#content h1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: inherit;
	margin-bottom: 0.1em;
}
#content hr {
	border: 1px solid #DCD68D;
	display:block;
	width:80%;
	text-align:left
	
}

#content strong {
	caption-side: top;
}
#content a {
	color: #333333;
	text-decoration:underline
}
#content a:hover {
	color: #DCD68D;
	text-decoration:none
}
#foot {
   position: absolute;  /* Needed for Safari */
	width: 100%;
	padding-bottom: 8px;
	padding-top: 30px	;
	text-align: center;
	color: #C3C3C3;
	font-size: 9px;
}
#foot a {
	color: #AAAAAA;
}
.left {
	float: left;
}
acronym {
	border-bottom: 1px dashed;
}
