body {
  background: #ECECEC;
}

#box {
  background: #FFFFFF;
  border-color: #999999;
}




#header {
  background: url( ../images/Home_Logo.JPG ) no-repeat;
}

#header p {
  color: #000080;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 48px;
  line-height: 100px;
  text-transform: uppercase;
}




#menu ul {
  background: #000080;
}

#menu li {
  background: #000080;
  font-family: Arial, sans-serif;
}

#menu li a {
	color: #ffffff;
	text-decoration: none;
	border-right: 3px solid #000080;
}

#menu li a:hover {
	border-left: 3px solid #ffffff;
	border-right-width: 0px;
}

#menu li.selected a {
	font-weight: bold;
	background: #ffffff;
	color: #000080;
	/* Undo the hover effect */
	border-left-width: 0px;
	border-right: 3px solid #000080;
}



#content, #content p, #content a, #content ul, #content ol, #content dl {
	font-family: "Arial", sans-serif;
	color: #000080;
}

#content a {
	text-decoration: none;
	color: #8E1610;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	border: 1px solid  #999999;
}

#content p.nav img {
	border-width: 0px;
}
