body,html {
  margin: 0px;
  padding: 0px;

  text-align: center;
  font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
  font-size: 10.5pt;
  line-height: 1.3em;

  background-color: #e0e4e8;
}

#container {
  width: 730px;
  position: absolute;
  left: 50%;
  right: auto;
  top: 16px;
  
  margin-left: -365px;
  text-align: left;
  
  background: url(images/bg_body.gif);
}

#header {
  height: 119px;
  margin-bottom: 0px;

  background: url(images/bg_header.gif);
  
  text-align: center;
}

#navbar {
  height: 30px;
  margin-bottom: 0px;

  background: url(images/bg_navbar.gif);

  text-align: center;
  line-height: 1.5em;
  margin-bottom: 16px;
}

#navbar a {
  margin-right: 12px;
  margin-left: 12px;
  
  color: #515151;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  
  text-decoration: none;
}

#navbar a:hover {
  color: #001272;
}

#content {
  width: 665px;

  margin-left: 30px;
  margin-top: 18px;
  text-align: justify;
}

#content a {
	color: #273361;
}

#content table.header td.content {
	font-size: 10.5pt;
}

#content table.header td.content h1 {
	font-weight: bold;
	font-size: 20pt;
	color: #001272;
	
	margin-bottom: -6px;
}

#content table.header td.content h2 {
	font-weight: bold;	
	font-size: 12pt;
	color: #000000;
	
	margin: -0px;
}

#content table.header td.nav {
	text-align: left;
}

#content table.header td.nav ul {
	width: 200px;
	margin: -0px;
	padding: 0px;
	
	font-size: 10.5pt;
	color: #000B48;
	
	list-style-type: none;
}

#content table.header td.nav ul li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.7em;
	padding-left: 1em;
}

html>body #content table.header td.nav ul li {
	background-position: 0 0.5em;
}

#content img.deco {
	border: 1px solid #666666;
}

#content #flags {
	margin-left: 152px;
	margin-bottom: 6px;
}

#content #flags img {
	border: 1px solid #666666;
}

#content div.newsitem {
	margin-bottom: 24px;
	border-bottom: 1px solid #CCCCCC;
}
	
#copyright {
  text-align: right;
  padding-right: 11px;
  padding-bottom: 12px;
  color: #999999;
    font-family: arial, sans-serif;
  font-size: 9pt;
   
  background-color: #e0e4e8;
}

#copyright a {
  color: #999999;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;
}

#copyright small a {
	margin-right: 2px;
	font-weight: normal;
	font-size: 8pt;
	color: #BBBBBB;
}

#footer {
  margin-top: 48px;
  height: 69px;

  background: url(images/bg_footer.gif);

  text-align: center;
}

