/* Commonly used to style page titles. */
h1 {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-transform: none;
}
#outerWrapper #header {
  background-image: url("../images/home-top.jpg");
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: 214px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #RightColumnNar { margin-top: 0px; }

#outerWrapper  #header  #nav1 {
	padding-left: 40px;
	padding-top: 87px;
	line-height: 10px;
}
#outerWrapper #contentWrapper #botColumn {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000CC;
	margin-right: 20px;
	margin-left: 40px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#outerWrapper #contentWrapper #botColumn td { padding: 0px; }

.lineleft {
	border-left: 1px solid #1700CC;
}
