html
{ 
	height: 99%; 
	border: 0; 
	padding: 0; 
	margin: 0; 
} 
body
{ 
	height: 99%; 
	margin: 0; 
	padding: 0; 
	border: 0; 
}

.pageQuote
{
	color:#996633;
	font-family:Times New Roman;
	font-size:12pt;
	font-weight:bold;
	padding: 20px 10px 0px 0px;    
}

.message
{
	color:#458B00;
	font-family:Times New Roman;
	font-size:10pt;
	font-weight:bold;
	padding: 20px 10px 0px 0px;    
}
.quoteArthur
{
	color:#996633;
	font-family:Times New Roman;
	font-size:10pt; 
	padding: 0px 10px 0px 0px;     
}
.heading
{
	color:#333399;
	font-family:Times New Roman;
	font-size:12pt;
	font-weight:bold;
	padding: 20px 10px 0px 10px;    
}
.paragraph
{
	color:#000000;
	font-family:Times New Roman;
	font-size:12pt;
	padding: 10px 10px 0px 10px;        
}
.subheading
{
	color:#996633;
	font-family:Times New Roman;
	font-size:12pt;
	font-weight:bold;
	padding: 20px 10px 0px 25px;    
}
.subparagraph
{
	color:#000000;
	font-family:Times New Roman;
	font-size:12pt;
	padding: 10px 10px 0px 25px;        
}
.subparagraphNoSpace
{
	color:#000000;
	font-family:Times New Roman;
	font-size:12pt;	      
	padding: 0px 0px 0px 25px;   
}
.footerContact
{
	background-color:#333399;
	color:#FFFFFF;
	font-family:Times New Roman;
	font-size:13pt;    
}
.footerLeft
{
	height:100px;
	background: url(footer_left.gif);
	background-repeat: repeat-x;
}
.footerCenter
{
	width:800px;
	height:100px;
	background: url(footer.gif);
	background-repeat: repeat-x;
}
.footerRight
{
	height:100px;
	background: url(footer_right.gif);
	background-repeat: repeat;
}
.numberListItalic
{
	font-family:Times New Roman;
	font-size:12pt;
	font-style:italic;
}
.footnote
{
	font-size:small; 
	padding-left:10px;
}
.subfootnote
{
	font-size:small; 
	padding-left:25px;
	padding-top:25px;
}
.line
{
	border-top:  1px solid #996633;	
}
#paragraphMinor
{
	text-align: left;
	vertical-align: center;	
	padding-top: 5px;	
	font-family:  "Trebuchet MS" serif;
	font-size: 12px;
	padding-left: 10px;
}

#paragraphMinorLeft
{
	text-align: center;
	vertical-align: center;	
	padding-top: 5px;	
	font-family:  "Trebuchet MS" serif;
	font-size: 12px;
	width: 10%;
	height: 150px;
}

#paragraphHeaderSpace
{
	text-align: left;	
	margin-left: 50px;	
	padding-top: 10px;
}

.soldout
{
	color: red;
}

.thumbnail
{
	position: relative;
	float: left;
	padding: 5px;
	/*z-index: 0;*/
}

.thumbnail:hover
{
	background-color: #e9e9e2;
	/*z-index: 50;*/
	color: #335500;
	text-decoration: none;
}

.thumbnail span 
{ 
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #e5e5e5;
	padding: 5px;	
	border: 1px solid #666;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img 
{ 	
	/*CSS for enlarged image*/
	border-width: 0px; 	
}

.thumbnail:hover span
{
	/*CSS for enlarged image on hover*/
	position: absolute;
	visibility: visible; 
	width: 285px;
	top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
	left: 375px; /*position where enlarged image should offset horizontally */
}
