body {
	margin: 0;
}

div {
	margin: 0;
}

img {
	border: 0;
}

body {
	font-family: Verdana;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	margin: 0;
}

.w_half {
	width: 50%;
}

.h_full {
	height: 100%;
}

#maincontent {
	background: transparent url(/images/gradient.gif) repeat-x scroll center top;
	padding-top: 3px;
}

#ptop {
	background: transparent url(/images/mh_background.jpg) repeat-x scroll center top;
	height: 94px;
	color: white;
}

#pbottom {
	height: 100%;
	background-color: #1766a9;
	border-top: 2px solid gray;
}

.centered {
	margin: 0 auto 0 auto;
	text-align: center;
}

	.centered div.boxed {
		border: 3px solid orange;
		background: #f5f5f5;
		width: 650px;
		margin: 0 auto 0 auto;
		padding: 10px;
	}
	
	.centered div.boxed input, .centered div.boxed select {
		margin: 0 15px 0 15px;
		font-size: 115%;
	}

	.centered div.spaced {
		margin-top: 30px;
	}
