@charset "utf-8";
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background:  url(../images/header.jpg) no-repeat top center #197412;
	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;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: url(../images/header.jpg) no-repeat top center; 
	height: 280px;
	padding: 0;  /* 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. */
} 
.twoColFixRtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: none;
}
.twoColFixRtHdr #cornerTomato { 
	margin: -10px 0px 0 -120px; /* the right margin on this div element creates the column down the right 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 0 150px; remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../images/body_bg.jpg) no-repeat left top #ffffff;
	height: 150px;
	width: 196px;
	overflow: hidden;
	float: left;
}
.twoColFixRtHdr #mainContent { 
	padding: 10px 20px 10px 120px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/main_bg.jpg) repeat-y #ffffff top left; 
	margin: 0px 228px 0 0;
}
.twoColFixRtHdr .test {
	width: 228px;
}

.test .top{
	width: 228px;
	height: 139px;
	background: url(../images/test_top.png) no-repeat bottom left;
}
.test .body{
	width: 208px;
	background: url(../images/test_body.png) repeat-y;
	padding: 0 10px;
	font-style:italic;
	color: #ffffff;
}
.test .bottom{
	width: 228px;
	height: 19px;
	background: url(../images/test_bot.png) no-repeat top left;
}
.twoColFixRtHdr #footer {
	height: 362px;
	width: 100%;
	padding-top: 20px;
	background: url(../images/footer_bg.jpg) no-repeat center top;
}
.twoColFixRtHdr #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;
}
.cornerTomato { /* 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;
}
table.gradient {
	background: url(../images/tablebg.jpg) repeat-x #ecffc4;
	background-position: left 94px;
}
table tr:hover td.gradient {
	background: url(../images/tablebg_hover.jpg) repeat-x #d6fe9b top left;
}
table tfoot tr:hover td.gradient {
	background: url(../images/table_footer.jpg) no-repeat #fff top center;
}
table td.gradient {
	background: url(../images/tablebg.jpg) repeat-x #ecffc4 top left;
	border-bottom: 1px dashed #9CB44B;
}
table thead td.bonus{
	height: 94px;
	background: url(../images/tablebonus_bg.jpg) no-repeat #fff bottom left;
	color: #fff;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
table.gradient tfoot td{
	height: 12px;
	background: url(../images/table_footer.jpg) no-repeat #fff top center;
}
table tfoot td.gradient{
	height: 12px;
	background: url(../images/table_footer.jpg) no-repeat #fff top center;
	border: none;
}
table thead td.green{
	height: 94px;
	background: url(../images/tablehead_bg.jpg) no-repeat #fff bottom left;
	color: #fff;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
table thead td.story{
	height: 94px;
	background: url(../images/tablestory_bg.jpg) no-repeat #fff bottom left;
	color: #fff;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.crossout {
	text-decoration: line-through;	
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.footernav {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	}
.footerlinks {
	width: 600px;
	margin: 10px 0px;
	color: #fff;
	position: relative;
	left: 80px;
	text-align: center;
}
.footerlinks a, .footerlinks a:link, .footerlinks a:active, .footerlinks a:visited{
	color:#FFF;
	font-weight: bold;
}
.footerlinks a:hover{
	color: #FC3;
	font-weight: bold;
}
.hiddden{
	display: none;	
}