/*=========================================================
  html
=========================================================*/
html {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0px;
  padding: 0;
  border: 0;
}

/*=========================================================
  body
=========================================================*/
body {
  width: 100%;
  height: 100%;
  background: #F2F6FA;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 70%;
  margin: 0;
  padding: 0;
}

/*=========================================================
  div.header
=========================================================*/
div.header {
  position: relative;
  height: 50px;
  width: 100%;
  background: #D2EFFD;
}

div.header img.logoLeft {
  border-style: none;
  position: absolute;
  top: 5px;
  left: 5px;
}

div.header img.logoRight {
  border-style: none;
  position: absolute;
  top: 5px;
  left: 45px;
}

/*=========================================================
  div.footer
=========================================================*/
div.footer {
  clear: left;
  width: 100%;
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: #5480E3;
}

div.footer p {
  text-align: center;
  margin: 1px;
}

/*=========================================================
  div.paneLeft
=========================================================*/
div.paneLeft {
  float: left;
  width: 20%;
  margin-left: -100%;
}

div.paneLeft p {
  background: #FFFFFF;
  margin: 1px;
}

div.paneLeft a {
  color: #050505;
/*  font-size: 14px;*/
  text-decoration: none;
  padding-left: 10px;
}

/*=========================================================
  div.paneRight
=========================================================*/
div.paneRight {
  float: left;
  width: 20%;
  margin-left: -20%
}

/*=========================================================
  div.content
=========================================================*/
div.content {
  margin: 0 20%;
  border-left-style: solid;
  border-left-width: thin;
  border-left-color: #5480E3;
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #5480E3;
}

/*=========================================================
  div.container
=========================================================*/
div.container {
}

/*=========================================================
  div.wrapper
=========================================================*/
div.wrapper {
  float: left;
  width: 100%;
}

/*=========================================================
  table
=========================================================*/
table {
}

menu {
  list-style-type: none;
  margin-left: 0.5cm;
  margin-top: 2pt;
}

li {
  list-style: outside;
  margin-top: 4.0pt;
}

ul  {
  text-align: Left;
  list-style-type: square;
  margin-left: 0.5cm;
  margin-top: 6.0pt;
}

ul ul {
  list-style-type: disc;
}

/*=========================================================
  headers
=========================================================*/
h1 {
  color: #5480E3;
  padding-left: 5px;
}

h2 {
  color: #5480E3;
  padding-left: 5px;
}

h3 {
  color: #5480E3;
  padding-left: 5px;
}

h4 {
  color: #5480E3;
  padding-left: 5px;
}

h5 {
  color: #5480E3;
  padding-left: 5px;
}

/*=========================================================
  paragraphs
=========================================================*/
p {
  padding-left: 5px;
}

code { 
  font-family: "Courier New"; 
  font-size: 8pt;
}

img {
  border-style: none;
}
