@charset "utf-8";
body  {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #666666;
}
a:link {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
a:visited {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}
a:active {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
#container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topbar1 {
	float:left; /* since this element is floated, a width must be given */
	width:775px; /* 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:59px;
	padding:0px;
	clear:both;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 154px; /* 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: #0099cc; #669900; the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 2px;
}
#mainContent {
	margin: 0px 0px 0px 150px; /* 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: 2px 0px 0px 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#ContactInfo{
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	padding-left:5px;
	margin: 0px;
}
#IntroInfo{
	padding: 0px 0px 2px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 0px 155px;
}
#IntroText{
	float:left;
	width: 270px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right:5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:5px;
	margin: 0px 0px 0px 0px; /* 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. */
}
#IntroSpecialOffers{
	float:left;
	width: 165px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 0px 0px; /* 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. */
}
#IntroWhatsNew{
	float:left;
	width: 165px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 0px 0px; /* 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. */
	clear:right;
}
#footer{
	background:#FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px;
	margin-left:165px;
	text-align: left;
}
.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;
}
.Bold11px{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
}
.BoldRed11px{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
}
.NavHoriz {
	background-color:#ffcccc;
	width:154px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}
.NavHoriz th {
	display:none;
}
.NavHoriz td {
	padding:0px 0px 0px 5px;
	white-space:nowrap;
	text-align:left;
	height:20px;
}
.NavHoriz td a {
	display:block;
	color:#666;
	font-size:11px;
	padding:0px;
	height:20px;
}
.NavHoriz td a:hover {
	background-color:#FCC;
	color:#CCC;
	height:20px;
	text-decoration:none;
}
.NavHoriz th {
	display:none;
}
.NavHoriz .this a, .try2 .this a:hover {
	background-color:#0099cc;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}
