@charset "utf-8";
/* CSS Document */


/* Make it easier to read */
body {
  overflow: visible !important;
  color : #000000;
  background : #ffffff;
  overflow-y: visible;
}




/* Underline ALL links */
a {
  text-decoration : underline;
  color : #0000ff;
}

/* Remove unwanted elements */
#nav, #searchBox, #footer, #mbb, #leftCol, #breadcrumb, .noprint {display: none;}


/* Ensure the content spans the full width */
#container {width: 100%; margin: 0px; float: none; overflow: visible !important;}


#container #main #content {
	margin-left: 0px;
}


/* HOME PRODUCTS */

#container #homeProducts {
	overflow: visible !important;
	background-image: url(../images/ffffff.gif);
	background-repeat: repeat;
} 

#container #homeProducts #left {
	float: none !important;
	padding-left: 0px;
	margin-bottom: 0px;
	width: 100%;
} 
#container #homeProducts #right {
	float: none !important;
	padding-left: 0px;
	width: 100%;
}


/* COLUMNS */

#container #columns {
	overflow: visible !important;
}



#container #columns #one {
	float: none !important;
	width: 100%;
	padding: 0px;
} 

#container #columns #two {
	float: none !important;
	width: 100%;
	padding: 0px;
} 

#container #columns #three {
	float: none !important;
	width: 100%;
	padding: 0px;
} 

#container #columns #four {
	float: none !important;
	width: 100%;
	padding: 0px;	
}




#container .midContent {
	width: 100% !important;
	float: none !important;
}

.borderBox {
	float: none !important;
	width: 97% !important;
}


.database .title {
	font-size: 12px;
	line-height: 15px;
	color:#25539E;
}

.database td {
	background-color:#fff; !important
	background-image: none;
}


