body {
	font-family:Verdana;
	color: #FFFBD6;
	background-color: #000066;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
a {
	color: #990000;
}
ul 
{
   font-size:x-small;
}
.Logo {
	background-image: url(images/NCBCLogo.png);
	height:150px;
	width: 300px;
	background-position: center;
}
.Corner {
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	height: 199px;
	width: 206px;
	position: absolute;
}
.top {
	background-repeat: no-repeat;
	height: 200px;
	left: 206px;
	top: 35px;
	position: absolute;
	width: 80%;
	z-index: 1;
}
.biblegateway {
	background-repeat: no-repeat;
	height: 130px;
	left: 400px;
	top: 10px;
	position: absolute;
	width: 50%;
	font-size:small;
	font-style:italic;
	z-index: 1;
	overflow:hidden;
	
}
.left {
	background-repeat: no-repeat;
	width: 150px;
	height:400px;
	left: 0px;
	top: 199px;
	position: absolute;
	overflow: visible;
	z-index:1;
}
.bottom 
{
   background-image:url(images/BottomColor.png);
   background-repeat:repeat-y;
  	width: 100%;
   left: 0px;
   overflow:visible;
   position:relative;
   top:100px;
   height:100%;
   z-index:-1;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/BottomColor.png', sizingMethod='scale');
}

.content {
	position:absolute;
	left: 200px;
	top: 200px;
	width: 80%;
}
.corner_logo {
	background-image: url(images/MovingBible.gif);
	position:absolute;
	left: 15px;
	top: 15px;
	height: 149px;
	width: 117px;
}

.table-row {
  border: solid #000000 1px;   
  margin-top: 0; 
  margin-right: auto; 
  margin-bottom: 0; 
  margin-left: auto;
  padding: 0; 
  text-align: center; 
  width: 98%;
}

.table-cell{  
  float:left;
  vertical-align:top;
  text-align:left;
  margin: 0; 
  padding: 0; 
  width: 14%;
  height:125px;
  max-width:14%;
  right:14% 
}

.table-colHeader{  
  float: left; 
  text-align:center;
  margin: 0; 
  padding: 0; 
  width: 14%;
  height:75px;
}

.table-header{  
  float: left; 
  text-align:center;
  margin: 0; 
  padding: 0; 
  width: 98%;
  height:20px;
}

.grad img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

* html .grad {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/Website3.png', sizingMethod='scale');
}
* html .grad img {
  display: none;
}
* html .box {
	position:static;
}
