body 	{
	background-color: #E7FFE7;
	font-family: Verdana, Trebuchet, Arial, Times;
	font-size: 0.9em;
	color:#000000;
		}
		
		div#pageframe {
	width:800px;
	background-color:#FFFFFF;
	color:#000000;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	margin-top:10px;
	border: 4px solid green;
}




H1	{	font-family: Verdana, Trebuchet, Arial, Times;
		font-size: 36pt;
		font-weight: bold;
		color: #006633}
	
H2	{	font-family: Verdana, Trebuchet, Arial, Times;
		font-size: 24pt;
		font-weight: bold;
		color: #006633}

H3	{	font-family: Verdana, Trebuchet, Arial, Times;
		font-size: 18pt;
		font-weight: bold;
		color: #006633}

H4	{	font-family: Verdana, Trebuchet, Arial, Times;
		font-size: 14pt;
		font-weight: bold;
		color: #006633}

H5	{	font-family: Verdana, Trebuchet, Arial, Times;
		font-size: 12pt;
		font-weight: bold;
		color: #006633}
		
H6	{	font-family: Verdana, Trebuchet, Arial, Times;
		font-size: 10pt;
		font-weight: bold;
		color: #006633}

p	{
	font-family: Verdana, Trebuchet, Arial, Times;
	color: #000000
}
		
.smtxt	{
	font-family: Verdana, Trebuchet, Arial, Times;
	font-size: 0.9em;
	color: #000000
}

a:link	{font-family: Verdana, Trebuchet, Arial, Times;
		text-decoration: underline;
		color: #006633;
		font-weight: bold }

a:visited {	font-family: Verdana, Trebuchet, Arial, Times;
			color: #006633;
		text-decoration: none;
		font-weight: bold }

a:hover	{ font-family: Verdana, Trebuchet, Arial, Times;
			text-decoration: underline;
			color: #80985E;
			font-weight: bold }
		
a:active  {	font-family: Verdana, Trebuchet, Arial, Times;
			text-decoration: underline;
			color: #FFFF33;
			font-weight: bold }

td	{
	font-family: Verdana, Trebuchet, Arial, Times;
	font-weight: normal
}
		
th	{	font-family: Verdana, Trebuchet, Arial, Times;
		font-weight: bold;
		font-size: 10pt }
		
		
.imgbdr {
border:2px black solid;
margin:10px;
}




/**hr	{	width: 90%;
		height: 5px;
		color: #006633;	}**/
#headertd {
	border-bottom: 2px solid #80985E;
	border-top:1px solid #80985E;
	Border-right:1px solid #80985E;
	border-left:1px solid #80985E;
	background-image:url(../images/top-background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.navstrip {
	background-color: #E7FFE7;
	border: 1px solid #80985E;
	padding: 0px;
}

.boxed {
	background-color: #E7FFE7;
	border: 1px solid #80985E;
	padding: 10px;
	margin:20px;
	text-align:center;
}

.boxedleft {
background-color: #E7FFE7;
	border-top:1px solid #80985E;
	border-right:1px solid #80985E;
	border-bottom:2px solid #80985E;
	border-left:2px solid #80985E;	
	padding:10px;
	margin:20px;
	min-width:0%;

}
#pageframe .boxedleft img {
	border:2px solid black;
	float:left;
	margin-right:10px;
}



.boxedbooks {
	background-color: #E7FFE7;
	border-top:1px solid #80985E;
	border-right:1px solid #80985E;
	border-bottom:2px solid #80985E;
	border-left:2px solid #80985E;	
	padding: 10px;
	margin:20px;
	text-align:center;
		min-width:0%;
}


.boxedbooks a:link {
background-color:#E7FFE7;
color:black;
padding:2px 5px 2px 5px;
border-bottom:1px dashed #80985E;
margin:2px 0px 0px 5px;
text-decoration:none;
}
.boxedbooks a:visited {
background-color:#E7FFE7;
text-decoration:none;
padding:5px 5px 2px 5px;
border-bottom:1px dashed #80985E;
margin:3px 0px 0px 5px;
}
 
.boxedbooks a:active {
background-color:#FFFFFF;
padding:5px 5px 2px 5px;
border:1px solid black;
margin:3px 0px 0px 5px;
}

.boxedbooks a:hover {
background-color:#FFFFFF;
color:black;
text-decoration:none;
padding:5px 5px 2px 5px;
border:1px solid black;
margin:3px 0px 0px 5px;
}




.content {
	padding: 15px;
	
}

.content img {
	border: 2px solid black;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

