.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #mainContent { 
	padding-bottom:1px;
	width:100%;
	height:100%;
	background:#0099cc;
	text-align:left;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #pageContent { 
	height:750px;
	width:667px;
	border:2px solid black;
	border-right:2px solid black;
	background-image:url(images/boxy.jpg);
	background-color:white;
	background-repeat:repeat-x;
	text-align:center;
	position:relative;
	left:18px;
	padding-left: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #cared { 
	margin-left:10px;
	padding-right:95px;
	margin-top: 9px;
	width:605px;
	height:255px;
	background-image:url(images/welcome_85.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:13px;
	clear:both;
	text-align:left;
	padding:12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	position:relative;
	right:20px;
	width: 20px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	background: url(images/shadow.png); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	position:relative;
	left:20px;
	width: 20px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	background: url(images/shadow2.png); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #newsbox { 
    margin-left:22px;
	margin-top: 33px;
	width:568px;
	height:225px;
	border:1px solid #aaaaaa;
	background-color:white;
	background-repeat:repeat-x;

	clear:both;
	text-align:left;
	padding:12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #headline { 
	width:508px;
	background-repeat:repeat-x;
	font-weight:bolder;
	font-size:21px;
	clear:both;
	text-align:center;
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHn: left; /* this overrides the text-align: center on the body element. */
} dr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td.navTop {
  padding-top: 12px;
  padding-bottom: 0;
  padding-left: 0px;
  text-align: left;
}
td.navMenu {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left:0px;
  text-align: left;
}
a.nav:link {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 110%;
  text-decoration:none;
}

a.nav:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 110%;
  text-decoration:none;
}

a.nav:hover {
  color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 110%;
  text-decoration:none;
}

a.nav:active {
  color: #4e4e4e;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 110%;
  text-decoration:none;
}
.style2 {
	color: #4C95D0;
	font-weight: bold;
}
.style3 {
	color: #3798C9;
	font-weight:bolder;
	font-size:23px;
	text-align:left;
}
.style5 {color: #52504D}
/* used for the lists for parts, memorabilia, etc. */
a.link:link {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

a.link:visited {
  color: #004b97;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

a.link:hover {
  color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

a.link:active {
  color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

/* used to go back to index page at bottom */
a.back:link {color: #004b97;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:underline;
}

a.back:visited {color: #004b97;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:underline;
}

a.back:hover {color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:underline;
}

a.back:active {color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:underline;
}
.shopping {
	position:relative;
	left:259px;
	font-weight:bold;
	color:#a06020;
	float:left;
	padding-top:4px;
	background-image:url(images/cart.jpg);
	padding-left:12px;
	padding-right:3px;
	margin-left:3px;
	height:22px;
	border-right:1px solid #faaa00;
	border-left:1px solid #faaa00;
	border-bottom:1px solid #faaa00;
}
a.head:link {
  color: #000000; /* was #7d7d7d;*/
 
  text-decoration:none;
}

a.head:visited {
  color: #000000; /* was #7d7d7d;*/
 
  text-decoration:none;
}

a.head:hover {
  color: #f0f0f0;
  background-color: #000000; /* was #7d7d7d;*/
  text-decoration:none;
}

a.head:active {
  color: #000000; /* was #7d7d7d;*/
  background-color: #004b97;
  text-decoration:none;
}

/* used for the lists for parts, memorabilia, etc. */
a.link:link {
  color: #000000;
 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

a.link:visited {
  color: #004b97;
 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

a.link:hover {
  color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

a.link:active {
  color: #f0f0f0;
  background-color: #004b97;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}
td {
  text-align:center;
  font-size: 11pt;
}

td.search {
  width: 185px;
  padding-bottom: 2px;
}

td.shop {
  padding-right: 24px;
  text-align: right;
  font-weight: bold;
}

/* 1st row of main table, 1st cell for left navigation that contains an inner table*/
td.nav {
  width: 185px;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* 1st row, 2nd cell width defined to keep menu from shifting */
td.vertline {
  width: 3px;
  color: #000000;
  background-color: #000000;
}

/* 1st row, 3rd cell contains content in 2nd row. total of 3 cells, don't define last width here,
if you do, menu will move based when resizing window*/
td.horizline {
  color: #000000;
  background-color: #000000;
}
td.content {
  color: #000000; 
 
  margin: 0;
  padding: 1% 2% 5% 2%;
  text-align: left;
}

td.footer {
  color: #000000; 
 
  margin: 0;
  padding-bottom: 3%;
}

/* 1st cell in footer for back to top*/
td.back {
  width: 185px;
  margin: 0;
  padding: 0;
}

td.footerNav {
  color: #000000; 
 
  margin: 0;
  padding: 3% 15%;
  text-align: center;
  font-size: 70%;
}

/* 1st line of content - header of each page */
h1 {
  letter-spacing: 1pt;
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
}

/* Scott said the P's in apparel were too close together!*/
.apparel {
  letter-spacing: 0;
}

/* use for outline under header of each page and within lists on index pages */
h2 {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
  color: #000000;
 
}

/* style for home page text */
.home {
  margin-left: 5%;
  font-size: 12pt;
  font-weight: bold;
  width: 525px;
}

/* style for home page text */
.homeIndent {
  font-size: 12pt;
  font-weight: bold;
  width: 375px;
}

/* style for postcard text cells, need width, to keep cells with images same size, too */
.img3Name {
  width: 200px;
  font-size: 10pt;
  font-weight: bold;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 40px;
  text-align: center;
}

/* used in posters - 2 columns*/
.img2Name {
  width: 295px;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 70px; /* this gives more space at bottom, decrease if more posters added*/
  text-align: center;
}

/* used in banners, parts - 1 column of image */
.imgName {
  width: 100%;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 60px;
}

li {
  margin-bottom: 3%;
}

/* used for "click on image" (postcards-w/in h3 tag, posters w/in p tag, etc.)*/
.instruct {
  margin: 0;
  padding-bottom: 4%;
  font-size: 90%;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
 
}

/* can be used in footer_short.inc for short pages, used in status404.html*/
.topMargin {
  margin-top: 8%;
  margin-bottom: 3%;
  padding: 0;
}

.maroon {
  color: #800040;
 
}

/* use for tables, forms that need to have the background changed 
from the default of blue defined in the body tag.*/
.grayBack {
 
}

address {
  text-align: center;
  font-style: normal;
  font-size: 85%;
  margin: 0;
  padding: 0;
}

/* used on home page with background image */
address.background {
  text-align: center;
  font-style: normal;
  font-size: 85%;
  margin-top: 100px;
  padding: 0;
  width: 600px;
}

address a {
  text-decoration: underline;
}

a.nav:link {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-decoration:none;
}

a.nav:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-decoration:none;
}

a.nav:hover {
  color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-decoration:none;
}

a.nav:active {
  color: #4e4e4e;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-decoration:none;
}

/* used within h1 tag at top of each sub-directory page to get back to its index to keep same colors*/
a.head:link {
  color: #000000; /* was #7d7d7d;*/
 
  text-decoration:none;
}

a.head:visited {
  color: #000000; /* was #7d7d7d;*/
 
  text-decoration:none;
}

a.head:hover {
  color: #f0f0f0;
  background-color: #000000; /* was #7d7d7d;*/
  text-decoration:none;
}

a.head:active {
  color: #000000; /* was #7d7d7d;*/
  background-color: #004b97;
  text-decoration:none;
}

/* used for the lists for parts, memorabilia, etc. */
a.link:link {
  color: #000000;
 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

a.link:visited {
  color: #004b97;
 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

a.link:hover {
  color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

a.link:active {
  color: #f0f0f0;
  background-color: #004b97;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

/* used to go back to index page at bottom */
a.back:link {color: #004b97;
 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:underline;
}

a.back:visited {color: #004b97;
 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:underline;
}

a.back:hover {color: #f0f0f0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:underline;
}

a.back:active {color: #f0f0f0;
  background-color: #004b97;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:underline;
}
.thumb {
	padding: 8px 8px 0px 0px;
	border: 0px;
}
h2.category
{
	border-bottom: 2px solid Black;
}
