/***********************************************************************
*
*  Date...
*     08 May 2004
*
*  Programmed by...
*     Keith Eric Grant
*
*  Purpose...
*     Print media style sheet for CAMEL web pages
*
***********************************************************************/

/* We'll define the body to give us our background image */

body {
  background: #FFFFFF;
  font-family: Georgia, "Book Antigua", "Times New Roman", Times, serif;
  color: #000000;
  margin: 0px;
  padding: 0px
}

/* Define an overall "layout" box to keep the floats from rearranging */
/* if the window narrows. We'd rather get a scroll bar.               */

#layout {
  background: transparent;
  position: static;
  float: none !important;
  top: 0in;
  left: 0in;
  width: 7.0in;
  margin: 0in;
  padding: 0in

}


/* Here's the properties for the masthead box */
#masthead {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background: transparent;
  position: static;
  float: none !important;
  top: 0in;
  left: 0in;
  width: auto;
  margin: 0.0in 0.25in 0.25in 0.25in;
  padding: 0in;
  border-bottom: medium ridge #000000
}


/* This is a column container for the navigation bar column */

#navcon { display: none }


/* We'll only have one navigation bar, so define it as an item */

#navbar { display: none }

/* This will be the overall container for content.  Using this container */
/* Keeps the browser from moving the content below the navigation column */
/* if the window is narrow. Instead we get a scroll bar.                 */

#container {
  position: static;
  margin: 0px
}

/* Here's the properties for the content boxes */

.content {
  background: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetical, sans-serif;
  font-size: 10pt;
  position: static;
  float: none !important;
  margin: 0.25in 0.25in 0.25in 0.25in;
  width: 6.5in;
  padding: 1em;
}


/* We need this class to get the right colors on */
/* the links within the navigation bar.          */

.navbar { display: none }


/* The boxes for pictures within the navigation column all */
/* have the same properties, so define them with a class   */

.navpic { display: none }

a:link    { color: #0000CC }
a:visited { color: #CC0099 }
a:active  { color: #CC0099 }
a:hover   { color: #CC6600 }

/* These give properites for links defined to have the navbar class */

a.navbar:link    { color: #0000CC }
a.navbar:visited { color: #CC0099 }
a.navbar:active  { color: #CC0099 }
a.navbar:hover   { color: #CC6600 }

.indent { margin-left: 1.5em; margin-right: 1.5em }
.abstract {
  margin-left: 2.5em;
  margin-right: 2.5em;
  font-size: 0.85em;
  text-align: justify;
}