/* site -layout.css */

body 
  {
   margin: 0;
   padding: 0;
   background: white;
   margin-left: 80px;
   margin-right:80px;
  }

/* set colors for hyperlinks */

a:link
  {
   color: blue;
  }

a:visited
  {
   color: blue;
  }
 
a:hover
  {
   color: red;
  }

/* set division parameters */

#header 
  {
   margin-top: 1em;
   margin-bottom: 0;
   padding-left: 1em;
   padding-right: 1em;
   width: 800px;
   height: 180px;
  }

#header table

  {
   float: right;
  }

#header td
  {
   background: white;
   height: 2em;
   line-height: 1.5em;
   float: left;
   width: 20em;
   display: block;
   border: 0.1em solid white;
   color: #0B0B61;
   font-family: Verdana;
   font-weight: bold;
   font-size: 18pt;
   text-decoration: none;
   text-align: center;
  }

#header h1
  {
   text-align: left;
   font-size: 24pt;
   color: #0B0B61;
   }

#header h2
  {
   text-align: left;
   font-size: 20pt;
   color: #0B0B61;
   }

#menu
  {
   float: left;
   margin-top: 0.5em;
   padding-left: 1em;
   padding-right: 1em;
   width: 800px;
   height: 25px;
  } 

#menu tr
  {
   list-style: none;
   padding: 0;
   margin: 0;
  }

#menu td
  {
   float: left;
   margin: 0 0.15em;
  }

#menu td a
  {
   background: #0B0B61;
   height: 1.5em;
   line-height: 1.5em;
   float: left;
   width: 8em;
   display: block;
   border: 0.1em solid #dcdce9;
   color: white;
   font-family: Verdana;
   font-weight: bold;
   font-size: 10pt;
   text-decoration: none;
   text-align: center;
  }


#menu li a:link
  { 
   color: #FFFFFF;
   text-decoration: none;
  }

#menu li a:hover
  { 
   color: #C0C0C0;
  }
 

#content
  {
   background: #FFFFFF;
   margin-top: 0em;
   padding-top: 0em;
   padding-left: 1em;
   padding-right: 1em;
   float: left;
   width: 800px;
   height:4000px;
   font-family: Verdana;
   color: #000000;
   font-size: 10pt;

  }

#content h1
  {
   text-align: left;
   font-size: 14pt;
   color: #0B0B61;
   }

#content h2
  {
   text-align: left;
   font-size: 12pt;
   color: #808080;
   }

#content h3
  {
   text-align: left;
   font-size: 12pt;
   color: #0B0B61;
   }

#content1
  {
   background: #FFFFFF;
   margin-top: 1em;
   padding-top: 1em;
   padding-left: 1em;
   padding-right: 1em;
   float: left;
   width: 600px;
   height:8000px;
   font-family: Verdana;
   color: #000000;
   font-size: 10pt;

  }

#content1 h1
  {
   text-align: left;
   font-size: 14pt;
   color: #0B0B61;
   }

#content1 h2
  {
   text-align: left;
   font-size: 12pt;
   color: #0B0B61;
   }

#content1 h3
  {
   text-align: left;
   font-size: 10pt;
   color: #000000;
   }

#content2
  {
   background: #FFFFFF;
   margin-top: 1em;
   padding-top: 1em;
   padding-left: 1em;
   padding-right: 1em;
   float: left;
   width: 800px;
   height:2000px;
   font-family: Verdana;
   color: #000000;
   font-size: 10pt;

  }

#content2 h1
  {
   text-align: left;
   font-size: 14pt;
   color: #0B0B61;
   }

#content2 h2
  {
   text-align: left;
   font-size: 12pt;
   color: #0B0B61;
   }

#content2 h3
  {
   text-align: left;
   font-size: 10pt;
   color: #000000;
   }

#content3
  {
   background: #FFFFFF;
   margin-top: 1em;
   padding-top: 1em;
   padding-left: 1em;
   padding-right: 1em;
   float: left;
   width: 600px;
   height:2000px;
   font-family: Verdana;
   color: #000000;
   font-size: 10pt;

  }

#content3 h1
  {
   text-align: left;
   font-size: 14pt;
   color: #0B0B61;
   }

#content3 h2
  {
   text-align: left;
   font-size: 12pt;
   color: #0B0B61;
   }

#content3 h3
  {
   text-align: left;
   font-size: 10pt;
   color: #000000;
   }

#content4
  {
   background: #FFFFFF;
   margin-top: 1em;
   padding-top: 1em;
   padding-left: 1em;
   padding-right: 1em;
   float: left;
   width: 600px;
   height:1250px;
   font-family: Verdana;
   color: #000000;
   font-size: 10pt;

  }

#content4 h1
  {
   text-align: left;
   font-size: 14pt;
   color: #0B0B61;
   }

#content4 h2
  {
   text-align: left;
   font-size: 12pt;
   color: #0B0B61;
   }

#content4 h3
  {
   text-align: left;
   font-size: 10pt;
   color: #000000;
   }



#footer
  {
   margin-top: 0.2em;
   width: 800px;
   height: 40px;
   float: left;
   text-align: center;   
   background: white;
   font-family: Verdana;
   font-size: 8pt;
   font-weight: normal;
   color: #000000;
  }

#footer p

  {
   text-align: left;
  }
