/* css style -1034 - Print CSS***/

/*.......((  Site Layout Elements ))...........................*/

html, body { margin: 0; padding: 0; border: 0; height: auto; }
body { border: 0px; margin: 0px; padding: 0px; font: 12px Verdana, Arial; text-align: center; color: #FFF; background:  #000; height: auto; margin-top: 15px;}

#ContainerTop	{ margin: 0 auto; width: 768px; text-align: left; background-color:#000; height: auto; /*padding-bottom: 5px; firefox,safari fix*/ border-left: 1px solid #645C49; 	border-right: 1px solid #645C49;  margin-bottom: 2px; }
#Liner				{ position: relative; width: 768px; }

#ContainerBottom	{ margin: 0 auto; width: 768px; text-align: left; background-color:#000; height: auto; /*padding-bottom: 5px; firefox,safari fix*/ border-left: 1px solid #645C49; 	border-right: 1px solid #645C49; border-top: 1px solid #645C49;}
#Liner					{ position: relative; width: 768px; background: url(../images/ContentBg.jpg)  top left repeat-x;}
#InteriorLiner	{ position: relative; width: 768px; background: url(../images/InteriorContentBg.jpg)  top left repeat-x;}

#Header	{ border: 0px; margin: 0px; padding: 0px; width: 768px; float: left; }
#Flash		{ margin: 0; padding:0px ; border: 0; width: 768px; height: 266px; float: left; }
#Ban   		{ display: none; }
#Pat			{ border: 0px; margin: 0px; padding: 0px; width: 768px; height: 7px; float: left; background: url(../images/pat.gif)  top left repeat-x; }


/*.......((  Nav Area )).............................................*/

#Nav {
display: none;
	}



/*.......(( Content area )).................................*/

#Content { float: left; padding: 26px 26px 26px 26px; width: 716px; overflow:visible;/*width minus padding-Cheat a few pixels less/Older Browsers  will add to width*/ }

/*.......((  Footer area ))...............................................*/

#Footer {
display: none;
	}

#Footer p {
	color: #9D9583;
	padding: 5px 26px 10px 26px;
	}

#Footer a:link, #Footer a:visited, #Footer a:active {
	text-decoration: none;
	color: #8E846D; 
	}
	
#Footer a:hover {
	text-decoration: underline;
	color: #86724A; 
	} 



/*.......(( Misc. elements ))....................................................*/

.clear { clear: both; }


.Button {
display: none;
	}
	
.ButtonHover {
display: none;
	}

/*.......(( Basic HTML elements ))....................................................*/

p { border: 0px; }

a:link, a:visited, a:active { color: #8E846D; text-decoration: underline;  }
a:hover { color: #FFF;	 text-decoration: underline; }
	

