a img
{
  border:none;
}

body
{
  width: 100%;
  background-color: #C7D4E7;
  background-image: url('images/background.gif');
  background-repeat: repeat-x;
  
  padding: 0;
  margin: 0;
  
  color: #888888;
  font-family: Tahoma, sans-seriff;
  font-size: 10pt;
}

a, a:link
{
  color: blue;
  text-decoration: none;
}

div#main
{
  text-align: center;
  padding: 34px 40px 0 0;
  background-image: url('images/logo.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  width: 860px;        
}

div#page
{
  background-color: white;
  background-image: url('images/top.png');
  background-repeat: no-repeat;
  width: 845px; 
  padding: 0 10px;   
}

div#header
{
  position: relative;
  top: 10px;
  margin-bottom: 20px;
  margin-top: -73px;
  background-color: #2F3192;  
  float: left;
}

div#footer
{
  height: 30px;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}

div#submenuContainer
{
  color: white;
  width: 850px;
  text-align: left;  
  margin: -10px auto -10px auto;
}

div#submenuContainer a
{
  color: white; 
  font-size: 8pt; 
  text-decoration: underline;
}

div#submenuContainer a.current
{
  color: #A6CE38;
}

div#menu ul
{
  margin: 0;
  padding: 0;
}

div#menu ul li
{
  float: left;
  display: block;
  width: 92px;
  height: 22px;
  border: 1px solid white;
  margin-top: -1px;
  margin-left: -1px;
  padding-top: 5px;
}

div#menu ul li:hover
{
  background-color: #A6CE38;
}

div#menu ul li.current
{
  background-color: #A6CE38;
}

div#menu ul li a
{  
  font-size: 8pt;
  font-family: Verdana, sans-serif;
  color: white;
  font-weight: bold;
}

div.submenu
{
  display: none;
}

div.clearer
{
  clear:both;
}

div#left
{
  float: left;
  width: 280px;
  margin-right: 15px;
}

div#right
{
  float: left;
  width: 550px;
}

div#news
{
  text-align: left;
}

div.header
{
  background-image: url('images/headerIcon.png');
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 20px;
  
  font-size: 12pt;
  font-family: Verdana, sans-serif; 
  color: #2F3192;
  font-weight: bold;
}

span.date
{
  color: #2F3192;
}

div.text
{
  text-align: justify;
}

div#body
{
  margin-top: -5px;
}

div#logo img
{
  width: 548px;
  height: 141px;
  margin-bottom: 10px;
  
}

img.reference
{
  margin-top: 10px;
}

a.more
{
  margin-left: 230px;
}
