#header {
	position : absolute;
	top: 0px;
	left : 0px;
	width: 100%;
	height : 80px;
	color : #996666;
	background-color : transparent;
	z-index : 1;
	visibility : visible;
}
#topleft {
	position : absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	z-index : 200;
	visibility : visible;
	background-color: transparent;
}
#tright {
	position : absolute;
	top: 5px;
	right : 5px;
	width: 260px;
	height: auto;
	z-index : 100;
	visibility : visible;
	background-color: transparent;
}

#content {
position: absolute;
 top: 70px;
 left: 120px;
 width: 80%;
 height : auto;
 background-color : transparent;
 z-index : 100;
visibility : visible;
}



#layer1 A {
color: #FFE4E1;
background-color: transparent;
}
#layer1 A:HOVER {
color: #FF3000;
	background-color: transparent;
}

#nav{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: auto;
 background-color : transparent;
  color: #996666;
  padding-top: 85px;
  padding-right: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
  z-index: 200;
  visibility: visible;
}

#bleft {
	position : absolute;
	bottom: 5px;
	left : 5px;
	width: 140px;
	z-index : 2;
	visibility : visible;
}

#footer {
	position : absolute;
	bottom: 5px;
	width: 100%;
	z-index : 0;
	visibility : visible;

}

BODY {
 color : #933;
 background-color : #E9DFDD;
 overflow: auto;
scrollbar-3dlight-color : #E5FFF6;
scrollbar-arrow-color : #57000F;
scrollbar-base-color : #E9DFDD;
scrollbar-darkshadow-color : Black;
scrollbar-face-color : #E9DFDD;
scrollbar-highlight-color : #FBFFFE;
scrollbar-shadow-color : Black;
scrollbar-track-color : #E9DFDD;
font-size: normal;
font-family: Arial, Helvetica, sans-serif;
}
a {
	color : #CD5C5C;
}
a:hover {
	color : Red;
}



A.foot {
color : #996666;

}
A.foot:HOVER {
color : Red;
text-decoration: underline overline;
}

.ad A {
	background-color: transparent;
	color: #000000;
	width: 100%;
}

.ad A:HOVER {
	background-color: #000060;
	color: #FFFFFF;
	text-decoration: none;
}

p {
 font-size: normal;
}
.dropcap:first-letter {
 font-size: 200%;
 float: left;
 text-align: left;
 margin-bottom: 0px;
 padding-bottom: 0px;
}

.small {
	font-size: 80%;
}

.smaller {
	font-size: 70%;
}

.grade {
  filter: Alpha( Opacity=100, FinishOpacity=0, Style=2);
  background-color: transparent;
}
P.topic {
	font-size: 14pt;
	font-weight : normal;
	letter-spacing : 2px;
}

UL {
	font-size : 10pt;
	list-style-type: none;
}

UL UL {
	color: #B22222;
	font-size : 9pt;
	list-style-type: circle;
}
UL UL UL {
   display: block;
	font-size : 8pt;
	list-style-type: none;
}


.tex {
background-image : url(images/tex1.jpg);
padding : 10px;
margin : 10px;
border: outset thin;
}

.raise {
	border: outset thin;
}

.drop {
	border: inset 2px;
}

IMG.bllink { float: left;}

