body {
  margin: 0;
  background-color: #d5d5d5;
  padding-left: 15%;
  padding-right: 15%;
}
h1 {
  font-size: 190%;
  font-weight: bolder;
}
.left {
background-color: #979AB9;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 15%;
border-right: 1px black solid;
}
.right {
background-color: #979AB9;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 15%;
border-left: 1px black solid;
}
img.header{
  border: 0;
}
.header {
  background-color: #373D78;
  border-bottom: 2px solid;
  height: 100px;
}
.news {
  float: right;
  margin-right: 25px;
  margin-top: 50px;
  padding: 5px;
  border: 1px solid;
  background-image: url('images/index_Layer-2.gif');
  width: 200px;
  height: 200px;
  overflow: auto;
  background-repeat: repeat-x;
  background-color: #ffffff;
  font-size: 80%;
}
.nav {
  background-color: #373D78;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 80%;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navcontainer {
  padding-left: 10px;
}
.subnav {
  padding: 5px;
}
a.navl:link {
  color: #ffffff;
  text-decoration: none;
}
a.navl:visited {
  color: #ffffff;
  text-decoration: none;
}
a.navl:hover {
  color: #9194b5;
  text-decoration: none;
}
a.navl:active {
  color: #ffffff;
  text-decoration: none;
}
a.q:link {
  color: #000000;
  text-decoration: none;
}
a.q:visited {
  color: #000000;
  text-decoration: none;
}
a.q:hover {
  color: #373D78;
  text-decoration: none;
}
a.q:active {
  color: #000000;
  text-decoration: none;
}
a.t:link {
  color: #000000;
  text-decoration: underline;
}
a.t:visited {
  color: #000000;
  text-decoration: underline;
}
a.t:hover {
  color: #373D78;
  text-decoration: none;
}
a.t:active {
  color: #000000;
  text-decoration: underline;
}
.content {
  margin-left: 20px;
  padding-left: 0;
  margin-top: 10px;
  width: 475px;
  text-align: left;
  font-size: 90%;
}
.container {
}
.footer {
  width: 100%;
  text-align: center;
}
.copytext {
  width: 325px;
  text-align: center;
}
