@import url( "form.css" );

body { 
	background-color: white;
	font-family: sans-serif;
	font-size: 15px;
}

h1 {
	width:198px;
	font-size: 36px;
	font-weight: bold;	
}

a { text-decoration:none; font-style: normal; color:black;  }
a:visited { text-decoration:none; color:black; }
a:hover { text-decoration:none; color:black; }

#container {
	position:relative;
	margin: 5px 0px 0px 50px;
	width:1040px;
	overflow:auto;
}

#headerstrip {
	padding: 10px;

	height:120px;
	border-bottom: 1px solid #ff6609;
}

#contentstrip {
	padding: 10px;
	background-color: #f0f0f0;
}

#footerstrip {
	padding: 10px;
	font-size:12px;
	text-align:right;
	border-top: 1px solid #ff6609;
	overflow:auto;
}

.link:hover {
	color:#ff6609;
	cursor:pointer;
}

.floatlayer {
	position:absolute; 
	visibility:hidden;
	z-index:2; 
}
