body {
	margin: 0px;
	padding: 0px;
	top: 0px;
}

div#navbar2 {

 height: 22px;
 width: 100%;
 border-bottom: solid #000 1px;
 background-color: "white";
 position: absolute;

}


div#navbar2 ul {

 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-color: "black";
 font-size: small;
 color: #FFFF;
 line-height: 20px;
 white-space: nowrap;

}


div#navbar2 li {

 list-style-type: none;
 display: inline;

}


div#navbar2 li a {

 text-decoration: none;
 color: "green";

}


div#navbar2 li a:link {

 color: #FFF:

}


div#navbar2 li a:visited {

 color: #CCC;

}

div#navbar2 li a:hover {

 font-weight: bold;
 color: #FFF;
 background-color: "gray";

}
.content {
	position: absolute;
	top: 30px;
	padding: 20px;
	width: 80%;
	left: 10%;


}
.navitem {
	margin-right: 20px;
	margin-left: 20px;

}
.impt {
	font-weight: bold;
	color: #FF0000;
}
.topnote {
	font-family: Verdana, Helvetica,"sans-serif";
	color: black;
	background-color: #B0E0E6;
	border: 0px;
	padding: 20px;
	border-style:double;
	border-color:silver;
	border-width:5px;
}
.midnote {
	font-family: Verdana, Helvetica,"sans-serif";
	color: black;
	background-color: #B0E0E6;
	border: 0px;
	padding: 5px;
	border-style:double;
	border-color:silver;
	border-width:5px;
}.bottomnote {
	font-family: Verdana, Helvetica,"sans-serif";
	color: black;
	background-color: #B0E0E6;
	border: 0px;
	padding: 10px;
	border-style:double;
	border-color:silver;
	border-width:5px;
}
.plaincontent {
	top: 30px;
	color: #000000;
	border: 0px;
	padding: 10px;
}
h3 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #006666;
	background-color: #FFFFCC;


}
.box {
	margin: 5px;
	border: 4px double #005DAA;
	padding: 5px;

}
h2 {
	font-size: large;
	font-weight: bold;
	color: #660000;
	left: -5px;
}