#container { 
	width: 1000px;  
	margin: 0 auto; 
	background-color: #FFFFFF;
} 
#header {
	margin-bottom: 8px;
}
#header img {border: 0px;} 
#navCell {
	width: 234px;
	vertical-align: top;
	position:relative;
	display: block;	
}
#navCell .menuBg {
	background-position: bottom;
	background-image: url(Images/navBackInterior.jpg);
	background-repeat: no-repeat;
	background-color: #004799;
	height: 212px;
	position: absolute;
	left: 0px;
	top: 0px;

}
#splashCell {
	vertical-align: top;
}
#mainContent td {

	vertical-align:top;
} 

#mainContent td table td{

	vertical-align: middle;
} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tagLine {
	background-image: url(Images/tagLine.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	height: 35px;
	width: 766px;
}

