
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:  Helvetica, sans-serif;
	font-size:100%;
	color:#666;
	background: #D7D7D7 url('page-background2.gif') repeat-y center;
}

h1 {
	margin:0;
	font:3em   Helvetica, sans-serif; 
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF;
	padding-top:0em;
}


h2 {
	margin:0;
	font:1.5em   Helvetica, sans-serif; 
	color: #CCCCCC;
}


h3 {
	margin:0;
	font: 0.8em  Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height:20px;
	color: #FFFFFF;
	background-color:#612800;
	padding-top:0em;
	padding-left:15px;
}



p {
	font:0.8em   Helvetica, sans-serif;
	color: #FFFFFF;
	display:inline;
	font-weight:600;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto -1em; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:99%; /* IE6: treaded as min-height*/
	min-height:99%; /* real browsers */
	width:900px;
	background:#FFFFFF;
}

div#header {
	padding:0.8em 0 0.5em 1em;
	/*background:#ddd url("../csslayout.gif") 98% 10px no-repeat;*/
	background-image:url('pubbrown.jpg');
	background-repeat:repeat-x;
	background-color:#812800;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:900px;
height:20px;
line-height:20px;
background-color:#612800;
}

#navHorizontal ul {
margin:0 0 0 15px;
padding:0;
list-style:none;
font-weight:600;
color:#FFFFFF;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:0px;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:3px 10px 2px 10px;
color:#FFFFFF;
font:0.8em Helvetica, sans-serif;
font-weight:900;
text-decoration:none;
border-right:1px solid #FFFFFF;/*border-left:thin solid #F5F6D4;*/
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#FFFFFF;
font:0.8em Helvetica, sans-serif;
text-decoration:none;
background-color:#812800;
font-weight:900;
}

/* << ----------------// END OF NAVIGATION  //---------------->> */


img.x
{
position:absolute;
left:700px;
top:10px;
z-index:5;
}



div#content {

	padding:0em 0em 1.5em; /* bottom padding for footer */
}

#columnOne {
	position: relative;
	float:left;
	padding:0px 0px 0px 0px;
	height:450px;
	width:899px;
	background-color:#FFFFFF;
	color:#000000
}

/* Scrollable Content Height */
.scrollContent {
 height:400px;
 overflow-x:hidden;
 overflow-y:auto;
}

.scrollContent tr {
	height: 1em;
	white-space: normal;
}

/* Prevent Mozilla scrollbar from hiding right-most cell content */
.scrollContent tr td:last-child {
 padding-right: 20px;
}

/* Fixed Header Height */
.fixedHeader tr {
 position: relative;
 height: 2em;
 white-space: normal;
 /* this fixes IE header jumping bug when mousing over rows in the tbody */
 top: expression( this.parentNode.parentNode.parentNode.scrollTop + 'px' );
}

/* Put border around entire table */
div.TableContainer {
 border: 20px solid #fff;
 overflow-y:auto;
 width:840px;
}

/* Table Header formatting */
.headerFormat {
 background-color: white;
 color: #FFFFFF;
 margin: 3px;
 padding: 1px;
 white-space: nowrap;
 font-family: Helvetica;
 font-size: 12px;
 text-decoration: none;
 font-weight: bold;
 text-align:center;
}
.headerFormat tr td {
 border: 1px solid #000000;
 background-color: #7DA87D;
 width:100px;
}

/* Table Body (Scrollable Content) formatting */
.bodyFormat tr td {
	color: #000000;
	padding:0 10px 0;
	line-height:1em;
	border: 0px none;
	font-family: Helvetica;
	font-size: 12px;
	text-align:center;	
}

.bodyFormat h4 {
	color: #E0F1E0;
	display:inline;
}

.bodyFormat a:link, .bodyFormat a:visited{
	margin:0;
	font-family: Helvetica;
	font-size: 12px;
	color: #333333;
	text-align:left;
	text-decoration:none;
}

.bodyFormat a:hover {
	font-family: Helvetica;
	font-size: 12px;
	color:#FF0000;
	text-align:left;
	text-decoration: underline;
}

/* Use to set different color for alternating rows */
.alternateRow {
  background-color: #E0F1E0;
}

/* Styles used for SORTING */
.point {
 cursor:pointer;
}

td.sortedColumn {
  background-color: #E0F1E0;
  line-height:1em;
}

tr.alternateRow td.sortedColumn {
  background-color: #c5e5c5;
  line-height:1em;
}

.total {
	background-color: #FED362;
	color: #000000;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
}

table.scrollTable tr:hover {
	background-color: #c5e5c5;
	color: #00FF00;
	font-style: normal;
	text-decoration: none;
}

.hoverMe {
	
	color: #006600;
	font-style: normal;
	text-decoration: none;
}





#footer {
	clear:both;
	position:relative;
	width:886px;
	margin:0 auto;
	height:1.25em;
	bottom:0; /* stick to bottom */
	background-color:#a12800;
	padding-left:0.5em;
	padding-right:0.5em;
	color:#FFFFFF;
}
	
#footer a:link, #footer a:visited{
	margin:0;
	font:0.7em   Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	text-decoration:none;
}

#footer a:hover {
	font:0.7em   Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







