body {
  margin:               0px;
  background-image:     url(../images/bg_body.jpg);
  background-repeat:    repeat-x;
  }
#body {
  width:		850px;
  max-width:		850px;
  margin-top:		0px;
  margin-left:		-425px;
  margin-right:		0px;
  margin-bottom:	0px;
  padding:		1px;	
  position:		absolute;
  overflow:             visible;
  top:			0px;
  left:			50%;
  vertical-align:	top;
  background-image:	url(../images/bg_page.jpg);
  background-repeat:    repeat-y;
 
  }
#header {
  position:		relative;
  display:		block;
  width:		100%;
  height:		110px;
  max-height:		110px;
  margin:		0px;
  top:			0px;
  right:		10px;
  padding:              0px;
  text-align:		left;
  overflow:		hidden;
  padding-top:		5px;
  }
#line {
  position:		relative;
  display:		block;
  width:		848px;
  height:		24px;
  max-height:		24px;
  overflow:		hidden;
  top:			0px;
  left:			0px;
  background-image:	url(../images/bg_header.jpg);
  background-repeat:    repeat-x;
  }

#left {
  overflow: 		visible;
  display:		block;
  width:		230px;
  max-width:		230px;
  height:               100%;
  position: 		relative;
  vertical-align:	top;
  float:		left;
  top:			0px;
  padding-top:		15px;
  }
#main {
  overflow: 		visible;
  width:                500px;
  height:               100%;
  display:		table;
  position: 		relative;
  top:			0px;
  left:	        	0px;
  vertical-align:	top;
  text-align:           left;
  padding-top:		15px;
  }
#main_welcome           {
  overflow: 		visible;
  width:                558px;
  height:               100%;
  display:		table;
  position: 		relative;
  top:			0px;
  left:	        	0px;
  vertical-align:	top;
  text-align:           left;
  padding-top:		15px;
  }
#footer {
  position:		relative;
  top:		        0px;
  left:                 0px;
  font-family:          Arial,Verdana,Geneva,Helvetica,sans-serif;
  font-size:            8pt;
  color:                #C0C0C0;
  padding-top:          30px;
  }
#logo {
  display:		block;
  position:		relative;
  top:		        0px;
  left:                 30px;
  float:		left;
  width:		185px;	
  padding-top:		20px;
  }
#lang {
  position: 		relative;
  top:			2px;
  left:			27px;
  vertical-align:	top;
  float:		left;
  }
#date {
  position: 		relative;
  top:			2px;
  right:		5px;
  vertical-align:	top;
  float:		right;
  }
#flash {
  position:		relative;
  display:		block;
  width:		610px;
  height:		100px;
  max-height:		100px;
  margin:		0px;
  top:			0px;
  right:		0px;
  padding:              0px;
  overflow:		hidden;
  float: 		right;
  }
#info {
  position:		relative;
  display:		block;
  width:		150px;
  top:		        30px;
  left:                 5px;
  text-align:		center;
  font-family:          Arial,Verdana,Geneva,Helvetica,sans-serif;
  font-size:            8pt;
  color:                black;
  padding:		5px;
  }
#info2 {
  position:		relative;
  display:		block;
  width:		150px;
  top:		        30px;
  left:                 5px;
  text-align:		center;
  font-family:          Arial,Verdana,Geneva,Helvetica,sans-serif;
  font-size:            8pt;
  color:                black;
  padding:		5px;
  }

#print {
  position:		relative;
  top:		        2px;
  right:                20px;
  z-index:              2;
  float:                right;
 }
#clear  {display: none;}
#pagebreak {
  page-break-after:   always;
  }
