

body {
	
	background-image: url(../images/starbackground.jpg);
	background-color: #1a2239;
	background-position: top center;
	background-repeat: no-repeat;
	
	color: #5f5f5f;
	font-size: 11px;
}

a img {
	border: none;
	text-decoration: none;
}

#cellHead {
	background-image: url(../images/bgNav.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 107px;
	padding-left: 63px;
}

#cellHeadInt {
	background-image: url(../images/bgNavInt.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 107px;
}

#divNav a, #divNav {
	color: white;
	text-decoration: none;
}

#cellFooter {
	background-color: #364465;
	height: 25px;
	color: white;
	font-size: 10px;
	padding-left: 20px;
}

#cellFooter a {
	color: white;
	text-decoration: none;
}

#cellMain {
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-y;
	border-top: solid 1px black;
	background-color: white;
}

#cellSearch {
	background-image: url(../images/gray_nav_repeat.jpg);
	background-repeat: repeat-x;
	height: 30px;
}

#cellSearchLinks, #cellSearchLinks a, #cellSearch div a {
	color: black;
	text-decoration: none;
}

#tblCalc {
	margin-top: 26px;
	border-left: solid 1px #364465;
	border-right: solid 1px #364465;
}

#tblCalc td {
	border-bottom: solid 1px #364465;
}

#backgroundFixer {
	height: 100%;
	width: 1px;
	float: left;
	position: relative;
}