
A:link, A:visited, A:active { text-decoration: none }
A:hover{text-decoration: underline}

body, p {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	padding: 0em;
	}
	
/*1-23-04....elements of this css control thumbnail pages, thumbnail class
	 will align side by side with text at the bottom... the left & right percentage
	 class is used to divide the thumbnail pages 75/25 for images and text.  
	 thumbnails will float to the left and be contained to the left 75% of the page 
	 while text will be contained to the right 25% of the page.  Thumbnailright is
	 functional for adding thumnails to the right 25% of the screen*/
	
	
	


.thumbnail {
	float: left;
	height: 200px;
	margin-bottom: 24px;
	margin-left: 0px;
	margin-right: 11px;
	margin-top: 12px;
	vertical-align: bottom;
	text-align: center;
	width: 200px;	
}
.thumbnailright {
	float: right;
	height: 200px;
	margin-bottom: 24px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 12px;
	vertical-align: bottom;
	text-align: center;
	width: 200px;
	}

h1 {
	background-color: White;
	font-size:14px;
	color: Black;
	padding-top:10px;
}

li.separate {
	margin-top: 1em;
}

p {
	margin-top: 0em;
	text-indent: 1.5em;
}

p.ltb {
	margin-top: 3em;
	text-indent: 0in;
}

p.marginnote {
	background-color: #E0E0E0;
	color: Black;
}

p.mtb {
	margin-top: 2em;
	text-indent: 0in;
}

p.paperonly {
	background-color: #E0E0E0;
	color: Black;
}

p.stb {
	margin-top: 1.1em;
}
.content {
	margin-left: -2%;
	margin-right: 3%;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 73%;
}

.leftpercentage {
	margin-left: 2%;
	margin-right: 3%;
	margin-top: 5px;
	width: 75%;
}

.rightcontent{
	margin-left: 10px;
	margin-top: 90px;
	position: absolute;
	right: 12px;
	top: 84px;
	width: 23%;
}

.leftpercentage2 {
	margin-left: 2%;
	margin-right: 3%;
	margin-top: 5px;
	width: 100%;
}

.rightcontent2{
	margin-left: 10px;
	margin-top: 90px;
	position: absolute;
	right: 12px;
	top: 84px;
	width: 23%;
	height:200px;
}

