/* Updated by Victor May 4, 2006*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:95%;      /* Updated by Victor font-size from 80% to 95% to make main header menu show up */
}
a:link {
	color: #000099;
}
a:visited {
	color: #00CC99;
}
a:hover {
	color: #FF0000;
}
#bottomLinks {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: .3em 0.5em 0.5em;
	clear: both;
	height: 20px;
}
#siteContainer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#bottomLinks a:link, #bottomLinks a:visited {
	color: #FFFFFF;
}

#bottomLinks a:hover, #bottomLinks a:active {
	color: #C9CFEA;
}

/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}

