body, td {
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	line-height: 1em;
}
#horizon {

	width: 99%;
	height: 99%;
	display: block;
	top: 0;
}
#navbar {
	position: absolute;
	width: 15%;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	top: 100;
	left: 0;
	line-height: 1.2em;
}

#navbar ul{
	margin-left: 0;
	list-style-image: none;
	list-style-type: none;
	font-size: 70%;
	padding-left: 1em;
	text-indent: -.3em;


}
#navbar li {

    margin: 0.5em 0;
    padding: 0.5em;
  }

  a:link {
    color: blue }
  a:visited {
    color: purple }

 
#content {
	position: absolute;
	width: 85%;
	padding-top: 5px;
	top: 100;
	right: 0;
	line-height: 1.4em;
}


#content li{
	margin: 0.5em 1.2em 0.5em 1.5em;
	padding: 0em .3em .3 .6em;
}


	
#content h1 {
	font-size:large;
	font-weight: bold;
	text-align: center;
}
#content h2 {
	font-size:medium;
}
#content p {
	margin-right: 1.1em;
	margin-left: 1.1em;
}
#content th, td{
	font-size:85%;
}
p.indent {
	font-size:85%;
	margin-left: 15px;
	line-height: 1.1em;
}
#footer {
	font-size:small;
	text-align: center;
}


#footer li, #thisnc li{
	list-style-image: none;
	list-style-type: none;
	display: inline;
    margin: 0;
    padding: 0;

}

#checklist li{
	list-style-image: url(check.gif);
	display: inline;
	align: center;

}


#logo {
align: center;
text-align: center;


}
#thisnc p {
	font-size: xx-small;
	}

p.caption {
	font-size: xx-small;
	text-align: center;
}	
p.ex_caption {
	font-size:	small;
	text-align: center;
}

LABEL.REQD {
	color: 4C32CD;
	font-weight: bold;
}