* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

/*
	Global Section
	ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
*/
body					{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #e8e0d2;font-weight: normal; background: #111213; line-height: 1.5em;}
td 						{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #e8e0d2;font-weight: normal;}
a 						{font-weight: normal;color: #cc9a42;text-decoration: underline;}
a:link,a:visited 		{font-weight: normal;color: #cc9a42;text-decoration: underline;}
a:hover 				{font-weight: normal;color: #956818;text-decoration: underline;}
.Copyright 				{font-size: 10px;font-weight: bold;color: #FFFFFF;letter-spacing: .1em;}
address 				{font-size: 10px;font-weight: normal;font-style: normal;color: #FFFFFF;letter-spacing: .1em;}
h1 						{font-size: 16px;font-weight: bold;font-style: normal;color: #e8e0d2;}
h2 						{font-size: 14px;font-weight: bold;font-style: normal;color: #e8e0d2;}
h3 						{font-size: 12px;font-weight: bold;font-style: normal;color: #e8e0d2;}
p						{ margin: 0 0 1.2em 0; line-height: 1.5em; }
select 					{font-size: 11px;}
.Form 					{font-size: 11px;padding:1px 2px 1px 2px;}
.FormButton 			{font-size: 11px;font-weight: bold;cursor: pointer;}
:focus					{-moz-outline-style: none;}

#topBar					{ width: 100%; background: url(/images/site/topBarBG.gif) repeat-x; }
#nav					{ width: 890px; margin: 0 auto; height: 27px; }
#header					{ width: 899px; margin: 0 auto; position: relative;	}
#logo					{ position: absolute; top: 15px; left: 0; z-index: 10; }
#divider				{ background-color: #0E0F10; border-top: 1px solid #36341E; border-bottom: 1px solid #36341E; height: 17px; width: 100%; }
#contentBG				{ width: 100%; background: url(/images/site/contentBG.gif) repeat; }
#content				{ width: 100%; background: url(/images/site/contentFade.gif) bottom repeat-x; padding-bottom: 25px; }
#contentWrapper			{ width: 890px; margin: 0 auto; }
#leftColumn				{ float: left; width: 233px;}
#leftColumnContent		{ background: url(/images/site/leftColBG1.gif) top left repeat-x #26200D; padding: 5px 12px 20px 13px; border-left: 1px solid #564e0c; border-right: 1px solid #564e0c; _width: 198px; }
#rightColumn			{ float: right; width: 622px;}
#capsuleContent			{ background-color: #161512; border-left: 1px solid #36341e; border-bottom: 1px solid #36341e; border-right: 1px solid #36341e; width: 588px; padding: 5px 15px; min-height: 150px; _height: 150px; }
#footer					{ background-color: #0e0f10; border-top: 1px solid #36341e; border-bottom: 1px solid #36341e; height: 42px; }
#footerWrapper			{ width: 875px; margin: 0 auto; position: relative; padding: 6px 0 0 13px; }
#seoLinks				{ background:url(/images/site/footerTab.gif) no-repeat; position: absolute; top: -25px; left: 263px; width: 627px; height: 24px; }
#seoLinks ul			{ list-style: none; margin: 8px 0 0 40px; padding: 0; border: none; }
#seoLinks li			{ display: inline; margin: 0; padding: 0; border: none; }
#seoLinks a				{ text-decoration: none; color: #fff; }
#seoLinks a:hover		{ color: #777; }

.blurbContainer			{ width: 180px; height: 100px; padding: 10px; background-color: #1c1b18; border-top: 1px solid #4a4633; border-right: 1px solid #4a4633; border-left: 1px solid #4a4633; }
.blurbTitle 			{ color: #956614 !important; font-weight: bold !important; padding-left: 4px; }
.blurbDate				{ color: #75500f; }
.blurbSummary			{ line-height: 1.45em; color: #f8f8f8; padding: 0 4px; }

#relatedLinks			{ color:  #B77E18; padding: 0 0 0 20px; margin: 0; width: 186px; font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; font-size: 12px; }
#relatedLinks a			{ font-weight: bold; }