

				all.clsMenuItemNS{
						font: bold x-small Arial,Verdana;
						color: white;
						text-decoration: none;
					}
					.clsMenuItemIE{text-decoration: none; font: bold xx-small Arial,Verdana; color: white;}
					.clsMenuItemNS6{text-decoration: none; font: bold x-small Arial,Verdana; color: white;}

					body{
						background-color: #173868;
						margin-top: 0;
						color: #3d3d27;
					}
					
					/*.HomeTableBG{
						background-image: url('/images/homeBG.gif');
						background-repeat: no-repeat;
					}*/
					
					
					#myScrollBox{
							overflow: auto;
							font-size: 10px;
							font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
							color: #000000;
							text-align: justify;
							padding:0px 10px 0px 10px;
							/* remove coloring and just let it be the browser colors */
							/* scrollbar-arrow-color: #173868; */
							/* scrollbar-3dlight-color: #e6e6e6; */ /*Upper & Left outer corner lines*/
							/* scrollbar-darkshadow-color: #e6e6e6; */ /*666677*/
							/* scrollbar-face-color: #e6e6e6; */ /* Scroll faces */
							/* scrollbar-highlight-color: #ffffff; */ /* Upper adn left corner Lines */
							/* scrollbar-shadow-color: #ffffff; */ /*lower adn right corner lin*/
							/* scrollbar-track-color: #f0f0f0; */  
														
							/* Browser detect if for the div scroll width
								 IE=366    FF & Saf=342 */
							<script language="JavaScript"><!--
								browser_version = parseInt(navigator.appVersion);
								browser_type = navigator.appName;

								if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4)) {
									document.write("width:366px;");
								} else if (browser_type == "Netscape" && (browser_version >= 4)) {
									document.write("width:342px;");
								}
								// -->
							</script>
							
							width:366px;							
							height:234px;
						}
					

				td{
					font-size: 10px;
					font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #000000;
				}

				hr{
					color: #888858;
				}
				
				H1{
					font-size: 200%;
					font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #173868;
					font-weight: bold;
					margin-bottom:4px;
				}
				
				H2{
					font-size: 125%;
					font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #173868;
					font-weight: normal;
					margin-bottom:4px;
					text-decoration:none;
				}
				
				.CommunityNameList{
					font-size: 125%;
					font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					/*color: 9E2721;*/
					font-weight: bold;
					margin-bottom:4px;
					text-decoration:underline;
				}

				.SmallContent{
					font-size:10px;
					font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #000000;
				}

				.SmallContentLight{
					font-size:10px;
					font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #ffffff;
				}
				

				A{
					font-size:10px;
					font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #18479B;
				}

				A.SmallLink{
					font-size:10px;
					font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #18479B;
				}

				A.SmallLinkLight{
					font-size:10px;
					font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #ffffff;
				}

				A:hover {color: #9E2721;}
				
				INPUT,SELECT,OPTION,TEXTAREA {
					font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
					font-size: 11px;
				}
				
				A.Subnav{
					font-size:12px;
					font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
					text-decoration: none;
					font-weight: bold;
					line-height:20px;
				}
				
				.ModelSpec{
					font-size: 10px;
					font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #174a7c;
					line-height:20px;
					font-weight: bold;
				}
				
				.InventorySpec{
					font-size: 10px;
					font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #9e2721;
					line-height:24px;
					font-weight: bold;
				}
				
				.rowcolor{
					background-color: #eac000;
				}
				
				/* Drop down stuff */
				#dropmenudiv{
					position:absolute;
					top:60px;
					border:1px solid #DEA716;
					border-bottom-width: 0;
					font:normal 12px Arial;
					line-height:18px;
					z-index:100;
					
				}
					
				#dropmenudiv a{
					width: 100%;
					display: block;
					text-indent: 10px;
					border-bottom: 1px solid #DEA716;
					padding: 1px 0;
					text-decoration: none;
					font-weight: bold;
				}
					
				#dropmenudiv a:hover{ /*hover background color*/
					background-color: #fffbf3;
				}
				
				.dropdownheader{
					width: 100%;
					background-color: #888858;
					font-weight: bold;
					font-family : Arial, Verdana, Geneva,  Helvetica, sans-serif;
					color: #ECEABC;
			}
			
	/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #ffffff; /* border*/
	/*margin:10px 0pt 15px;*/
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #8e8780; /*HEADER COLOR #e6EEEE*/
	border: 0px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color: White;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #000000;/* body text #3D3D3D*/
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color: #f0e4d9; /*#b17315*/
}
table.tablesorter tbody tr.even td {
	background-color:#bab1a8;/* even rows #b17315*/
}
table.tablesorter thead tr .headerSortUp {
	/* background-image: url(/tablesorter/asc.gif); */
}
table.tablesorter thead tr .headerSortDown {
	/* background-image: url(/tablesorter/desc.gif); */
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #dea716;/* Highlighted sorter #8dbdd8*/
}
