@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4 {margin:0; padding:0;}
a:link, a:visited, a:active {color: #00c;}
a:hover {text-decoration:none;}
p {padding-bottom:1.2em;}
td {padding:3px 5px;}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	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: #000000;
}
.twoColFixLtHdr #container { 
	width: 938px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	font-size: 13px;
	margin: 0 auto; /* 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. */
} 
.twoColFixLtHdr #header { 
	background: #fff; 
	padding: 0 10px 10px 20px;  /* 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. */
	border-bottom-style:double; border-bottom-color:#CCCCCC;
} 
.twoColFixLtHdr #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 */
}
#navbar{ background-color:#1f0082; color:#f7f7f7; height:25px;  padding-left:15px; font-size:12px; font-weight:bold; background-image: url(img/nav-blk-bgd.jpg); background-repeat: repeat-x;}
#navbar a:link, #navbar a:visited {color:white; text-decoration:none; line-height:25px; padding-left:8px; padding-right:8px;}
#navbar a:hover {color: #96DCFE}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 11px 11px 11px 11px;
}
#loading {
   text-align:center; padding:30px 0; margin:0 auto; 
   font-family:Verdana, Arial, Helvetica, sans-serif; color:red; font-weight:bold;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 272px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:1px solid #999;
} 
#mainContent h1 {padding:10px 0; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:.14em;}
#mainContent h2, h3 {padding-bottom: 10px;}
#mainContent p {line-height:18px; color:#202020;}
.twoColFixLtHdr #sidebar1Rt {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 11px 11px 11px 11px;
}
.twoColFixLtHdr #mainContentLeft { 
	margin: 0 272px 0 0; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:1px solid #999;
} 
#mainContentLeft h1 {padding:10px 0; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:.14em;}
#mainContentLeft h2, h3 {padding-bottom: 10px;}
#mainContentLeft p {line-height:18px; color:#202020;}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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 */
}
.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;
}
.subtitle {font-family: Arial, Helvetica, sans-serif; font-style:italic; color:#993333; font-size:.84em;}
.imgbgd {background-color:#ebebeb;}
#breadcrumbs {font-size:11px; color:#999; padding-top:4px; }
#breadcrumbs a:link, #breadcrumbs a:visited { color:#999; text-decoration:none;}
#breadcrumbs a:hover {text-decoration:underline;}
#footer { clear:both; padding: 5px 10px; font-size:.8em; background-color:#9c9c9c; color:#202020; font-size:11px; border-top:2px solid #333;}
#footer a:link, #footer a:visited { color:#202020; text-decoration:none;}
#footer a:hover {color:#202020; text-decoration:underline;}
div.coupon {border-top:1px solid #666; border-left: 1px solid #666; border-right:3px solid #999; border-bottom:3px solid #999; width:500px; background-color:white; margin-bottom:10px; padding:0 5px;}
.couptitle {color:#c00; font-size:14px; font-weight:bold; }
.couptable {margin-left:40px;}
.sidebartext {background-color:#fff; padding: 0 10px;}
.sidebartext h3 {text-align:center; padding-top:10px;}
.attribution {font-size: 10px; color: #666666; padding-top:10px; text-align:center;}
.footnote {font-size:85%; color:#666; font-style:italic;}
.indent {margin-left:30px;}