/* CSS Document */

/* GENERIC */

body {
	height: 100%;
	text-align: center;
	background: #5fc1e5 url(../images/structural/top.gif) repeat-x; 
	margin: 0;
	}	

html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}		

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}
	
hr {
	border: 0;
	color: #C7C7C7;
	background-color: #C7C7C7;
	margin: 15px 0;
	height: 1px;
	}