/*** All Pages   ****/
BODY{
	color: black;
	background-color: white;
	margin:0px;
	padding:0px;
	width:800px;
	margin: 0 auto;
}
A{
	color: black;
}	
.mainTable{
   /* font-family: Lucida Sans Unicode; */
   border:4px solid green;
   width:600px;
   text-align: center;
   vertical-align:top;
   font-size:20px;
   text-align:center;
   
}

.menuTable{
   text-align:center;
}
.menuTable IMG{
	width:800px;
	height:87px;
	border: 4px solid black;
}
.structMenu{
   width:790px; 
   white-space:nowrap;
}
.structMenu TD{
   width:14%;
   text-align: center;
   
}
.structMenu A:link{
  color:black;
  white-space: nowrap;
  text-decoration: none;
}
.structMenu A:active {
   text-decoration: none;
}

.structMenu A:visited {
   color: black;
   text-decoration: none;
}

.moduleTitleBarTable{
	margin:0px;
	padding:0px;
}
.moduleTitleBarDIV{
	background-image: url("/images/midTitleBar.GIF");
	background-repeat: repeat-x;
}
.moduleTableHeader{
	color:white;
	font-weight:bold;
	/* background-color: rgb(0, 51, 0); */
	background-image: url("/images/titlebackground.GIF");
	background-repeat: no-repeat;
	background-width: 100%;
	text-align:center;
	height:14px;
}
	
/*  Stats module      */
.statsTable{
	width:150px;
	border:1px solid green;
}		
/*  DisplayForums.jsp  */
.displayForums{
	width:500px;
	margin:0px;
	padding:0px;
}
.mainTD{
	text-align:top;
	vertical-align:top;
	border-top:4px solid green;
    border-left:4px solid green;
    border-right:4px solid green;
    width:500px;
}
.messageImage{
    width:70px;
    padding:10px;
    border:10 px solid red;
}
.pageTable{
    width:100%;
}
.pageTable TD{
	text-align:right;
	white-space:nowrap;
} 