body{
 background: #FFFF99;
 margin:0;
 padding:header-<length> 0 0 sidebar-<length>;
}
div#sidebar{
 text-align: center;
 position:absolute;
 top:25%;
 left:0%;
 width:21%;
 height:75%;
 overflow: auto;
}
div#nav{
text-align: right;
}
div#childMenu{
width: 100%;
}
div#header{

 position:absolute;
 text-align: center;
 top:0;
 left:0;
 width:100%;
 height:25%;
 padding: 0px 0px 0px 0px;
}
div#content{

 position: absolute;
 top: 25%;
 left: 22%;
 right: 0;
 padding: 0px 20px 20px 0px;
 }
 div#rmpadmin{

 position: absolute;
 top: 25%;
 left: 22%;
 right: 0;
 padding: 0px 20px 20px 0px;
 }
 #siteInfo{

	position: absolute;
	top: 22%;
	left: 80%;
    clear: both; 
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
div#counter{
text-align: center;
}
div#counter1{
position: relative;
bottom: 1%;
text-align: center;
}
/*** Set up a two column table ***/
div.base-layer {
  margin: 0.5em 12px 0.5em 12px; 
  padding: 0; text-align: left; 
  width: auto;
}
div.galbase-layer {
  /*margin: 0.5em 12px 0.5em 12px; */
    text-align: center;
  margin: 0.5em 10em 0.5em 0px; 
  padding: 0; text-align: center; 
  width: auto%;
  background-image: url('images/wall.gif');
 
  border-style: outset;
  border-color: #ff9933;
}
div.page-header {
bmargin: 0;
  padding: 0.3em; 
  text-align: center; 
  width: auto;
  font-size: 175%; 
  
}
div.sub-header {
 font-size: 150%;
  bmargin: 0;
  padding: 0.3em; 
  text-align: left; 
  width: auto;
}
div.table-row {
   margin-top: 0; 
  margin-right: auto; 
  margin-bottom: 0; 
  margin-left: auto;
  padding: 0; 

  width: 92%;
}
div.galtable-row {
   margin-top: 0; 
  margin-right: auto; 
  margin-bottom: 0; 
  margin-left: auto;
  padding: 0; 
 text-align: center;
  width: 84%;
}
IMG.galleryImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.galspace-line {
  clear: both; 
  margin: 0; 
  padding: 5; 
  width: auto%;
}
h2.table-caption {
  bmargin: 0;
  padding: 0.3em; 
  text-align: left; 
  width: auto;
}
div.cent-container {
  border: none; 
  vertical-align: center;
  float: left; margin: 0; 
  padding: 0;
  width: 28%;
  text-align: center;
  font-family: "Gill Sans", GillSans, Arial, Helvetica;
  font-size: 90%;
}
div.galleft-container2 {
border: inset;
border-color: #ff9933;
float: left;
margin: 0; 
padding: 0;
  width: 28%;
  text-align: center;
  font-family: Gill Sans, GillSans, Arial, Helvetica;
  font-size: 75%;
}
div.space-line {
  clear: both; 
  margin: 0; 
  padding: 5; 
  width: auto;
}
div.left-container2 {
  border: none; 
  float: left; margin: 0; 
  padding: 0;
  width: 28%;
  text-align: left;
  font-family: Gill Sans, GillSans, Arial, Helvetica;
  font-size: 75%;
}
div.cent-container {
  border: none; 
  vertical-align: center;
  float: left; margin: 0; 
  padding: 0;
  width: 28%;
  text-align: center;
  font-family: "Gill Sans", GillSans, Arial, Helvetica;
  font-size: 75%;
}
div.row-container {
  border: none;  
  float: left; margin: 0; 
  padding: 0;
  width: 100%;
  text-align: left;
  font-family: Gill Sans, GillSans, Arial, Helvetica;
    font-size: 110%;
  
}
div.right-container2 {
  border: none; 
  float: right; margin: 0;
  margin: 0; 
  padding: 0; 
  width: 72%;
}
@media screen{
 body>div#sidebar{
  position:fixed;
 }
 body>div#header{
  position:fixed;
  width:100%;
 }
 a:link {color: ##006699}     /* unvisited link */
a:visited {color: #003366}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #663366}   /* selected link */
}
@media print{
BODY
{
	overflow: visible;
    font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
color: black;
    BACKGROUND-COLOR: white
}
div#content{
	overflow: visible;
	top: 0%;
	left: 0%;
	width: auto;
	height: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
color: black;
}
div#rmpAdmin{
	overflow: visible;
	top: 0%;
	left: 0%;
	width: auto;
	height: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
color: black;
}
div#sidebar
{
    DISPLAY: none;
}
div#header
{
   DISPLAY: none;
}
div#counter
{
   DISPLAY: none;
}
div#counter1
{
   DISPLAY: none;
}
div#nav{
  DISPLAY: none;
}
}




