@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0055A4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #0055A4;
}
.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0055A4;
	margin: 0 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px;
	background-image: url(images/Earthbound-Corner-Art.jpg);
	background-repeat: no-repeat;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
body,td,th {
	color: #FFFFFF;
}
.sidebarText {
	font-size: 12px;
	padding-left: 15px;
}
a:link {
	color: #00FF99;
}
a:link {
	color: #00FF99;
}
a:hover {
	color: #00FF66;
}
.EarthboundTitle {
	font-size: 36px;
	line-height: 24px;
	margin-top: 0px;
}
.CustomScreenprintingAndEmbroidery {
	font-size: 16px;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 10px;
	background-color: #00A160;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.MainText {
	font-size: 14px;
}
.OneTwoThree {
	font-size: 36px;
	font-weight: bold;
	color: #00A160;
	line-height: 24px;
}
.blueDashOnTop {
	font-size: 10px;
	margin-top: 0px;
	color: #0055A4;
}
.asSimpleAs {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
.copyright {font-size: 10px}
.InsideHeader {font-size: 24px}
.VendorDescription {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}
.VisitSiteLink {
	color: #000000;
	font-size: 12px;
	margin-bottom: 14px;
	text-align: center;
}
a:visited {
	color: #00FF99;
}
.bullets {
	font-size: 14px;
	line-height: 12px;
}

