/*

main CSS

*/

@import url(guinavhov.css);  /* import hover styles. */

html, body {
  height: 100%;
  font-family: sans-serif; 
  background: #F1F1F1;
  margin:  0;
  padding: 0;
  border:  0;

}
.mainsection {
 text-align: left;
 height: 100%;
 width: 100%;
}

.innersection {
 text-align: left;
 height: 100%;
 width: 100%;
}

.sitenav {
  height: 28px;
  text-align: center;
  vertical-align: middle; 
  background-color: rgb(106, 106, 196);
}

.guinav {
  width: 120px; 
  vertical-align: top;
  background-color: rgb(84, 252, 128);
  font-size: 10pt;
  
}

.guicontent {
  vertical-align: top;
  padding: 5px;
  font-size: 10pt;
  font-family: sans-serif;
}

/* styles for content */

.pagenavdisable {
color: #909090;
}

.pagenav {
font-weight: bold;
text-align: center;
}

.backtoguis {
text-align: center;
}

.location {
font-size: x-small;
}





