
body {
	background: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;	
}

a { text-decoration : none; color : #0000ff; }

#navigation, .navmenu, .push, .footer, .footer p {display:none;}


#wrapper, #section 	{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}


	
table {
	width:100%;
	border:#666 solid thin;
	padding:0;
		
	}
	
td {
	border:#666 solid thin;
	empty-cells:show;
	font-size:14px;
	background:#FFF;
	}

th {
	font-size:16px;
	font-weight:700;
	color: #fff;
	background: #FFF;
	}
	
.image {width:90px;}

#logo img{border:none;}	



h3 a{
	text-decoration:none;
	color:#0000FF;
	}
	
h3 a:hover {
	text-decoration:none;
	color:#0000FF;
	}

.highlight {
	background-color: #CCCCCC;
}

.space {
	background-color:#000;
	empty-cell: show;
	border:none;
	}


/************************FOOTER****************************/
.push {
	height: 125px;; /* .push must be the same height as .footer */
}

.footer {
	background: url(../css-img/noise-gold.gif) repeat;
	font-variant:small-caps;
	color:#666;
	height:125px;

	}
	
.footer p {
	text-align: center;
	font-weight:700;
	font-size:120%;
	color:#666;
	padding-top:30px;
	
	}	
	
