@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body  {
	margin: 20px;
	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;
	background-color: #000000;
	background-image: url(../images/darkfill.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	padding: 0px;
	bottom: auto;
} 
.twoColFixLtHdr #header {
	background-color: #fff;
	background-image: url(../images/banner_1.gif);
	height: 170px;
	margin: 0px;
	padding: 0;
	display: block;
	visibility: visible;
	z-index: auto;
	position: relative;
	
} 
#topnav  {
	height: auto;
	width: 300px;
	margin-left: 450px;
	color: #000000;
	text-align: right;
	
}

.twoColFixLtHdr #navpanel {
	padding-top: 10px;
	padding-left: 10px;
	border: thin none #505050;
	height: 250px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.twoColFixLtHdr #mainContent {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 190px;
	border: thin solid #000000;
	margin-top: 190px;
	margin-top: 20px;
	padding: 20px;
} 
.twoColFixLtHdr  #container  #mainContent  .h1 {
	font-size: 20px;
	font-weight: normal;
}

.twoColFixLtHdr #footer {
	background-color: #000000;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: x-small;
	font-style: italic;
}
.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;
}
#warning {
	color: #FF0000;
	text-align: left;
	font-size: x-small;
}
.tableRowEvan {
	background-color: #CCCCCC;
}

#navpanel ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navpanel li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navpanel a {
	border: 1px solid #333;
	background-color: #FFFFFF;
	width: 120px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#navpanel a:link, #navpanel a:visited {
	color: #000000;
	text-decoration: none;
}
#navpanel a:hover, #navpanel a:active {
	color: #FFFFFF;
	background-image: url(../images/darkfill.jpg);
	background-repeat: repeat;
}
.answer  {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 12px;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	border: 2px solid #CC0000;
}
.question   {
	color: #000000;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#retailerList {
	font-size: 12px;
	line-height: 25px;
}
.heading   {
	color: #000000;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.comment  {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 12px;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	border: 2px solid #CC0000;
}