/* Version 1.0, Chris Padon, Discovery Works, Inc.--------------------------------*/
/* background light gray, image for gray bars, and font characteristics-----------*/
body {
	background-color: #E9E9E9;
	background-repeat: repeat-y;
	background-image: url(images/menubackgrounds.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	}
/* strip most link attributes except active is dark red----------*/
a:link { 
  color:#0000FF;
  text-decoration:none;
  } 
a:visited { 
  color:#0000ff; 
  text-decoration:none;
  } 
a:hover { 
  color:#ff0000;
  text-decoration:underline; 
  } 
a:active { 
  color:#660000; 
  text-decoration:none;
  } 
/* position dark red title box, (box text are graphics)----------*/
#DWheader {
	position: absolute;
	height: 250px;
	width: 405px;
	left: 240px;
	top: 0px;
	right: auto;
	bottom: auto;
	}
/* layout of photo container----------*/
#photobox {
	position: absolute;
	left: 240px;
	top: 255px;
	width:405px;
	margin:1px;
	padding:0;
	float:left;
	}
/* main text in body of page----------*/
#bodytext {
	position: absolute;
	width: 405px;
	left: 240px;
	top: 533px;
	right: 645px;
	bottom: auto;
	}
/* main menu text, far left column----------*/
#menuheading {
	position: absolute;
	left: 0px;
	top: 255px;
	bottom: auto;
	}
/* sub-menu text, second left column----------*/
#submenu {
	position: absolute;
	left: 120px;
	top: 255px;
	bottom: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 120px;
	}
/* style for unordered list----------*/
ul {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
li {
	width: 112px;
	padding-left: 8px;
	border-bottom: 1px solid #FFFFFF;
	}
/* style for nested unordered list----------*/
ul li ul {
	margin-left: 112px;
	border-top: 1px solid #FFFFFF;
	}
/* make text color dark red----------*/
.redstyle {
	color:#660000
	}
/* caption text for photos 1 to 4----------*/
#caption {
	position: absolute;
	left: 650px;
	top: 255px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 150%;
	width: 80px;
	font-style:italic;
	}
