html {
  overflow-y: scroll; /*prevents shorter pages from jumping left and right*/
}

body {
  background-color: #e7eff6;
  color: #333;
  font-family: "Arial","myriad-pro", "Helvetic", sans-serif;
}
b, strong {
  font-weight: 500;
}

#wwrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1366px;
  padding: 8px 25px 25px 25px;
}

#wheader,
#wtopmenu,
#wmaincontent,
#wfooter {
  max-width: 1316px;
  margin:0 auto;
}

#wheader {
text-align: center;
background-color: lightgray;
}


#wtopmenu,
#wfooter {
  margin-top: 8px;
  text-align: center;
}

#wfooter {
	font-size: 70%;
}

.wheader_title {
  display: inline-block;
  vertical-align: text-bottom;
  background-color: darkgray;
  color: white;
  
}

.wheader_logo {
  width: 50%;
  height: 405px;

}

#bannerimage {
  width: 100%;
  background-image: url('images/banner_ras.svg');
  height: 250px;
  background-color: lightgray;
  background-position: center;
}

#wtopmenu,
.menu{
  color: #333;
  font-size: 1.12em;
}

a {
 color: #999966;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

#content{
 border: 1px solid #828282;
 background-color: #ffffff;
}

h4.dent {
    text-indent: 22px;
}

footer {
  margin-left: 0px;
  margin-right: -2px;
  background-color:lightblue;
}
