div.pagecontainer {
	text-align:left;
	border-right:1px solid #e6e8de;
	border-left:1px solid #e6e8de;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left:   auto;
/*	width: 855px; */
	width: 900px;
	height: 100%;
	background-color: #ffffff;
	background-image: url("../images/compass.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0%;
}


div.menucontainer {
	height:100%;
	float: left;
	padding: 5px;
	margin: 5px;
	width: 195px;
	border: 1px solid silver; /* #003366; */
	background-color: #e6e8de;
	font-size: 10pt;
}

div.contentcontainer {
	float: right;
	padding: 10px;
	margin: 0px;
	width: 650px;
	overflow: visible;
	background-color: transparent;
}

div.clear {
	clear: both;
	height: 1px;
}

div.logocontainer {
	width: 100%;
	text-align:right;
}

div.updatedate {
	text-align: right;
	font-size: 8pt;
	height: 45px;
}

p.footer {
	text-align: right;
	font-size: 8pt;	
	color: #fff;
}


div.menucontainer p {
	font-weight: bold;
	border-bottom: 1px solid silver;
	margin-top: 8px;
	margin-bottom: 4px;
}

div.menucontainer ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
}

div.menucontainer input {
	font-size: 8pt;
}

input#quicksearch {
	margin: 0px;
	padding: 0px;
	border: 1px solid gray;
	width: 120px;
}

div.menucontainer form {
	margin: 0px;
	padding: 0px;
}

input#quicksearchsubmit {
	border: 1px solid #d3d5cd;
	background-color: #e6e8de;
}

div.menucontainer p.menufooter {
	margin-top: 35px;
	font-weight: normal;
	border: none;	
}

div.menucontainer a {
	color: #003366;
}
@media screen {
       div#pagefooter {
           display:none;
       }
}

@media print {
   div.pagecontainer {
       width: auto;
   }
   div.menucontainer {
       display:none;
   }
   div.contentcontainer {
      width: auto;
   }
   div#pagefooter {
       display: block;
       margin-top:2em;
       text-align:center;
       border-top: 1px solid silver;
       width:100%;
       font-size: 8pt;
   }
}