
/* ///////////////////////////////////////// */				
/* ***** Collect together site tables  ***** */
/* ///////////////////////////////////////// */
#hdrtable {
		font-family: Verdana;
		width: 950px;
		height: 110px;
		color: #800080;
		text-align: center;
		} 

#hdrtable td {
	border-collapse: collapse;
	font-size: 32pt;
	font-weight: 400;
		}
		
#hdrtable td.subhdr {
	border-collapse: collapse;
	font-size: 16pt;
	font-weight: 400;
	vertical-align: top;
		}	

/* ***** Sets up the Quick Links display table on Index page ***** */	
#qltable   {
	background-color: #ffffe1;
	width: 200px;
	border: 1pt solid #c00000;
		}
		
#qltable td {
	border-collapse: collapse;
	font-size: 10pt;
	font-weight: 400;
		}	
		
/* ***** Products and Components Display Table ***** */
.displaytable {
	border: 2px solid #000080;
 	width: 500px;
	height: 130px;
 		}
 		
.displaytable td {
	text-align: center;
	font-weight: normal;
	border: 1px solid #000000;
	}
	
/* ***** sets the cell height of displaytable hyperlink text ***** */
.lnktxt {
	height: 26px;
		}	
	
/* ***** Sets the main prices table ***** */
.maintable {
	font-family: Verdana;
	font-size: 10pt;
	/* Set table font color */
	color: #000000;	
	width: 692px;
	border: 2pt solid #000080;
	background-color: #C0C0C0;
			}
		
.maintable th {
		text-align: center;
		background-color: #FFDCC1;
		border: 1px solid #000000;
	}
			
.maintable td {
	text-align: left;
	font-weight: normal;
	border: 1px solid #000000;
	background-color: #FFF0E6;
	}
	
/* ***** Sets the specifications table ***** */
.sectable {
	font-family: Verdana;
	text-align: left;
	font-size: 12pt;
	/* Set table font color */
	color: #000000;	
			}
			
/* ***** Sets the sitemap table ***** */
.sitetable {
	width: 692px;
	border-collapse: collapse;
	border: 1px solid black;
	background-color: #ffffe1;
		}
		
.sitetable td {
		 border: 1px solid #000000;
			}
				
/* ///// End of site tables  ///// */

 #colLeft {
	border: none;
	background-color: #ffffff;    
	float: left;
	width: 230px;
	padding: 0px;
	text-align: left;
			} 
		
 #colRight {
	border: none;
	background-color: #ffffff;     
	padding: 5px;
	width:695px;
	margin-right:10px;
	margin-left:231px;
	text-align: left;
		 } 

#my_pagetitle { 
	text-align: left;
		}
		
#my_pagetitle1 { 
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #999999;
		}
		
/* used as page column headers */	
	h1 {
		font-size: 1.6em;
		font-weight: bold;
		color: #999999;
		}	
		
/* used as table headers */	
	h2 {
		font-size: 1.2em;
		font-weight: 300;
		text-align: left;
		color: #0000ff;
		}
		
/* used on Photos, summary user descriptions */	
	h3 {
		font-size: 0.8em;
		text-align: left;
		font-weight: 400;
		color: #000000;
		}	
		
/* used on navContent */
	h4 { 
		font-size: 0.8em;
		color: #000000;
		}
			
/* used on contacts page */	
	h5 {
		text-align: left;
		font-size: 12pt;
		font-weight: 300;
		font-family: Verdana, Helvetica, sans-serif;
		}
		
	p {
		font-size: 12pt;
		font-family: Verdana, Helvetica, sans-serif;
		font-weight: 400;
		color: #000000;
		text-align: left;
		}
		
/* allows images to float next to text */
.picleft {
	float: left;
 	border: 1px solid #000000;
	margin: 10px;
		}

/* definition for page header horizontal lines */			
.aline {			
		border-top: 1px solid purple;
		}
			
/* definition for 60% horizontal line width */			
.aline1 {			
		border-top: 1px solid black;
		margin: 0% 20% 0% 20%;	
		}
				
.tablehdr {
	color: #0000FF;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: 500;
	text-align: left;
			}
			
ol li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500; 
	color: #000000;
	padding: 8px;
		}

.pagebreak {
		page-break-after: always;
		}
		
.button {
		display: none;
		}		
		
#footer {
		display: none;
		} 
		
	/*/////////////////////*/	
	/*---- End of File ----*/
	/*/////////////////////*/