@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td
{ 
/* Using a zeroing selector removes the browser default values, which can vary greatly from browser to browser. */ 
    margin: 0; 
    padding: 0; 
    /*border: 0;
    outline: 0;*/
    /*vertical-align: top;*/
    background: transparent;
}

html {
	max-height:100.1%; /* fixes the display height in Mozilla and Firefox */
	height: 100%;
}

/* hide from IE mac \*/
/*html {*/
/* 
if a page is shorter than viewport, it jumps around as Firefox removes scroll bars and 
then adds it again for longer pages 
*/
/*    min-height: 100%;
    margin-bottom: 1px;
}*/
/* end hiding from IE5 mac */
body {
	background-color: #FFFFFF;
	background-image: url(../images/generic-background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%; /* prevents some scaling bugs at smaller sizes in Internet Explorer */
	color: #000;
	height: 100%;
}
a {
	voice-family: "\"}\""; 
  	voice-family:inherit;
}
#pageContainer {
/*
	It's only purpose is to center the page.  Because IE5/Win handles the box model 
	incorrectly, the 'header' and 'footer' also have set widths of 770px but with no 
	padding/margins. The 'content' area has padding set, but it has 'contentContainer' 
	to set it's width (it wasn't inheriting the 'pageContainer' width in IE5/Win). 
*/
	width: 975px;
	padding: 0;
	margin:0 auto 0 auto;
	background-color: transparent;
}
a .forScreenReaders:active, .forScreenReaders:focus {
  position: absolute;
  overflow: visible;
  width: auto;
  height: auto;
  
  /* This controls the appearance of the link and can 
  only be seen when the users tabs on the page */
  
  background-color: #285149;
  color: #FFFFFF;
  top: 5px;
  left: 5px;
  padding: 5px;
  border: 2px solid #C5B373;
  font-weight: bold;
} 

.clearFloat
{
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0px;
}

/* ------------------------------------------------------------- */

