/************************************************************************************************************************************************************************************************
							  			CSS Document 
************************************************************************************************************************************************************************************************/
body 				{ background-color: #223651; margin: 0px auto 5px auto; height:100%; border:none; }
table, div, tbody 	{ font-family: verdana, sans-serif; border-collapse: collapse; color: #000000; }

a:link, a:visited 	{ color: #C73827; text-decoration: underline; }
a:hover, a:active 	{ color: #223651; text-decoration: none; }
/************************************************************************************************************************************************************************************************
		Begin Main Outer Containing Table style settings
************************************************************************************************************************************************************************************************/                 	
.mainTable 				{ height:100%; width: 1000px; padding:0px; margin: 0px; }
.mainTableBanner		{ height: 230px; width: 1000px; vertical-align: top; }
.maintableLeftNav		{ height:100%; width: 250px; background-color: #F0EEEA; color: #37291B; font-size: 13px; vertical-align: top; }
.leftNavTable			{ width: 250px; vertical-align: top; padding:0px; }					               
.mainTableContent 		{ height:100%; width: 750px; padding: 10px; vertical-align: top; background-color: #ffffff; color: #000000; font-size: 14px; }                              

.copyright				{ font-size: 10px; background-color: #DBD6CF; color: #A28A7B; border-top:1px solid #A28A7B; text-align: center; height: 20px; }	
.copyright a:link,
.copyright a:visited  	{ color: #A28A7B;	text-decoration : none;	}
.copyright a:hover,
.copyright a:active	  	{ color: #223651; text-decoration : underline; }  
                      				              
/************************************************************************************************************************************************************************************************
		Begin Heading Tag Styles
************************************************************************************************************************************************************************************************/ 
h1 { font-size: 18px; color: #223651; margin-top: 2px; margin-bottom: 1px; }  
h2 { font-size: 16px; color: #C73827; margin-top: 2px; margin-bottom: 1px;  }
h3 { font-size: 16px; color: #A28A7B; margin-top: 2px; margin-bottom: 1px;  }

/************************************************************************************************************************************************************************************************
 		Miscellaneous Body Part Tag Styles
************************************************************************************************************************************************************************************************/   
textarea, 
form select, 
input { font-size: 11px; border: 1px solid #555555; background-color: #F5F5F5; }     

hr { height: 1px; width: 100%; color: #37291B; }              	 
ul { margin-bottom: 0px; margin-left: 18px; line-height: 1.3}                       
                       
.parts_table_heading { font-family: arial; font-size: 18px; color: #000000; margin-top: 2px; margin-bottom: 1px; font-weight: bold; }  
.parts_table_heading_small { font-family: arial; font-size: 12px; color: #000000; margin-top: 2px; margin-bottom: 1px; }  


/************************************************************************************************************************************************************************************************
 		End Stylesheet
************************************************************************************************************************************************************************************************/