body {
	font-family: Arial;
	margin-left: 0px;
	margin-top: 0px;
	background-color : #970B0B;
	font-size: 14px;
}
#logo {

}

#refresh {
	position: absolute;
	left: 410px;
	top: 130px;
	text-align: center;
	font-size: 14px;

}

#mainTitle {
	position: absolute;
	left: 225px;
	top: 40px;
	text-align: center;
	width: 600px;
	margin-left: 12px;
}
a {
	color: #006633;;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #fcfbba;
	text-decoration:underline;
	font-weight: bold;
}
div.title {
	font-size: 32px;
}
div.title2{
	font-size: 26px;
}
#debug {
	position: absolute;
	left: 850px;
   top: 0px;	
	width: 370px;
  background-color: #89a0a0;

}
#notes {
	position: absolute;
   left: 12px;
	top: 200px;	
	width: 562px;
  background-color: white;
}

#discussion {
	position: absolute;
	left: 574px;
	top: 200px;	
	width: 250px;
	background-color: white;
}

.comment {
	border-bottom: 1px solid #89a0a0;
	margin-bottom: 8px;
}

.header { font-size: 18px; 
			margin-left: 0px;
			background-color: white;
			border-bottom: 8px;
 }
 

 .footer	a:link	{
	font-weight:bold;
	text-decoration:none;
	color:#006549;

}
 .footer	a:visited  {
	font-weight:bold;
	text-decoration:none;
	color:#006549;
}
 .footer	a:hover	{
	font-weight:bold;
	text-decoration:underline;
	color:#006549;
}
 .footer	a:active  {
	font-weight:bold;
	text-decoration:none;
	color:#006549;
}

.author 
{
    display: none;
}


td.copy { color: white;  font-size: 10px;  text-align: center;  background-color: #89a0a0; width: 800px;    }

