@charset "UTF-8";
body  {
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #133775;
	line-height: 20px;
	margin: 0;
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat; 	
	
	} 
.thrColFixHdr #header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 255px;
	background-color: #FFF;
	padding: 0;
} 
.thrColFixHdr #sidebar1 {
	width: 250px; /* 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 */
	margin: 0px;
	display: inline;
	clear: none;
	float: left;
}
.thrColFixHdr #sidebar1 img{
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	width: 355px;
	background-repeat: no-repeat;
	background-position: bottom;
	display:inline;
	left: 700px;
	padding: 0px;
	top: 30px;
	height: 600px;
	margin: 0px;
	float: right; /* since this element is floated, a width must be given */
	text-align: left;
}
.thrColFixHdr #mainContent  p{
	margin:0px;
	padding:0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 355px;
	margin-bottom: 0;
	margin-left: 255px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px; 	
	} 
.thrColFixHdr #container #mainContent img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #footer {
	text-align: center;
	margin: 0px;
	padding: 0;
} 
.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;
}
.leftcol {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float:left;
}
.rightcol {
	width: 210px;
	float: right;
}
#storeslisting h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 2px;
	padding: 0px;
}
.thrColFixHdr #container #header table {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent  a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.thrColFixHdr #container #mainContent  a:hover {
	color:#039;
 
}

