body {
  background: #FFF;
  font: normal 100% Palatino, Times New Roman, serif;
  color: #333;
/*  color: #012A65; */
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  color: #012A65;
  margin-top: 1.2em;
  margin-bottom: 0.3em;
  font-family: Arial, sans-serif;
}
h1 { font: bold 150% Arial, sans-serif; margin: 0em 0 1.5em 0; text-transform: uppercase; border-bottom: 1px solid #000; padding: 0.7em 0 0.3em 0; }
h1 .sub-heading { font: bold 80% Arial, sans-serif; color: #AAA; text-transform: capitalize; }
h2, h3, h4, h5, h6 { margin-bottom: -0.8em; font: bold 100% Times New Roman, serif; }

li, li ul, li ol {
     margin-top: 0.3em;
  margin-bottom: 0.3em;
}

p, ul, ol {
     margin-top: 1.2em;
  margin-bottom: 1.2em;
}

a { text-decoration: underline; }
a:link { color: #800101; }
a:visited { color: #800101; }
a:active,
a:hover { color: #800101; background-color: #EEE; }

acronym, abbr, .help { border-bottom: 1px dashed #AAA; cursor: help; }

h1, h2, h3, h4, h5, h6,
hr, a { background: transparent; }

hr { color: #77A; height: 0px; }

small, .small, sub, sup { font-size: 80%; }
big, .big { font-size: 120%; }

dl dt { font-weight: bold; margin-top: 0.5em; }
dl dd { margin-left: 0em; }

.floatL { float: left; }
.floatR { float: right; }

div.to_top {
  text-align: right;
  margin-bottom: 2em;
}

#footer {
  position: relative;
  font: 11px normal Arial, sans-serif;
  width: 500px;
  clear: both;
  margin: 15em auto 0 auto;
  padding: 5px 0;
  border-top: 2px solid #AAA;
  line-height: 1.2em;
  text-align: center;
  position: relative;
}
#footer, #footer a { color: #888; }

/* #SRA, */ #front-page h1, #front-page p { display: none; }

ul {
  margin-left: 0;
  padding-left: 1em;
}

ul.checklist li {
  list-style-image: url('../images/tick.png');
  padding-left: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
}
ul.checklist {
  padding-left: 1em;
  margin-left: 0;
}

#addressDetails { font-family: Arial, sans-serif; font-size: 90%; padding-top: 0.2em; }

@media screen {
  html {
    background: #FFF;
    overflow-y: scroll;
  }
  body {
    position: relative; 
    background: #FFF url('../images/bg_page.png') repeat-x scroll left bottom;
    width: 725px;
/*    min-width: 500px; */
    margin: 0 auto;
    padding: 15px 35px;
    border-left: 200px solid #FFF;
    border-top: 135px solid #FBFAEB;
  }
  #sidebar {
    background: #FFF;
    cursor: default;
    width: 200px;
    position: absolute;
    top: 0px;
    margin: -135px 0 0 -235px;
  }
  #sidebar h2 {
    margin: 25px 0 40px 0;
    text-align: center;
  }
  #sidebar ul, #sidebar ul li {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 3px 0px;
  }
  #sidebar ul li {
    padding-left: 19px;
  }
  #sidebar ul li ul {
    margin-bottom: 0.5em;
    display: none;
/*
    visibility: hidden;
    position: absolute;
    text-align: left;
    margin-top: 1.5em;
    padding-top: 10px;
*/
  }
  #sidebar ul li ul li {
    padding: 0px;
    margin: 0px;
  }
/*
  #sidebar p {
    font: normal 36px serif;
    margin: 15px 0px;
    padding: 0px;
  }
  #sidebar ul ul,
  #sidebar li:hover ul ul { visibility: hidden; }
  #sidebar li:hover ul { visibility: visible; }
*/
  #sidebar ul li a {
    font: normal 14px serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 160px;
    padding: 10px 0;
  }
  #sidebar ul li a, .ul-li-a {
    background: #FFF;
    color: #444;
/*    border: 1px outset #DDD; */
    border: 1px solid #FBFBFB;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
  }
  #sidebar ul li a:hover, .ul-li-a-hover {
    background: #FAFAFA;
    color: #000;
/*    border: 1px inset #DDD; */
    border: 1px solid #FBFBFB;
    border-left: 2px solid #CCC;
    border-top: 2px solid #CCC;
  }  
  #sidebar ul li ul li a {
    border: none;
    font-size: 70%;
    padding: 3px 0px ! important;
    margin: 0px ! important;
    text-transform: uppercase;
  }
  #sidebar ul li ul li a:hover {
    border: none;
    background: transparent;
    text-decoration: underline;
  }
  #header {
    background: transparent url('../images/book_and_pen.png') scroll no-repeat left top;
    height: 135px;
    width: 790px;
    position: absolute;
    top: 0px;
    margin: -135px 0 0 -35px;
    color: #012A65;
  }
  #header-text {
    float: right;
    width: 160px;
    font-size: 13px;
    font-weight: bold;
    font-family: Palatino Linotype, sans-serif;
    line-height: 23px;
    text-transform: uppercase;
  }
  #header-text p {
    margin-top: 0.7em;
  }
}

@media print {
  body { margin: 0 10px; }
  #sidebar { text-align: left; }
  #sidebar ul, #header { display: none; }
  #sidebar h2 { position: absolute; top: 0px; margin: 0px 0 0 -15px; }
  h1 { margin-top: 125px; }
}