	        body{
			background-color: #ffffff;
			}
			
			#cornerImage{
			float:clear;
			position:absolute;
			top:10px;
			left:8px;
			display:block;
			}
			
			#heading{
			font: 20pt verdana;
			font-weight: bold;
			text-align: center;
			text-decoration:underline;
			}
			
			#date{
			font: 13pt verdana;
			color:black;
			position:absolute;
			top:140px;
			left:550px;
			}
			
			#contentframe{
			background: #000000;
			border-style: solid;
			border-width:1pt;
			width: 630px;
			height: 410px;
			float: none;
			display="block";
			position:absolute;
			top:170px;
			left:140px;
			z-index:1;
			}
			
			
		  #mainbar{
		  background: #ccccff;
		  position: absolute;
		  top: 170px;
		  left:10px;
  		  width:115px;
		  height:300px;
		  background:black;
		  border:none;
		  text-align:center;
		  font-family: arial;
		  font-weight:bold;
		  color:white;
		  z-index:3;
		  }

		  .menuItemOff{
		  text-align:center;
		  font: 13pt verdana;
		  background:black;
		  font-weight:normal;
		  }

		  .menuItemOn{
		  text-align:center;
		  background:green;
		  font: 13pt verdana;
		  font-weight:normal;
		  text-decoration:line-through;
		  }
		  
		  .smenuOff{
		  font: 13pt verdana;
		  color:white;
		  position:absolute;
		  left:40;
		  width:95;
  		  text-align:center;
		  text-decoration:none;
		  background:blue;
		  font-weight:normal;
		  border:solid white;
		  border-width:1pt;
		  display:none;
		  filter:alpha(opacity=70);
		  z-index:2;
		  }
		  
		  .linkOn{
		  background:red;
		  text-decoration:line-through;
		  }
		  
		  .linkOff{
		  background:blue;
		  }
		  
		  A:link{
		  color:white;
		  text-decoration:none;
		  }
		  
		  A:visited{
		  color:white;
		  text-decoration:none;
		  }
