/*
	PNG Fix
	ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
*/

* 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				{ background: #6a9c5c; font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 12px;color: #333;font-weight: normal;}
td 					{ font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 12px;color: #333;font-weight: normal;}
a 					{ font-weight: normal;color: #0E5CA5;text-decoration: underline; }
a:link,a:visited, a:active 	{ font-weight: normal;color: #0E5CA5;text-decoration: underline; font-weight: bold;}
a:hover 			{ font-weight: normal;color: #033252;text-decoration: underline; font-weight: bold;}
.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: #333;}
h2 					{ font-size: 14px;font-weight: bold;font-style: normal;color: #333;}
h3 					{ font-size: 12px;font-weight: bold;font-style: normal;color: #333;}
select 				{ font-size: 11px;}
.Form 				{ font-size: 11px;padding:1px 2px 1px 2px;}
.FormButton 		{ font-size: 11px;font-weight: bold;cursor: pointer;}


#wrapper 			{ margin: 0 auto; width: 994px;}
#topBar 			{ position: relative; background: #fff; width: 950px; padding: 5px 27px 2px 17px; margin-top: 19px;  }
#crossSiteLinks		{ position: absolute; right: 15px; top: 4px; }
#header 			{ height: 200px; background: #BD9C8C;}
#content			{ width: 944px; padding: 13px 25px 10px 25px; background: #fff; min-height: 475px; _height: 475px; }
#leftColumn			{ width: 229px; float: left;  }
#leftNav			{ background: url(/images/site/navBG.gif) repeat-y; }
#newsBlurb			{ background: url(/images/site/newsTile.gif) repeat-y; padding: 0 10px 0 15px; }
#rightColumn		{ width: 677px; float: left; padding-left: 38px; }
#rightColumnContent	{ min-height: 372px; _height: 372px; line-height: 1.5em;
					  background: url(/images/site/rightColBG.gif) repeat-x; padding: 20px 15px 5px 15px; }
#pageTitle			{ width: 662px; min-height: 31px; _height: 31px; padding: 7px 0 0 15px; background: url(/images/site/pageTitleBG.gif) top left no-repeat #0E5CA5; }
#footer 			{ background: #636566; padding: 8px 0 8px 293px; color: #fff; font-size: 11px; }
#footer a			{ color: #fff; font-weight: normal; }
#footer a:hover		{ text-decoration: none; }
#padding			{ height: 30px; }

.noLink					{ cursor: default; outline: none; }
#relatedLinks			{float: right; margin: 0 0 0 10px; }
#relatedLinksContent	{background: url(/images/site/relatedLinksTile.gif) repeat-y ; padding: 0 10px;}

#relatedLinksContent ol, #relatedLinksContent ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

