﻿#page {
	background: white;
  border: medium #264D4D solid;
  margin: 1em 6% 1em 4%;
  min-width: 800px;
  /* max-width: 80em; 950px; */
  position: absolute;
  width: 90%;
}
#masthead {
  background: #CCD9D9 url('/images/header1.gif');
  height: 80px;
  padding: 0.5em;  
}
#page_content {
  padding: 0 0.5em 1em 0.5em;  
}
#header_left {
  float: left;
  width: 35%;
}
#header_right {
  color: #336666;
  float: right;
  font-size: 150%;
  font-style: italic;
  text-align: right;
  text-indent: 1em;	
	width: 65%;
}
#footer {
  font-size: 75%;
	padding: 0.5em;
}
#top_nav {
  background: #CCD9D9 url('/images/header2.gif');
}
@media print {
  html, body { margin: 0; overflow: visible; }
  #page { border-style: none; float: none; margin: 0; overflow: visible; width: 100%; }
  #page_content { float: none; margin: 0; overflow: visible; }
  #top_nav { height: 0; visibility: hidden; width: 0; }
}

