
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  /* max-width: 800px; */
  /* line-height: 2.0ex; */
  margin-top: 5px;
  margin-bottom: 5px;
  /* border: #669933;
     border-style: double; */
}

.pstyle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  /* max-width: 800px; */
  //margin-top: 0px;
  /*border: #669933;
     border-style: double; */
} 


p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: justify;
  // margin-bottom: 0.2em;
  /* max-width: 800px; */
  // border: #669933;
  // border-style: solid;
} 

body {
  background-color: #FFFFFF;
  margin: 0; // does not default to zero.
  position: relative;
}

/* 
   Must have position set to relative in order for contained boxes to behave
*/
#container {
  position: relative;
  // border: #663399;
  // border-style: double;
  display: block;
  max-width: 60em;
  width: expression(document.body.clientWidth > 60em? "60em": "auto" );
  min-height: 10em;
}

#entry { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: justify;
  margin-top: 0.5em;
  margin-bottom: 2em;
  //border: #669933;
  //border-style: solid;
 }

#header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: justify;
  position: relative;
  //padding: 0.5em;
  margin-left: 11.5em;
  margin-bottom: 0em;
  border: #669933;
  border-style: double;
  border-top-width: 0em;
  border-bottom-width: 0.4em;
  border-right-width: 0em;
  border-left-width: 0em;
}

#middle {
  position: relative;
  margin-left: 12em;
  border-color: #669933;
  //border-style: double;
  border-style: none;
  border-top-width: 0.4em;
  border-bottom-width: 0em;
  border-right-width: 0em;
  border-left-width: 0em;
}

#nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: justify;
  //position: float;
  position: absolute;  
  //left: -12em;
  //top: -11em;
  //float: left;
  //background-image: url(cowpea_genomics/images/cowpea_bg_4.jpg);
  margin-top: -0.5em;
  margin-right: 0.5em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  pading-right: 0.5em;
  margin-bottom: 0.5em;
  border-color: #669933;
  border-style: inset;
  border-right-width: 0.5em;
  border-top-width: 0em;
  border-left-width: 0em;
  border-bottom-width: 0.5em;
}


#xnav {
//position: fixed;
// width: 10em;
//height: 100%;
//display: none;
float: left;
//clear: both;
background-image: url(cowpea_genomics/images/cowpea_bg_4.jpg);

/*  right: auto; */
/*  bottom: auto; */
/* float: left; */
/* display: block; */
/* line-height: 120%; */
/* max-width: 780px; */
/* IE doesn't support max-width. For the header we can use a simple
   workaround. */
/* width: expression(document.body.clientWidth > 800? "800px": "auto" ); */
/*   min-height: 70px; */
/*
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  padding-left: 15px;
  padding-top: 5px;
*/
/* padding: 0px 5px 0px 5px; */
/* margin: 5px 5px 5px 5px; */
   /* clip:        rect(   ); */
   /* visibility: visible; */
   /* position: relative; */
 border: #669933;
   border-style: double;
}

.main {
 clear: right; 
  /* max-width: 800px; */
 /* Setting width causes IE to incorrectly display the floating menu
    Therefore this workaround from http://www.svendtofte.com/code/max_width_in_ie/
    doesn't work. Use the same concept with margin-right.
    width: expression(document.body.clientWidth > 800? "800px": "auto" ); */
 padding: 0px 0px 0px 0px;
 margin-top: 15px;
 margin-left: 10px;
 margin-right: 15px;
 /* IE max-width workaround. */
   /* margin-right: expression(document.body.clientWidth > 800? (document.body.clientWidth-830) : "15px" ); */
 /* border: #669933;
    border-style: double; */
}

.menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
 clear:both; 
 width: 170px; 
 float: left;
  /* top right bottom left */
 padding: 0px 0px 10px 0px;
 margin: 20px 10px 10px 10px;
  /*border: #669933;
    border-style: double; */
}


.old_main {
position: absolute;
visibility: visible;
width: 6in;
max-width: 6in;
min-width: 5in;
left: 2in;
top: 1.25in;
clip:    rect(   );
overflow: visible}

