html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#ccc; /*color background - only works in IE */
font-size:100%; /*set default font size */
font-family:"arial-narrow", tahoma, verdana, arial, sans-serif; /* set default font */
background:#FFCC33  -18px 0 no-repeat; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ }


/* the positioning and style of page!*/
body {
height:100%;  width: 550px;  padding:0; margin:0 ; border:0;background:#666666;
background-attachment:fixed; 
scrollbar-arrow-color: #FFCC33;
scrollbar-track-color: #666666;
scrollbar-face-color: #666666;
scrollbar-highlight-color: #FFCC33;
scrollbar-3dlight-color: #FFCC33;
scrollbar-darkshadow-color: #FFCC33;
scrollbar-shadow-color: #FFCC33; 
}
.left{
margin-left: 0px; width: 150px;  margin-top: 20px; background:#666666; color:#FFCC33;  float:left; text-indent:5px; 
}
.right {
margin-left: 150px; margin-top:20px; background:#666666;  color: #FFCC33; float:right; height: 30px; padding:0;
text-align:right; font-size: .75em; list-style-type:none; padding-right:50px; width:200px;  white-space:nowrap;
}
.pad1 {
	background-color: #666666;  height: 75px; 
}
.pad2 {
	background-color: #FFCC33;  height: 10px; 
}
/* Code for scrollable html text area */
#divUpControl{position:absolute; width:750px; left:75px; top:325px; z-index:3; text-align: right; font-size: 
.75em;text-decoration:none;}
#divDownControl{position:absolute; width:750px; left:75px; top:350px; z-index:3; text-align: right; font-size: 
.75em;text-decoration:none;}

#divcontent {
	position:absolute; top:120px; left:50px; font-size: 1em; padding-left: 50px; padding-top: 25px; padding-right: 
	50px; text-decoration:none; font-family: arial; color: #FFCC33; font-size:.75em;
}
#divcontainer {
position:absolute; width:700px; height:500px; overflow:hidden; top:95px; left:125px; clip:rect(0,650,500,0);
 visibility:hidden;text-decoration:none; background:#666666; color:#FFCC33; 
}
.nav {
width:100px; background:#666666; font-size:.75em;  line-height: 20px;  text-align:left; text-decoration:none;

}

.nav li {
	 display:inline-block; color:#FFCC33;   list-style-type:none;width: 150px; 

}
.nav a:hover {
	color:#fff; 
}
.nav a   {
    text-decoration:none; color:#FFCC33;  white-space:nowrap; 
}

.nav a,  .nav a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
  
 
.menu li  {
  display:inline; color:#FFCC33;
  }        

.menu a:hover {
	color:#fff; 
}
.menu a   {       
  padding:2px 16px;
  color:#FFCC33; 
  background:#666666; 
  border:1px solid color:#990000; /* add a 1px white border around items */ 
  text-decoration:none;
}

#divUpControl a  {
	text-decoration:none;color:#FFCC33;
}

#divDownControl a, .divUpControl a:visited {
	text-decoration:none; color:#FFCC33;
}
 
.menu a,  .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -3px;         /* to correct an IE border width bug */  
  }


.tr,td{
	color:#FFCC33; font:"arial",sans-serif;font-size:.75em;
}