@media screen {
  body {
    background-color: white;
    margin: 0 ! important;
    width: 100%;
    cursor: default;
  }
  
  input, textarea {
  }

  .srkFormInputText, .srkFormTextArea {
    border: 1px solid #4d9a00;
    border-left: 3px solid #4d9a00;
    background-color: #ecf9d9;
    padding-left: 2px;
  }

  .srkFormSubmit {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    margin: 1px 3px 1px 3px;
    background-color: #add376;
    color: #274e00;
    border-top: solid 1px #ddffbc;
    border-right: solid 1px #4d9a00;
    border-bottom: solid 1px #4d9a00;
    border-left: solid 1px #ddffbc;
  }
  
  a:link, a:visited, a:active {
    color: black;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: black;
    outline: none;
  }
  
  a:hover, a img {
    border: 0;
  }
  
  #srkBackgroundTop {
    position: absolute;
    width: 100%; height: 396px;
    background: url(/images/layout.bg.top.jpg) center top no-repeat;
    z-index: 2;
  }
  
  #srkBackgroundMiddle {
    background: url(/images/layout.bg.middle.jpg) center repeat-y;
    text-align: center;
    z-index: 1;
  }
  
  #srkBackgroundBottom {
    width: 100%;
    height: 100px;
    background: url(/images/layout.bg.bottom.jpg) center bottom no-repeat;
    z-index: 2;
    text-align: left;
  }
  
  #srkContentBox {
    position: relative;
    top: 55px;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    text-align: left;
  }
  
  #srkGridTop {
    width: 840px;
    height: 60px;
    background: url(/images/layout.grid.top.png) top left no-repeat;
  }
  
  #srkGridMiddle {
    width: 840px;
    background: url(/images/layout.grid.middle.png) repeat-y;
    overflow:hidden;
    padding-top: 40px;
    padding-bottom: 15px;
  }
  
  #srkGridBottom {
    width: 840px;
    height: 37px;
    background: url(/images/layout.grid.bottom.png) top left no-repeat;
  }
  
  #srkContentRightBox {
    position: relative;
    top: 0;
    right: 10px;
    width: 260px;
    float: right;
  }
  
  #srkContentRightBoxTopLeft {
    background-image: url(/images/layout.content-right.corner.png);
    height: 16px;
    width: 16px;
    font-size: 2px;
    margin-right: 16px;
  }
  
  #srkContentRightBoxTopRight {
    background-image: url(/images/layout.content-right.corner.png);
    background-position: 100% 0;
    height: 16px;
    font-size: 2px;
    margin-left: 16px;
    margin-top: -16px;
  }
  
  #srkContentRight {
    background: url(/images/layout.content-right.png) repeat-y;
    padding-left: 14px;
    padding-right: 14px;
    color: #7c7c7c;
    font-family: tahoma;
    font-size: 10pt;
  }
  
  #srkContentRightBoxBottomLeft {
    background-image: url(/images/layout.content-right.corner.png);
    background-position: 0 -16px;
    height: 16px;
    width: 16px;
    font-size: 2px;
    margin-right: 16px;
  }
  
  #srkContentRightBoxBottomRight {
    background-image: url(/images/layout.content-right.corner.png);
    background-position: 100% -16px;
    height: 16px;
    font-size: 2px;
    margin-left: 16px;
    margin-top: -16px;
  }
  
  #srkContentLeftBox, #srkContentSingleLeftBox {
    position: relative;
    top: 0;
    left: 10px;
  }

  #srkContentLeftBox {
    width: 555px;
  }
  
  #srkContentSingleLeftBox {
    /*right: 10px;*/
    width: 820px !important;
  }
  
  #srkContentLeftBoxTopLeft {
    background-image: url(/images/layout.content-left.corner.png);
    height: 16px;
    width: 16px;
    font-size: 2px;
    margin-right: 16px;
  }
  
  #srkContentLeftBoxTopRight {
    background-image: url(/images/layout.content-left.corner.png);
    background-position: 100% 0;
    height: 16px;
    font-size: 2px;
    margin-left: 16px;
    margin-top: -16px;
  }
  
  #srkContentLeft {
    background: url(/images/layout.content-left.png) repeat-y;
    padding-left: 14px;
    padding-right: 14px;
    color: #666666;
    font-family: tahoma;
    font-size: 11pt;
    min-height: 187px;
  }
  
  #srkContentSingleLeftBox #srkContentLeft {
    background: url(/images/layout.content-left-single.png) repeat-y;
  }
  
  #srkContentLeft p {
    text-align: justify;
    /* margin-left: -20px; */
    /* text-indent: 20px; */
    margin-bottom: 3px;   
  }
  
  #srkContentLeft h1, #srkContentLeft h2, #srkContentLeft h3,
    .srkContentHeader2, .srkContentHeader3 {
    /* color: #373737; */
    /* color: #2D8930; */
    color: #3D81EE;
    font-family: georgia, tahoma, arial, sans;
    font-weight: normal;
  }
  
  #srkContentLeft h1 {
    font-size: 18pt;
    padding-top: 9px;
  }
  
  #srkContentLeft h2, .srkContentHeader2 {
    font-size: 16pt;
    padding-top: 6px;
  }
  
  #srkContentLeft h3, .srkContentHeader3 {
    font-size: 14pt;
    font-style: italic;
  }
  
  #srkContentLeft address {
    text-align: right;
  }
  
  #srkContentLeftBoxBottomLeft {
    background-image: url(/images/layout.content-left.corner.png);
    background-position: 0 -16px;
    height: 16px;
    width: 16px;
    font-size: 2px;
    margin-right: 16px;
  }
  
  #srkContentLeftBoxBottomRight {
    background-image: url(/images/layout.content-left.corner.png);
    background-position: 100% -16px;
    height: 16px;
    font-size: 2px;
    margin-left: 16px;
    margin-top: -16px;
  }

  .srkContentSidebarHeader1, #srkContentRight h1 {
    font-size: 13pt;
    font-weight: normal;
    color: #272727;
    padding: 0; margin: 0;
  }

  .srkContentSidebarHeader2, #srkContentRight h2 {
    margin: 0;
    display: block;
    color: #272727;
    font-size: 10pt;
    font-weight: normal;
    font-family: georgia, tahoma, arial, sans;
    margin-left: 13px;
    text-indent: -13px;
  }
  
  #srkContentRight h1 {
    padding-top: 6px;
  }
  
  #srkContentRight h2 {
    padding: 3px 0 3px 6px;
  }
  
  .srkContentSidebarBlock, #srkContentRight p {
    padding: 3px 0px 6px 6px;
    margin: 0;
  }
  
  #srkContentRight p {
    font-weight: normal;
    text-indent: 10px;
    margin: -6px 0 0 0;
  }
  
  #srkContentRight a, #srkContentRight a:link, #srkContentRight a:active,
    #srkContentRight a:visited {
    color: #272727;
  }
  
  .srkContentHeaderImage {
    float: left;
    padding-top: 10px;
    padding-right: 6px;
  }
  
  .srkContentHeader1 {
    padding-left: 25px;
    color: #373737;
    font-family: georgia, tahoma, arial, sans;
    font-size: 18pt;
    padding-top: 9px;
    border-bottom: 2px solid #b4a088;
  }
  
  .srkContentBlock {
    padding: 0 6px 6px 25px; 
  }

  .srkContentLastModified {
    float: right;
    font-size: 10pt;
    font-style: italic;
    height: 30px;
    padding-right: 4px;
  }

  #srkLogo {
    position: absolute;
    top: 14px;
    left: 19px;
    width: 314px;
    height: 79px;
    background: url(/images/layout.logo.png) top left no-repeat;
  }

  #srkLinks {
    position: absolute;
    top: 70px;
    right: 20px;
    font-family: arial;
    font-size: 11pt;
  }

  #srkFooter {
    position: relative;
    margin-top: -50px;
  }

  #srkLegal {
    position: relative;
    bottom: 0;
    right: 50px;
    font-family: arial, sans;
    font-size: 9pt;
    color: #b1a191;
    text-align: right;
    z-index: 3;
  }

  #srkFLogo {
    position: relative;
    right: 9px;
    width: 39px;
    height: 47px;
    background: url(/images/layout.logo.small.png) no-repeat;
    float: right;
    margin-top: -37px;
    z-index: 3;
  }
}

