body 					{color:#fff; 
						background-color: #fff; 
						color: #000;
						font: 10px/15px Verdana, Arial, Helvetica;		}
html, body, #wrapper 	{ height:100%;
						margin: 0;
						padding: 0;
						border: none;
						text-align: center; }				
a:link { color: #000; text-decoration: none; border-bottom: 1px dotted #666 }
a:visited { color: #666; text-decoration: none; border-bottom: 1px dotted #999 }
a:hover { color: #666; text-decoration: none; border-bottom: 1px dotted #999 }
a:active { color: #999; text-decoration: none; border-bottom: none; }
/* IE COMPATIBLE rollover dotted-underline workaround */
/* these tags are read by ie only and replace system border-bottom which would otherwise render as dashes on IE due to a browser quirk */
/* padding tag is necessary to make the background appear on IE */
* html a:link { color: #000; border-bottom: none; padding:1px; background: url(http://www.link-theory.com/images/dots6_lh15.gif) repeat bottom; }
* html a:visited { color: #666; border-bottom: none; padding:1px; background: url(http://www.link-theory.com/images/dots9_lh15.gif) repeat bottom; }
* html a:hover { color: #666; border-bottom: none; padding:1px; background: url(http://www.link-theory.com/images/dots9_lh15.gif) repeat bottom; }
/* IEPC COMPATIBLE rollover images: border-color is read by iepc for hilights */
a:link img { color: #fff; border-color: #fff; padding:0px; background: none; }
a:visited img { color: #fff; border-color: #fff; padding:0px; background: none; }
a:hover img { color: #999; border-color: #999; padding:0px; background: none; } 
a:active img { color: #000; border-color: #000; padding:0px; background: none; }
/* IEPC COMPATIBLE style for non- rollover images: all images must have border="0" and be inside a class="button" */
a.imageLink:link { border:none; padding:0px; background: none; } 
a.imageLink:visited { border:none; padding:0px; background: none; } 
a.imageLink:hover { border:none; padding:0px; background: none; } 
a.imageLink:active { border:none; padding:0px; background: none; }							
p						{ margin-top: 10px;
						text-align:left; }
ul						{ margin-top:0px;	
						list-style:square; }
li						{ margin-top:0px; }			
.orange					{color:#C8823C;}
.errorRed				{color:#cc0000;}
.gray					{color:#999999;}
/* Body Layout Divs */
#wrapper 				{ background-color: #fff;
						margin: 0 auto;
						text-align: left;
						vertical-align: middle;
						width: 100%;
						}
#homeFlash				{display:none;}			
#homeFlashPrint			{display:block;}		
#navContentTable		{width:666px;}
#nav					{display:none;}
#header					{display:none;}
#navPrint				{width:666px;
						text-align:left;
						margin-bottom:19px;}												
#subNav					{display:none;}				
#content				{width:666px;
						text-align:left;
						float:left;}		
#brands					{display:none;}
#footer					{display:none;}			
#printFooter			{display:block;}														


