body {
background:url(images/OldBG.jpg);
background-repeat:	repeat-x;
/*background-color:rgb(205,224,249);*/
background-color:rgb(225,212,180);
}
#mainUpNav {
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 730px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	text-align: left;
	z-index: 1000;
	clear: none;
	float: none;
	z-index:20000;
}

.lowerNav {
			position:relative;
			top: 15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#003366;
			text-align:center;
			
			}
			
a:link {
		text-decoration:none;
		color:#928245;
		}
a:Hover {
		text-decoration:none;
		color:#0066CC;
		}
a:visited {
		text-decoration:none;
		color:#928245;
		}