@media print {
	.dont-print {
		display: none;
	}
}

#warningDiv {
	width: 400px;
	border: 2px solid red;
	padding: 10px;
}

#container {
	width: 900px;
	margin: auto;
}

#header {
	width: 900px;
	height: 100px;
	position: absolute;
}

#unc-logo {
	float: right;
}

#site-logo {
	float: left;
}

div .nav {
	top: 120px;
	position: absolute;
	width: 900px;
}

div .nav-content {
	float: right;
}

div #content {
	top: 150px;
	position: absolute;
	width: 900px;
}

.odd {
	background-color: #dde;
}
/*
table#paymentTable label {
	font-weight: bold;
}

table#paymentTable input {
	width: 300px;
	height: 20px;
}

table#paymentTable tr td {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
}
*/
select#merchantSelect{
	background-color: #ffc;
	font-weight: bold;

}