body{ 
  background-color: #F4F8FB;
}

div.header {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 1000px;
  height: 100px;
  /*z-index: 2;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}

div.footer {
  position: absolute;
  margin: 475px 0px 0px 0px;
  padding: 0px;
  width: 1000px;
  height: 50px;
  /*z-index: 2;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}

div.navigation {
  position: absolute;
  margin: 110px 0px 0px 0px;
  width: 182px;
  /* z-index: 9999;
 border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}
div.project_list {
  position: absolute;
  margin: 430px 0px 0px 0px;
  width: 182px;
  /*z-index: 3;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}
div.content1 {
  position: absolute;
  margin: 110px 0px 0px 0px;
  width: 1000px;
  /*z-index: 1;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}

div.content {
  position: absolute;
  margin: 110px 0px 0px 188px;
  width: 816px;
  /*z-index: 1;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}

div.applet_display {
  position: absolute;
  margin-top: 270px,0px,0px,188px;
  width: 88%;
 /* z-index: 1;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand0px 0px 188px*/
}
div.form_display {
  position: absolute;
  margin: 110px 0px 0px 188px;
  width: 50%;
 /* z-index: 2;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}

div.form_display_gene_details {
  position: absolute;
  margin: 110px 0px 0px 188px;
  width: 694px;
 /* z-index: 2;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}
div.form_confidence {
  position: absolute;
  margin: 180px 0px 0px 188px;
  width: 30%;
 /* z-index: 2;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}
div.linear_map{
  position: absolute;
  margin: 175px 0px 0px 188px;
  width: 63%;
 /* z-index: 1;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}
div.error_panel{
  position: absolute;
  margin: 145px 0px 0px 195px;
  width: 79%;
   /*z-index: 1;
 border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}
div.mult_genes_panel{
  position: absolute;
  margin: 145px 0px 0px 188px;
  width: 70%;
 /* z-index: 1;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}

div.gene_links{
  position: absolute;
  margin: 110px 0px 0px 880px;
  width: 120px;
  /*z-index: 1;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}

div.gene_annotations{
  position: absolute;
  margin: 140px 0px 0px 188px;
  width: 694px;
 /* z-index: 1;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}

div.comp_evid{
  position: absolute;
  margin: 580px 0px 0px 188px;
  width: 31%;
  /*z-index: 1;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px; the border property in longhand*/
}

div.exp_evid{
  position: absolute;
  margin: 580px 0px 0px 595px;
  width: 31%;
  /*z-index: 1;
 border-color : #FF0000;
  border-style : groove;
  border-width : 2px;  the border property in longhand*/
}
div.blank{
  clear:both;
}


/****************************************************************************************/

/*div.leftbox {
position: absolute;
margin: 267px 0px 0px 0px;
width: 199px;
z-index: 2;
}
 h1, h2, h3, p {
margin: 10px 35px 25px 255px;
}

p.leftbox {
margin: 0px;
padding: 0px;
}

.box {this is a box 
  background: #FFFFFF;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px;*//* the border property in longhand
  }*/