/* CSS Document */

/* standard style sheet for NTC Forensics web pages 
*/

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	font-size 100%
	}
body a {
	color: #FFFFFF;
	}
h1 {
	font-size: 1.1em;
	}
h2 {font-size: 1.2em;
	}
#headline {
    width: auto;
	margin: 5px;
	}
#headleft {
	position: absolute;
	top: 1em;
	width: 180px;
	text-align: center;
	}
#headleft p:first-line {
	font-weight: bold;
	}
#headcenter {
	top: 5;
    width: auto;
	text-align: center;
	}
#headright {
	position: absolute;
	top: 1em;
	right: 5px;
	width: 212px;
	text-align: center;
	}
#headright p:first-line {
	font-weight: bold;
	}
#bodyleftmenu {
	margin: 0 120px 0 120px;
	}
#centeredtextholder {
	width: 70%;
	margin: 10px 15% 10px 15%;
	text-align: justify;
	}
#centeredwithleftmenu {
	width: 90%;
	margin: 10px 5% 10px 5%;
	text-align: justify;
	}
#centeredtextheader {
	text-align: center;
	}
#centeredtext {
	font-size: 1em;
	text-align: justify;
	}
#centeredtext p:first-line {
	font-size: 1.1em;
	text-align: left;
	}
#footerstuff {
	font-size: .9em;
	width: 100%;
	text-align: center;
	}

