@media screen{
  body {
    overflow: none;
    margin: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-family: 'Arial','Trebuchet MS','Trebuchet','Georgia','Times New Roman',serif;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #000000;
  }
  img.img {
    border: 1px solid #004a9c;
    background-color: #FFFFFF;
    margin: 2px;
  }
  td {
    vertical-align: top;
  }
  .menu-text {
    color: #000000;
    font-family: 'Arial','Verdana', 'Tahoma', sans-serif;
    font-size: 11px;
    line-height: 14px;
    padding-right: 15px;
  }
  a.menu {
    color: #000000;
    text-decoration: none;
  }
  a {
    color: #000000;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
  .menu {
    color: #000000;
  }
.menu-emphasize {
	color: #6682B0 !important;
	font-weight: bold;
}
.menu-selected {
	font-weight: bold;
}
.menu-sub {
	font-size: 10px;
}
  
  
  input, textarea {
    font-family: 'Arial', 'Verdana', sans-serif;
    background-color: #DEE5E9;
    font-size: 10px;
    border: 1px solid #000000;
  }
  input.submit {
    width: 60px;
    border: 2px solid #000000;
  }
  input.text {
    width: 120px;
  }
  div.elementum, a.elementum, a.elementum:link, a.elementum:hover, a.elementum:visited {
    font-size: 9px;
    font-family: 'Verdana', sans-serif;
    text-align: right;
    text-decoration: none;
    width: 100%;
    clear: both;
  }
  .heading {
    font-size: 24px;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
  }
  .bold {
    font-weight: bold;
  }
  .teaser {
    font-style: italic;
  }
  .text {
  
  }
  #top {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #bar {
    width: 100%;
    height: 14px;
    max-height: 15px;
    background-image: url('bar.gif');
    background-color: #004a9c;
  }
  #content {
    position: absolute;
    top: 130px;
    left: 280px;
    right: 20px;
  }
  #menu {
    position: absolute;
    left: 20px;
    width: 255px;
    top: 130px;
  }
  #innercontent {
    float: left;
    clear: none;
  }
  .left {
    float: left;
    clear: none;
  }
  .right {
    float: right;
    clear: none;
  }
  img.button {
    border: 0px;
  }
  form {
    display: inline;
  }
}