html {
	height: auto;
	width: auto;
}
body {
	font: 100% Georgia, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #231F20;
	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 */
	height: auto;
	width: auto;
	text-align: center;
	
}

#container {
	text-align: center;
	background: #ce8013 url(/images/background.jpg) repeat-x top; /*faba19*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#container #graphicBackground {
	background: url(/images/headerBarnBackground.jpg) no-repeat center top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#container #logoDisplay {
	position: relative;
	left: 0px;	
	top: 20px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

#container #content {
	width: 100%;
	position: relative;
	margin: 0px 0 10px 0;
	z-index: 3;
	text-align: center;
}

#container #body {
	
	width: 750px;
	min-height: 400px;
	position: relative;
	text-align: left;
	margin: 10px auto;
	line-height: 20pt;
	padding-bottom: 10px;
}


#container #menuContainer {
	position: relative;
	width: 100%;
	height: 32px;
	text-align: center;
	z-index: 4;
	background: url(/images/topMenuBackground.png) repeat-x;
	padding: 3px 0 0 0;
	margin: 15px 0 0 0;
}

#headerMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 32px;
	text-align: center;
	display: inline;
	z-index: 50; 
}

#headerMenu a:link, #headerMenu a:active, #headerMenu a:visited {
	color: #FFDC79; 
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	font-size: 9pt;
}
#headerMenu a:hover { 
	color: #FFDC79;
	text-decoration:  underline;
	padding: 6px 20px 6px 20px;
	font-size: 9pt;
}


#topMenu {
	position: relative;
	height: 32px;
	text-align: center;
	display: inline;
	z-index: 6;
}

#topMenu a:link, #topMenu a:active, #topMenu a:visited {
	color: #333333; 
	text-decoration: none; 
	padding: 6px 20px 6px 20px;
	font-size: 10pt;
	height: 32px;
	font-weight: bold;
}
#topMenu a:hover { 
	color: #333333;
	text-decoration: none; 
	padding: 6px 20px 6px 20px;
	font-size: 10pt;
	height: 32px;
	background: url(/images/topMenuBackground.png) repeat-x;
	font-weight: bold;
}

/*Footer *************************************/

#footer {
	position: relative;
	width: 100%;
	color: #EDCE70;
	text-align: center;
}

#footerContent {
	position: relative;
	color: #EDCE70;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	padding: 10px 0 50px 0;
	font-size: 8pt;
}

#footerMenu {
	border-left: 1px solid #EDCE70; 
	text-align: left;
	margin: 0 auto;
	width: auto;
}

#footerMenu a:link, #footerMenu a:active, #footerMenu a:visited {
	color: #EDCE70; 
	text-decoration: underline; 
	padding: 1px 20px 1px 20px;
	font-size: 9pt;
	border-right: 1px solid #EDCE70; 
}
#footerMenu a:hover { 
	color: #EDCE70;
	text-decoration: none; 
	padding: 1px 20px 1px 20px;
	font-size: 9pt;
	border-right: 1px solid #EDCE70; 
}

#footerContent a:link, #footerContent a:active, #footerContent a:visited {
	color: #EDCE70; 
	text-decoration: underline; 
}
#footerContent a:hover { 
	color: #EDCE70;
	text-decoration: none; 
}




* html #container #menuContainer {
	background-color: transparent;
	background-image: none;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/topMenuBackground.png');

}

* html img {    
	azimuth: expression(        
	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/spacer.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    
	);
}