/* CSS Document */
#disclosure {
	height: 125px;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	width: 465px;
	margin-right: 3px;
	border: 2px solid silver;
	overflow: scroll;
} 
.disclosureinfo {
    margin-top: -1em; 
}
/* disclosure div contains this iframe: 
<iframe src="http://www.vforteachers.com/disclosure.htm" width="455px" height="auto" frameborder="0" scrolling="yes"></iframe>
*/ 
#disclosuretxt {
    width: 430px; 
	height: auto; 
	padding: 10px; 
	text-align: left; 
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
}
.dsclpnext{border-top: 1px solid silver; padding-top: 1em;
}
/* place this info in a bottom div with the 1and1 banner and copyright sig*/
.bottom {
    margin-bottom: 0px;
	width: 510px;
	height: auto;
	text-align: center;
}
.bannerinfo{
    font-size: 12px; 
	margin-top: -2em;
}
.cpyrt {font-size: 1.5em; font-family: mono, code, "Lucida Sans Unicode", "Arial Unicode MS", "MS Reference Sans Serif";
}
.quote { padding-right: 25px; padding-left: 25px;
} 
.code, codebox { font-family: mono, "Courier New", Courier; font-size:12px; display: block;
}
.codebox {max-width: 80%; max-height: 110px; overflow: scroll; padding: 5px; border: 1px solid #4682B4; margin-right: auto; margin-right: auto;
}
/*----------ref is for refering to authors of articles and bib stuff  be sure to place images inside the ref box as this is a block display
  use the cite tag to surround the italized titles of references---------*/
.ref{font-size: small; text-align: right; display: block;
}
.sig, .signote, .signotert {font-family:"Bradley Hand ITC", cursive; font-weight: 600; font-size: 12px; 
}
.signote, .signotert {padding-left: 10px; margin-bottom: -.75em; font-size: large;
}
.signotert, .sig{text-align: right; padding-right: 5px;
}
/* code for the disclosure box
<div id="disclosure"><h4>Affiliate Disclosure</h4>
	<div class="disclosureinfo"><a href="w3c/privacy.html">Read our Privacy Policy for more information. </a></div>
	 <iframe src="disclosure.htm" width="455px" height="auto" frameborder="0" scrolling="yes"></iframe></div>

*/
