
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #7ea8cf;
 color: #333333;
 }

#banner{
 height:200px;
 width:848px;
 background:#b5c9e2;
 color:#000000;
 border:solid #000000;
 border-width:2px 2px;
 margin:-5px auto 0 auto;
 }

#lh-col{
 position: absolute;
 top: 277px;
 left: 20px;
 width: 180px;
 border: 2px solid #000000;
 background: #b5c9e2;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 465px;
 }

#rh-col{
 width: auto;
 margin: 20px 20px 20px 220px;
 border: 2px solid #000000;
 background: #b5c9e2;
 text-align: center;
 color: #333333;
 padding: 20px;
 
 }


#rh-cols{
 margin: 20px 200px 20px 220px;
 border: 2px solid #000000;
 background: #b5c9e2;
 text-align: center;
 color: #333333;
 padding: 20px;
 }

#rh-colsS{
 margin: 20px 200px 20px 220px;
 border: 2px solid #000000;
 background: #b5c9e2;
 text-align: left;
 color: #333333;
 padding: 20px;
 }


#rh-colum{
 float: right;
 top: 210px;
 width: 160px;
 border: 2px solid #000000;
 background: #b5c9e2;
 color: #333333;
 margin: 20px;
 padding: 0px;
}


#Lstack {
  background-color: #7ea8cf;
  border: 1px #666666 solid;
  width: auto;
  margin-top: 7.5%;
  margin-left: 7.5%;
  margin-right: 7.5%;
  padding: 8px;
  text-align: center
}
.lbutton {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 3px;
}
.lbutton a {
padding: 4px;
text-decoration: none;
display: block;
color: #224059;
background-color: #b5c9e2;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;
 }
 .lbutton a:hover {
background-color: #99aabf;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;
 }

#newsscroller {
  background-color: #7ea8cf;
  border: 1px #666666 solid;
  height: 400px;
  width: 400px;
  margin-top: 7.5%;
  margin-left: 7.5%;
  margin-right: 7.5%;
  padding: 8px;
  text-align: center
}

pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}
