/* include the base css file */
@import url("/include/templates/default.css");


body  {
	font: 100% Arial, Helvetica, sans-serif;
	;
	background: #000000;
	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: #333;
	font-size: 14px;
	background-image: url(/images/tyertrack.gif);
	background-repeat: repeat;
}
/* from here on all css is specific to this template */
.twoColFixRtHdr #sidebar1 {
	width: 295px; /* 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 */
}
.twoColFixRtHdr #mainContent { 
	margin: 0 315px 0 0; /* 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. */
	background-image: none;
} 
.twoColFixRtHdr #mainContent .news { 
	background-image: url(/images/heading-blue-home.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #mainContent .newsItems { 
	padding: 10px;
} 
.twoColFixRtHdr #mainContent h2.newsitem { 
	margin: 5px 0 0 0;
	padding-left: 15px;
	background-image: url(/images/arrow-news.gif);
	background-repeat: no-repeat;
	font-size: 90%;
	font-weight: bold;
	color: #0c456a;
	text-transform: uppercase;

} 
.twoColFixRtHdr #mainContent .date { 
	font-size: 80%;
	font-weight: bold;
	color: #226798;
} 
.twoColFixRtHdr #mainContent a.newslink { 
	font-size: 80%;
	font-weight: bold;
	color: #4c4d4f;
	text-decoration: underline;
} 
.twoColFixRtHdr #mainContent .events { 
	background-image: url(/images/heading-green-home.gif);
	background-repeat: no-repeat;
	width: 295px;
	height: 350px;
} 
.twoColFixRtHdr #mainContent h2.event { 
	margin: 2px 0 0 0;
	padding-left: 15px;
	background-image: url(/images/arrow-event.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #474b20;
	text-transform: uppercase;

} 

.twoColFixRtHdr #mainContent .offers { 
	background-image: url(/images/heading-red-home.gif);
	background-repeat: no-repeat;
	width: 295px;
	height: 350px;
} 
.twoColFixRtHdr #mainContent h2.offer { 
	font-size: 150%;
	line-height: 22px;
	color: #8b0304;
	text-transform: uppercase;
	margin: 3px 0 0 0;
} 


