@CHARSET "ISO-8859-1";
body {
	background-color: #FFD455;
	margin: 0;
	padding:0 0 100px 0;
	font-family: Arial, Verdana, Helvetica, Geneva, san-serif;
}
#container{
	margin: 0;
	padding: 0;
  min-width: 780px;
  height: 100%
}
#header {
	height: 100px;
	margin: 0;
	padding: 6px 6px 4px 14px;
	min-width: 780px;
	background-color: #F0A010;	
}	
#left-header {
	float: left;
	height: 100px;
	width: 230px;
	/* background-image: url(ACSHPR.png); */
	background-repeat:no-repeat;
}
#right-header {
	margin-left: 232px;
	text-align: right;
	vertical-align: middle;
}
#right-header h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #425C8F;
}
#left-menu {
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-top: 4px;
	margin: 0;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#left-menu ul {
	list-style-type: none;	
	margin-left: 0px;
}
#left-menu li {
	padding-top: 4px;	
}
#left-menu a {
	text-decoration: none;
	color: #014C64;
}
#left-menu a:hover {
	color: #05AF05;
	color: #A6882C;
	color: #000;
	color: #FF0000;
	text-decoration: underline;
}
#content {
	margin-left: 202px;
	padding-top: 22px;
	padding-left: 8px;
    margin-right: 16px;
	font-size: 14px;
	color: #000;
}
#footer {
	clear: both;
	position: absolute;    
/*	position: relative;  */
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	color: white;
  background-color: #00779E;
	height: 26px;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}

@media screen{
  body>div#footer { position: fixed;}
 }
 * html body{
/*  overflow:hidden; */
  height: auto;
 } 
 * html div#container{
  height:100%;
  overflow:auto; 
  height: auto;
 }
 * html div#footer {
 	position: absolute;
  top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) 
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));
  }



.clearboth {
	clear:both;
}