body {
	width: 1000px;
	margin: 0px;
	padding: 0px; // this is a concession to opera 7 which has margin 0, but some padding by default.
	font-size: 10px;
	background-color: #FFFFEC;
}

/* Sets Width to Maximum allowed */

div#logo {
	width: 160px;
	height: 160px;
	background-color: rgb(255, 255, 204);
	}
	
div#title {
  position: absolute;
	left: 0px;
	top: 0px;
	width: 840px;
	height: 160px;
	background-color: #FFFFBB;
  margin-left: 161px;

}
div#title p {
	font-family: "Albertus Extra Bold", Times, serif;
	font-size: 28pt;
	color: rgb(0, 128, 0);
	font-weight: bold;
	clear: both;
  text-align: center;
  vertical-align: center:
}

/*font-family: Tahoma, sans-serif;*/


/* Sets Height and width, aligns images left
and Sets the Background Colour */

div#sect_nav {
	width: 1000px;
  height: 40px;
	background: rgb(0,102,0);
	text-align: left;
}

div#sect_nav img {
   border: 0px solid ;
   width: 120px;
   height: 40px;

}


/*add subjects like metals & UFTRS */

div#subject_nav {

  position: absolute;
  top: 201px;
  width: 159px;
  background-color: #FFFFEC;
/*  border: solid 1px;*/
  font-family: "Arial", helvetica, non-serif;
  color: rgb(0,102,0);

}

div#subject_nav p {
  margin-left: 5px;
  font-family: "Arial", helvetica, non-serif;

}

div#subject_nav h2 {
  margin-left: 5px;
  font-family: "Arial", helvetica, non-serif;
  text-align: center;

}

div#subject_nav li {
  margin-left: 5px;
  font-family: "Arial", helvetica, non-serif;
  text-align: left;

}

/* Sets Width to Maximum allowed */

div#main {
  position: absolute;
  top: 201px;
	width: 840px;
	height: 800px;
	overflow: auto;
	background-color: #FFFFBB;
	left: 160px;
	line-height: normal;
	margin-right: 10px;

}
div#main h1 {
	font-family: "Albertus Extra Bold", Times, serif;
	color: rgb(0,102,0);
	align: center;
	margin-left: 10px;
	margin-right: 10px;
}

div#main h2 {
	font-family: "Albertus Extra Bold", Times, serif;
	color: rgb(0,102,0);
}

div#main p {
	font-family: "Albertus Extra Bold", Times, serif;
	color: rgb(0,102,0);
	margin-left: 10px;
	line-height: 110%;
	text-align: justify;

}

div#main ul {
	font-family: "Albertus Extra Bold", Times, serif;
	color: rgb(0,102,0);
}

div#main dt {
	font-family: "Albertus Extra Bold", Times, serif;
	color: rgb(0,102,0);
	text-decoration: underline
}

div#main dd {
	font-family: "Albertus Extra Bold", Times, serif;
	color: rgb(0,102,0);

}

/* Set's Style for the Copyright Paragrh text */

div#copyright p {
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	color: div#336633;
	margin-left: 5px;
	font-weight: bold;
	clear: both;
}



