

/* On screen CSS
*/


/* Background color
*/
body {font: 13pt;
background-image:url('images/bg.gif');
}


/* Make all paragraph text 13 point
*/

p {font: 13pt;
font-family:  "serif", Times New Roman;
	color: black;
	background-color: #FFFFFF;
}

/* Make all body text 13 point
*/

body p {font-size: 13pt;
	font-family:  "serif", Times New Roman;
	color: black;
	background-image:url('images/bg.gif');
}

/*Make headings bold
*/

h1 {font:  24pt Arial;
font-weight: bold;
line-height: 30pt;}

h2 {font:  18pt Arial;
font-weight: bold;
line-height: 22pt;}

h3 {font:  14pt Arial;
font-weight: bold;
line-height: 22pt;}

h4 {font:  12pt Arial;
font-weight: bold;
line-height: 22pt;}

h5 {font:  10pt Arial;
font-weight: bold;
line-height: 12pt;}

h6 {font:  8pt Arial;
font-weight: bold;}

/*Make lists bold
*/
li {font:  12pt Arial;
font-weight: bold;
line-height: 14pt;}

ol {font:  12pt Arial;
}

/* Menu color
*/

#menu {
  border-color: red;
  border=3;
}


/* Column spacing, header and footer
*/

#navigationheader { 
  background-color: #FFFFFF;
  position: static;
  height: 10px;
  width: 900px;
  margin: 0px 0px 0px 0px;
  border bottom
  border-width: none none none none;
  border-style: none none none none;
  border-color: grey;
}


#navigationleft { 
  position: absolute;
  width: 190px;
  height: 900px;
  margin: 40px 0px 0px 0px;
  background-image:url('images/bg.gif');

 
}

#navigationright { 
  position: absolute;
  width: 190px;
  height: 900px;
  margin: 40px 0px 0px 745px;
  background-image:url('images/bg.gif');


}

#content { 
  
  position: realtive;

  margin: 110px 225px 100px 225px;
  background-image:url('bgdesert.html';

  border-width: none none none none;
  border-style: none none none none;
}

#navigationfooter { 
  position: static;
  height: 0px;

  border top
  border-width: none none none none;
  border-style: none none none none;
  background-image:url('images/bg.gif');
}

/* Table text
*/
th {font:  10pt Arial;
font-weight: bold;}

td {font:  8pt Arial;
line-height: 22pt;}
