body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #fff;
	background-image: url(i/bg-tile2.gif);
	background-repeat: repeat-x;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #003333;
	outline: none;
	}
a:visited {
	color: #006633;
	}
a:active {
	color: #009900;
	}
a:hover {
	color: #333;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin: 0 0 0 20px;
	}
h2 {
	/* defined down with the tables */
	}
	
h3 {
	font-size: 14px;
	color: #AA4400;
	font-family: Georgia, "Times New Roman", Times, serif;	
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	color: #006633;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 0 20px;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#top {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px ;
	background-image: url(i/header.jpg);
	/* background-image: url(i/header2.jpg);	*/
	background-repeat: no-repeat;
	background-position: 20px 20px;
	height: 155px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 135px;
	}
	
#top div.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	margin: 30px 10px;
	padding: 10px;
	width: 820px;

}	
	
html>body #top {
	height: 120px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 135px;
	left: 10px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	width: 220px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
	float: left;
	}
html>body #left {
	width: 180px; /* ie5win fudge ends */
	}
#main {
	padding: 10px;
	border: 0px solid black;
	margin: 0px 0px 0px 200px;
	width: 650px;
	}
	
	
	
	div.nav div.header {
		background-image: url(i/menu-header.png);
		background-repeat: no-repeat;
		color: #FFFFFF;
		width: 175px;
		height: 35px;
		border: 0px solid black;
	}

	div.nav span {
		color: #ffffff;
		padding-left: 10px;
		}

	div.nav input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		width: 100px;
		margin-left: 10px;
	}	


div.footer {
	background-image: url(i/footer-logos.jpg);	
	background-repeat: no-repeat;	 
	margin-left: 20px; 
	width: 850px; 
	height: 80px; 
	border: 0px solid black
}

div.subfooter {
	padding-left: 375px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #006600;
}


div.nav div.menufooter {
	background-image: url(i/menu-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 175px;
	height: 6px;
	border: 0px solid black;
}

div.nav {
	background-image: url(i/menu-bg.gif);
	width: 175px;
}	
	
	div.nav a.box, div.nav a.box:visited{	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 27px;
		margin: 0px;
		width: 165px;
		height: 32px;
		padding-left: 10px;
		padding-top: 5px;
		display: block;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		background-image: url(i/button-bg.png);	
	}

	
	div.nav a.box:active{
		color: #000000;
		}	
		
	div.nav a.box:hover, div.nav a#current{
		background-image: url(i/button-bg2.png);
		color: #d2ffc7; 
		}
		
	div.nav	a.notbox {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #ffffff;
		text-decoration: underline;
	}
p {
	padding: 5px;
	margin: 5px;
}	

p:first-letter { font-size: 130%; font-weight:bold}

img.floatleft {
	padding: 10px;
	float: left;

}
 
 
 
 
/* Form Formatting */ 

input {
	border: 1px solid #333;
	width: 200px;	
	font-family: "Courier New", Courier, monospace;
	}
	
	input.quantity{
		width: 25px;
		margin-left: 15px;
	}	
	input.part{
		width: 200px;
	}	
	input.desc{
		width: 350px;
	}	
	
input.submit {
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	border: 1px solid #333;
}	

div.formcontainer {
	width: 650px;
	border: 0px solid black; 
}

textarea {
	width: 370px;
	height: 65px;
	border: 1px solid black;
	
}

td.tblheader, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	/*text-align: center;*/
}

td {
	font-size: 12px;
	}

.imgbutton {
	border: 0;
	width: 106px;
	height: 24px;
}

 
/* Other formatting */


pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
div.aside {
	margin: 10px;
	padding: 0;
	font-size: 10px;
	width: 350px;
	border: 1px dotted #003366;
	float: right;
	
}	

.aside ul {
	margin-top: 0;
	padding-top: 0;
}

.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 0 20px;
	margin: 0;
	background-image: url(i/notice.png);
	background-repeat: no-repeat;
	background-position: 0 -2px;
}

