body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #C9C4BB;
	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;
	
}

* html #body {
	height: 100%;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover
 {
	color: #4B4B4B;
	text-decoration: underline;
}

hr
{
	color: #999999;
}
ul li{

	list-style: square ;
	color: #cc0000;
	font-weight: bold;
	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;
}

.iconText {
	font-size: x-small;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;

}

.byline {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;

}


.date {
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;

}

.details {
	font-size: x-small;
	font-weight: bold;
	color: #cc6600;
	
}

.newsHeader {
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

.sectionHeader
{
	font-size: large;
	font-weight: bold;
	color: #DF0000;
	text-transform: uppercase;	
	
}



.img {
	border: 1px solid #990000;
}

/*CONTAINER*/

.thrColFixHdr #container {
	width: 955px;  /* 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: 1px solid #5b0f0f;
	text-align: left; /* this overrides the text-align: center on the body element. */	
	
} 

/*HEADER*/

.thrColFixHdr #header { 
background: url(../../Christmas09/images/header-winter.jpg) no-repeat; 
	height: 172px;	
	padding:0px;  /* 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. */
	
}
 

.thrColFixHdr #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 */
}

.thrColFixHdr #header p {
	float: right;
/* 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 */
	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 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
font-size: 70%;
color: #7F8000;}

.thrColFixHdr #headerNav {
	height:25px;
	margin:0 auto;
	float: right;
	display: table-row;
	text-transform: capitalize;
	position: relative;
	bottom:33px;
	right: -25px;
	
	
}

.thrColFixHdr #headerNav ul {
	margin:0px;
	list-style: none;
	font-size: x-small;
	float: right;
	padding-top: 50px;
	padding-right:45px;

}

.thrColFixHdr #headerNav ul li {
	display: inline;
	float: right;
	color: #FFFFFF;
}

.thrColFixHdr #headerNav ul li a {
	color: #FFFFFF;
	text-decoration:none;
}

.thrColFixHdr #headerNav ul li a:hover {
	color: #bbbbbb;
	text-decoration:underline;
}





.thrColFixHdr #search {
	height:30px;
	margin:0 auto;
	float: right;
	display: table-row;
		position: relative;
	top:-105px;
	right: 10px;
	
	}
	
	
.thrColFixHdr #printlogo
{display: none;}


/*NAVIGATION*/

.thrColFixHdr #nav { 
	height: 25px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	
	
} 

.thrColFixHdr #mobileNav {
	height:25px;
	margin:0 auto;
	float: right;
	display: none;
	text-transform: capitalize;
	position: relative;
	bottom:23px;
	right: -15px;
	
	
}

/*MAIN CONTENT*/



.thrColFixHdr #mainContent {
	
	padding: 0 20px; 
}


.thrColFixHdr #mainContent ul li{

	list-style: square ;
	color: #333333;
	font-weight: normal;
	text-align: left;
	
}

.thrColFixHdr #mainContent ul li a {
	text-decoration:none;
	color: #cc0000;
}
.thrColFixHdr #mainContent ul li a:hover {
	color: #4B4B4B;
	
}


.thrColFixHdr #bookmarks { 
margin: 0em 0px 0em 500px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #breadcrumbs { 
margin: 0 250px 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. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #signup { 
margin: 5px 0px 5px 0px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	
} 

/*FOOTER*/

.thrColFixHdr #footer { 

	color: #000000;
	padding: 5px;
	font-weight: normal;
	border-top: #5B0F0F 1px solid;

} 
.thrColFixHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:x-small;
	text-align: left;
	
}

.thrColFixHdr #footer a {
	color: #990000;	
	text-decoration:none;
	font-weight: bold;
}

.thrColFixHdr #footer a:hover {
	color: #4B4B4B;	
	text-decoration:underline;
}

.blye-text-underline {
color:  #0066FF;
text-decoration: underline;
}

.blye-text-regular {
color: #0066FF;
text-decoration: none;
}

.yellow-text-regular {
color: #ece92c;
text-decoration: none;
}

.yellow-text-underline {
color: #ece92c;
text-decoration: underline;
}

.orange-text-regular {
color: #b24f00;
text-decoration: none;
}

.orange-text-underline {
color: #b24f00;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8a3c53;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
	color: #00CC33;
	text-decoration: none;
}

.green-text-underline{
color: #00CC33;
text-decoration: underline;
}

