body {
  font-size:small;
  background-color:#E8ECF9;
}
  
div#wrap {
  margin:auto;
  border:solid 1px;
  background-color:#a8b9ea;
  width:900px;
  border-width: 1px;
  border-style: solid;
  border-color: #08A0D6;
}

div#content {
  padding:10px;
  float:left;
  border:solid 1px;
  width:670px;
  background-color:white;
  border-left:10px solid;
  border-color:#0099cc;
}


div#navigation {
  font-family:arial;
  float:left;
  width:180px;
}

div#navigation a {
color:black;
text-decoration:none;
}

div#navigation a:hover, div#navigation a:active{
color:white;
}

div#navigation ul{
list-style-type:none;
margin:0px;
padding:0px;
}

div#navigation ul li {
padding:3px;
text-decoration:none;
}

div#navigation ul li:hover, div#navigation ul li:active {
background-color:#0099ce;
}

div#footer {
  clear:both;
  width:900px;
  text-align:center;
}

.page_descr{
  margin:0px -10px;
}

.align-center {
  text-align:center;
}

div.csc-textpic img {
  border:1px solid black;
}

.contenttable-1{
  font-size:small;
  width:512px;
}

.contenttable .tr-even {
 background-color:#ececec;
}

label {
  display:block;
  padding-right:5px;
  width:200px;
  float:left;
  text-align:right;
  font-weight:bold;
}