/* CSS Document */

/* standard style sheet for NTC web pages 
This is formatted for menus at top, bottom and left, and has a smaller column
to the right for logos and or text.*/

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	font-size 100%
	}
h1 {
	font-size: 1.1em;
	
	}
h2 {font-size: 1.2em;
	}
#mainwrapper {
    width: auto;
	margin: 0 20px 0 150px;
	}
#maintext {
	line-height: 1.5;
	padding: 12px;
	text-align: justify;
	float: left; 
	width: 93%;
	}
#subheadtext {
	line-height: 1.5;
	padding: 12px;
	text-align: justify;
	float: left; 
	width: 93%;
	}
#subheadtext p:first-line {
    font-size: 1.2em;
	}
#subheadtext a {
	color: #00578f;
	}
	
	
