
* { margin: 0; padding: 0; }

blockquote
{
    font-style: italic;
    font-size: 12pt;
    color: gray;
}

body, .div
{
   font-size: 10pt;
   font-family: tahoma, verdana;
   background-color: #f9f9f9;
}

div.header
{
   position: absolute;
   top: 0px;
   left: 0px;
   height: 150px;
   width: 100%;
   background-color: #434343;
   background-image: url('graphics/banner.png');
   background-repeat: no-repeat;
}

a 
{
  text-decoration: none;
  outline:none;
}

a.download1
{
  font-size: 12pt;
    /* font-weight: bold;*/
  text-decoration: underline;
}

a.download2
{
    font-size: 9pt;
    /* font-weight: bold;*/
    text-decoration: underline;
}

a.menu
{
  color: black;
  font-weight: bold;
}

img
{
   border-width: 0px;
}

img.thumb_right
{
   float: right;
   margin-left: 10px;
}

img.thumb_left
{
   float: left;
   margin-right: 10px;
}

div.logo
{
   padding-top: 40px;
   padding-left: 50px;
}

div.menu
{
   position: absolute;
   background-color: #cbcbcb;
   left: 0px;
   top: 150px;
   width: 100%;
   height: 40px;
   background-image:url('graphics/menu-gradient.png');
   background-repeat:repeat-x;
}

div.menu_items
{
   padding-left: 50px;
   font-size: 12pt;
   padding-top: 10px;
}

strong
{
   color: #f90d0d;
}

div.left
{
   position: absolute;
   width: 45%;
   left: 0px;
   top: 220px;
   /* background-color: red;*/
   margin-left: 30px;
   text-align: justify;
} 

div.right
{
   position: absolute;
   width: 50%;
   left: 50%;
   top: 220px;
   /* background-color: blue; */
}

ul
{
  list-style-position: inside;
}