/* CSS :: TEMPLATE */ 

/* IMPORTS */
@import url("textstyle.css");
@import url("nav.css");
@import url("template-content.css");


/* TEMPLATE */

/* !!! DEBUG PURPOSES ONLY !!!
div {border: solid 1px #FF0000;} 
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 62.5%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	text-align: left;
	font: 1.1em/1.5em Arial, Helvetica, Verdana, sans-serif; 
	color: #000;
	background-color: #FFF;
}


#container {
	position: relative;
	float: left;
	width: 950px;
	height: 100%;
}
	
	#header {
		position: relative;
		float: left;
		width: 100%;
		height: 25px;
	}
	
	#topbanner {
		position: relative;
		float: left;
		clear: left;
		width: 100%;
		height: 145px;
		padding: 0px;
		margin: 0px;
	}
	
	#main {
		position: relative;
		float: left;
		width: 100%;
		clear: left;
		padding: 0px;
		margin: 0px;
	}
	
	#footer {
		position: relative;
		float: left;
		width: 100%;
		height: 20px;
		background-color: #003D7E;
	}
	
	
.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 18px;
	line-height: 20px;
}