BODY {
	background-color : #000066;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

TABLE.mainBody  {
  background : #FFFFF0;
  font-family : Arial, Helvetica, sans-serif;
  font-size: small;

  border-right : thick outset blue;
  border-bottom : thick outset blue;    
  border-left : thick inset white;  
  border-top : thick inset white;  

  width : 800px;
  height : 600px;
}

TABLE.columnRight {
background : transparent;
width : 98%;
height : 440px;
 margin: 10px 10px 10px 10px;
}

.displayHeader {
  height : 150px;	
}

/**  lightsteelblue     royalblue **/
TD.menuTD {
	background-color : lightsteelblue;
  text-align : center;
	font : normal normal bold 95% Verdana, Geneva, Arial, Helvetica, sans-serif;
  vertical-align : top;
  width : 170px;
}

DIV.returnHead {
	background-color : transparent;
	font : normal normal bolder 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000066;
  height: 140px; 
  border-left : thin solid #000066; 
  border-bottom : thin solid #000066; 
  width: 400 px; 
  vertical-align : bottom;
  text-align : left;
}

DIV.menuRaised, DIV.menuRaisedR, DIV.menuNone {
	background-color : transparent;
	font : normal normal bolder 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : ivory;
  border-bottom : 1px solid ivory;
  border-right : 1px solid ivory;
  border-top : 1px solid ivory;
  border-left : 1px solid ivory;
  height : 25px;
  vertical-align : bottom;
  width : 140px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

DIV.menuRaisedR {
	border-right : thin none ivory;
}

A.menuA {
	DISPLAY: block; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	WIDTH: 140px; 
	height : 17px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 80%; 
	COLOR: #000066; 
	TEXT-DECORATION: underline;
	vertical-align : middle;
}

A.menuA:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 80%;
	COLOR: black;
	DISPLAY: block; 
	BACKGROUND: aliceblue; 
	WIDTH: 140px; 
	height : 22px;
	TEXT-DECORATION: none
}

A.head {
  FONT-WEIGHT: bold;
  FONT-SIZE: 70%;
/*  COLOR: white; */
  background-color : transparent;
  text-decoration : underline;
}

A.head:hover {
  FONT-WEIGHT: bold;
  FONT-SIZE: 70%;
/*  COLOR: ivory; */
  background-color : transparent;
  FONT-STYLE: normal;
   text-decoration : none;
}

.copyright {
	font : normal normal normal 60%/normal normal/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}