BODY {
        
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	PADDING: 0px;
	MARGIN: 0px; 	
	Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	color: #000000;
	BACKGROUND-COLOR: #000029;
        text-align: center;
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed;
	background-image:url(img/background_page.jpg);

}
a:link    {text-decoration: none; color: #00008B;}
a:visited {text-decoration: none; color: #00008B;}
a:hover   {text-decoration: none; color: #0000dd;}
a:active  {text-decoration: none; color: #00008B;}
hr {border-top: dotted #0000DD 1px;}

#wrapper { 
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	BACKGROUND-COLOR: #ffffff;
        min-height:570px;
        background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: relative;
	background-image:url(img/background_content.jpg); 
	}	
	
#header {
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: relative;
	background-image:url(img/background_head.jpg); 
        BACKGROUND-COLOR: #ffffff;
        width:925px;
        padding-top: 14px;
        padding-left: 25px;
        padding-right: 25px;
        margin: 0px;
}
#content {
  width: 675px;
  float: right;
  border-left:dotted #0000DD 1px;
  padding: 8px 25px 10px 10px;
  color: #000000;

  }
#leftPanel {
  width:240px;
  padding: 0px 10px 10px 10px;
  float:left;
  margin: 0px;
  }
#footer { 
  clear:both; 
  padding-top:15px; 
  text-align:center; 
  color:#999999; 
  padding-bottom:13px;
  padding-left:10px;
  padding-right:10px;
  FONT-SIZE: 8pt;
  margin: 0px;
  }
/* height bug */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
.clearfix{display: inline-table;}

h1 {font-size:12pt; color:#00006B; text-align: right; FONT-WEIGHT: bold; }
h2 {font-size:10pt; color:#00006B; text-align: left; FONT-WEIGHT: bold;background: url(img/h3.jpg) repeat-y left top; border-top: 1px solid blue; border-left: 1px solid blue;}
h3 {font-size:10pt; color:#00006B; text-align: left; FONT-WEIGHT: bold;background: url(img/h2.jpg) repeat-y right top; border-bottom: 1px solid blue; border-right: 1px solid blue;}

.spec {
border: 1px solid blue;
}

.spec td {
border: 1px solid #979797;

}