#pageposition {
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
}
	
.center {
	margin-left: auto;
	margin-right: auto;

}
	
.bodytext { font-family: verdana, geneva, arial; 
	font-size: 10px;
	line-height: 18px;
	color: #262422; 
	}
	
.subhead { font-family: verdana, geneva, arial; 
	font-size: 12px;
	line-height: 18px;
	font-weight: bold; 
	color: #262422; 
	}
	
.body_red { font-family: verdana, geneva, arial; 
	font-size: 10px;
	line-height: 18px;
	color: #921f00; 
	}
	
.bold { font-family: verdana, geneva, arial; 
	font-size: 10px;
	line-height: 18px;
	font-weight: bold; 
	color: #262422; 
	}

.body_indented { font-family: verdana, geneva, arial; 
	font-size: 10px;
	line-height: 18px;
	margin-left: 40px;
	color: #262422; 
	}

.quote { font-family: Georgia, Times New Roman, Times, Serif; 
	font-size: 12px;
	line-height: 18px;
	color: #262422; 
	}

.quote_author { font-family: Georgia, Times New Roman, Times, Serif; 
	font-size: 12px;
	line-height: 16px;
	margin-left: 40px;
	color: #7e7468; 
	}
	
.quote_periodical { font-family: Georgia, Times New Roman, Times, Serif; 
	font-size: 12px;
	line-height: 16px;
	margin-left: 40px;
	color: #7e7468; 
	}

.footer { font-family: verdana, geneva, arial; 
	font-size: 9px;
	line-height: 12px;
	color: #7e7468; 
	}

a:link {
	color: #262422;
	text-decoration: underline;
	}

a:visited {
	color: #7e7468;
	text-decoration: underline;
	}

a:hover {
	color: #bf5718;
	text-decoration: underline;
	}

a.boldlink:link {
	color: #262422; 
	font-weight: bold; 
	text-decoration: underline;
	}

a.boldlink:visited {
	color: #7e7468;
	font-weight: bold; 
	text-decoration: underline;
	}

a.boldlink:hover {
	color: #BF5718;
	font-weight: bold; 
	text-decoration: underline;
	}

a.footerlink:link {
	color: #BF5718;
	text-decoration: underline;
	}

a.footerlink:visited {
	color: #BF5718;
	text-decoration: underline;
	}

a.footerlink:hover {
	color: #262422;
	text-decoration: underline;
	}

input.formButton {
	font-size: 12px;
	line-height: 18px;
	color: #BF5718;
	background-color: #ccc3b6;
	margin: 1px;
	border: solid 1px #BF5718;
	}

input.formButton:hover {
	font-size: 12px;
	line-height: 18px;
	color: #921f00;
	background-color: #ccc3b6;
	margin: 1px;
	border: solid 1px #921f00;
	}


