/******************************************************************/
/* PSA LIMITED                                                    */
/******************************************************************/
html
  {
  background: #DDDDDD;
  overflow-y: scroll;
  }

body
  {
  width: 960px;
  margin: 10px auto 32px auto;
  border: solid #313535 2px;
  border-top-right-radius: 32px;
  padding: 0 8px 0 0;
  color: black;
  background: white;
  box-shadow: 0 4px 16px #000000;
  font-family: Arial, Helvetica, sans-serif;
  }

:focus
  {
  outline: 0;
  }

a, a:visited
  {
  color: navy;
  }

a:hover, a:active
  {
  color: #CC0000;
  text-decoration: underline;
  }

hr
  {
  color: #C6D6DE;
  background: #C6D6DE;
  height: 1px;
  }

p.intro
  {
  font-weight: bold;
  color: #43636D;
  }

.smaller
  {
  font-size: 90%;
  color: #808080;
  }

.designerlabel
  {
  font-size: xx-small;
  display: none;
  }

.invisible
  {
  display: none;
  }

/******************************************************************/
/* MENU BAR                                                       */
/******************************************************************/
td.menu
  {
  width: 205px;
  background: #C9D9DE;
  border-right: solid #313535 2px;
  }

div.menulogo img
  {
  display: block;
  }

div.menubar
  {
  color: #ffffff;
  background: #313535;
  font-weight: bold;
  margin: 0 2px 0 2px;
  padding: 8px 0 8px 12px;
  }

div.menublock
  {
  padding: 8px 0 12px 0;
  font-size: smaller;
  line-height: 150%;
  }

div.menublock ul
  {
  padding-left: 16px;
  margin-left: 12px;
  }

div.menublock ul li
  {
  width: 96%;
  }

div.menublock a, div.menublock a:visited
  {
  color: #313535;
  display: block;
  width: 100%;
  padding-bottom: 4px;
  text-decoration: none;
  }

div.menublock a:hover
  {
  color: #CC0000;
  }

div.menuaddress
  {
  font-size: smaller;
  line-height: 175%;
  padding: 8px 0 24px 16px;
  }

div.findus
  {
  font-size: 10pt;
  }

/******************************************************************/
/* MAIN DISPLAY AREA                                              */
/******************************************************************/
td.card
  {
  padding: 24px 16px 48px 16px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  line-height: 150%;
  }

h1
  {
  margin-top: 0;
  padding-top: 0;
  color: #445555;
  font-family: Arial, Hevetica, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  }

h2
  {
  color: #445555;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  padding: 4px 0 4px 0;
  border-bottom: solid #445555 2px;
  margin-bottom: 4px;
  }

td.card ul
  {
  padding-left: .5em;
  margin-left: 1em;
  }

td.card li
  {
  padding-bottom: 4px;
  }

/******************************************************************/
/* SPACER                                                         */
/******************************************************************/
td.spacer
  {
  width: 40px;
  }

/******************************************************************/
/* SIDE BAR                                                       */
/******************************************************************/
td.sidebar
  {
  width: 240px;
  font-size: 90%;
  color: #808080;
  }

div.sidebarheader
  {
  color: white;
  font-weight: bold;
  background: #303737;
  border-top-right-radius: 8px;
  padding: 2px 0 2px 8px;
  }

div.sidebartext
  {
  padding: 8px;
  background: #eeeeee;
  border: solid #cccccc 1px;
  }

td.sidebar img
  {
  display: block;
  width: 100%;
  border: solid black 1px;
  }

/******************************************************************/
/* FORMS                                                          */
/******************************************************************/
.modern
  {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding: 4px;
  border: solid #648C9F 1px;
  border-radius: 6px;
  width: 80%;
  }

.modern:focus
  {
  background: #f0f7ff;
  }

/******************************************************************/
/* PROVISION FOR ALTERNATE MEDIA TYPES                            */
/******************************************************************/
@media print
  {
  .menu, .noprint
    {
    display: none;
    }

  .designerlabel
    {
    display: block;
    }

  html
    {
    background: white;
    }

  body
    {
    border: none;
    box-shadow: none;
    }

  }

