@media screen {
  body {
    background-color: black;
    margin: 0 ! important;
    width: 100%;
    cursor: default;
    -moz-user-select: none;
  }
  hr{
  border: 15px solid transparent;
  }
  
  form {
    padding-left: 80px;
  }
  
  input, textarea {
    -moz-user-select: normal;
    padding: 2px;
  }

  .layoutFormInputText, .layoutFormTextArea {
    border: 3px solid #cdd0dc;
    padding-left: 2px;
  }

  .layoutFormSubmit {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    margin: 1px 3px 1px 3px;
    color: #3f3f3f;
    border: solid 3px #cdd0dc;
    outline: none;
  }
  
  a:link, a:visited, a:active {
    color: #585858;
    text-decoration: none;
    font-family: verdana;
    font-weight: bold;
    outline: none;
  }
  
  a:hover, a img {
    border: 0;
    color: #2A2A2A;
  }
  
  h1, h2, h3 {
    color: #7786a5;
    font-family: verdana, georgia, tahoma, arial, sans;
    font-weight: bold;
    margin: 0;
  }
  
  h1 {
    font-size: 18pt;
    padding-top: 9px;
  }
  
  h2 {
    font-size: 15pt;
    padding-top: 6px;
  }
  
  h3 {
    font-size: 13pt;
    font-style: italic;
  }
  
  #layoutBackgroundTop {
    text-align: left;
    width: 100%;
    height: 234px;
    background: url(images/layout.bg.top.jpg) no-repeat bottom center;
  }
  
  #layoutBackgroundMiddle {
    text-align: left;
    width: 100%;
    height: 30px;
	border-bottom: 3px double #696;
  }
  
  #layoutBackgroundBottom {
    text-align: left;
    width: 100%;
    min-height: 315px;
  }
#layoutLinks {
  width: 100%;
  float: left;
  font-size: small; /* could be specified at a higher level */
  margin: 0;
  padding: 8px 10px 0 10px;
  border-bottom: 0px solid #696;
  position:relative;
  z-index:2;
}

#layoutLinks li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position:relative;
}

#layoutLinks a:link, #layoutLinks a:visited {
  float: left;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: #9c9;
}

#layoutLinks a.active:link, #layoutLinks a.active:visited, #layoutLinks a:hover {
  padding-bottom: 0px;
  color: #696;
}
  
#animated-tab {
  position: absolute;
  z-index: 1;
  font-size: 85%;
  line-height: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #696;/*#696*/
}
  
  #layoutContent {
    font-size: 11pt;
    font-family: verdana;
    font-weight: normal;
    color: #ACACAC;
    padding: 0 20px 60px 20px;
  }
  
  #layoutSidebar {
    width: 268px;
    float: right;
    margin: -10px 20px 20px 20px;
  }
  
  #layoutSidebar > div {
    position: relative;
    background: url(images/layout.sidebar-bg.middle.jpg) repeat-y;
    margin-top: 30px;
  }
  
  .layoutSidebarTop {
    height: 28px;
    background: url(images/layout.sidebar-bg.top.jpg) no-repeat;
    z-index: 98;
  }
  
  .layoutSidebarContent {
    position: relative;
    margin-top: -12px;
    margin-bottom: -12px;
    padding: 0 10px 0 10px;
    font-family: verdana;
    font-size: 9pt;
    min-height: 24px;
    z-index: 100;
  }
  
  .layoutSidebarContent h1 {
    position: absolute;
    top: -14px; left: 10px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
    margin: 0; padding: 0;
  }
  
  .layoutSidebarContent h2 {
    position: absolute;
    top: -14px; left: 10px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
    margin: 0; padding: 0;
  }
  
  .layoutSidebarContent h3 {
    position: absolute;
    top: -14px; left: 10px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
    margin: 0; padding: 0;
  }
  
  .layoutSidebarContent p{
    margin: 0 0 4px 0; padding-top: 10px; padding-bottom: 5px;
  }
  
  .layoutSidebarBottom {
    height: 9px;
    background: url(images/layout.sidebar-bg.bottom.jpg) no-repeat;
    z-index: 99;
  }

  #layoutFooter {
    text-align: right;
    width: 100%;
    font-family: verdana, sans;
    font-size: 9px;
    color: #d4d4d4;
    margin-top: -50px;
  }
  
  #layoutFooter a:link, #layoutFooter a:visited, #layoutFooter a:active {
    color: #adadad;
    border-bottom-color: #adadad;
  }

  #layoutLegal {
    padding-left: 340px;
    padding-top: 5px;
  }
}