@import url(home.css);
@import url(inner.css);

/* MAIN TAGS REDEFINED */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	vertical-align: top;
	background: #EEE url(../../images/core/bg.gif) repeat-y 50% 0px; 
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}





/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

.clear
{
	clear: both;
}

/* REMOVE LAYER FOR PRINTING */

.remove { 
	display: none;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

#main-intro h1
{
	display: block;
}