/* dskelly.com items below */

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	background-color: #1e2a40;
	color: white;
}

.navItem {
	padding: 3px;
	padding-left: 15px;	
}

.linkNavigation {
	left: 50px;
}

table {
	color: black;
}

.mainOutlineDiv {
	position: absolute;
	top: 50px;
	left: 230px;
	right: 50px;
	border: solid 5px #1e2a40;
	padding: 10px;
	text-align: left;
	background-color: white;
/*	display: table;	*/
	
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.splicer {
	display: none;
	position: absolute;
	top: 55px;
	left: 242px;
	width: 18px;
	height: 450px;
	z-index: 200;
	
	background-color: white;
}