.overGod {
}

.nav {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 150px;
	background-image : url(images/11-2001-NS-Sig.png);
}

.main {
	position: absolute;
	top: 0px;
	left: 150px;
	height: 600px;
	width: 450px;
	text-align: justify;
	
}

.sub {
	position: absolute;
	top: 0px;
	left: 610px;
	height: 600px;
	width: 240px;
	text-align: justify;
	padding-right : 5px;;
}

.menu {
	position: absolute;
	top: 170px;
	left: 25px;
	width: 100px;
}

.tableheader {
	background-color: #2F4561;
	color: Gray;
	text-align: center;
	height: 20px;
	font-size : larger;
	font-weight : bold;
}

.bar {
	background-color: #2F4561;
	position: absolute;
	top: 0px;
	left: 605px;
	width: 1px;
	height: 100%;
}

BODY {
	margin: 0px 0px 0px 0px;
	background: #F9F9FF;
	color: #000005;
	font: smaller "Times New Roman", Times, serif;
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
}

A:link {
	color : #000033;
	text-decoration : none;
	text-align : justify;
}

A:visited {
	color : black;
	text-decoration: none;
	text-align : justify;
}

A:active {
	color : blue;
	text-decoration : none;
	text-align : justify;
}

A:hover {
	color : #333399;
	text-decoration : underline;
	text-align : justify;
}

H1 {
	color: #5e6165;
	background: #2F4561;
}

HR {
	border-bottom : thin double #2F4561;
	width: 75%;
	text-align : center;
}