html, body {
	padding: 0; 
	margin: 0; 
	background-color: white; 
	background-image: url("images/brick.png");
}
.container {
	margin: auto; 
	width: 1200px; 
	font-family: sans-serif;
}
.column {
	float: left; 
	margin-top: 36px; 
	margin-left: 24px; 
	margin-bottom: 24px; 
	width: 550px;
}
.columnhead {
	margin-left: 68px; 
	width: 400px; 
	background-color: white; 
	border: 1px solid black; 
	padding: 12px; 
	text-align: center; 
	font-size: 18px; 
	color: black;
}
.red {
	background-color: #C63232;
	color: white;
}
.columnheadtitle {
	font-size: 24px;
}
.contentbox {
	margin-top: 24px; 
	width: 524px; 
	background-color: white; 
	border: 1px solid #C63232; 
	padding: 12px; 
	font-size: 16px; 
	color: black; 
	line-height:24px;
}
.blank {
	border: none; 
	background-color: transparent;
}
.contentboxtitle {
	text-align: center; 
	font-weight: bold;
}
.toolbox {
	margin-top: 24px; 
	width: 524px; 
	border: 1px solid black; 
	padding: 24px 12px 24px 12px; 
	text-align: center; 
	font-size: 24px; 
	color: black;
}
.woi {
	background-color: #FCFDC2; 
}
.quipx {
	background-color: #DDEBF8; 
}
.login {
	background-color: white; 
}
.textlink {
	color: black; 
	text-decoration: underline;
}
a.textlink:hover {
	color: gray; 
	text-decoration: none;
}
.toollink {
	color: black; 
	text-decoration: none;
}
a.toollink:hover {
	color: gray; 
	text-decoration: none;
}
.form {
	margin-top: 48px; 
	line-height: 36px;
}
.fielddiv {
	display: inline-block; 
	margin-bottom: 24px;
}
.fieldname {
	float: left; 
	width: 100px; 
	height: 24px; 
	padding-top: 4px;
}
.fieldvalue {
	float: left;
}
.fieldvaluebox {
	width: 400px; 
	background-color: white; 
	border: 1px solid gray; 
	padding: 8px; 
	line-height: 24px; 
	font-size: 16px;
}
.select {
	border: none; 
	color: gray; 
	font-size: 16px; 
	margin-right: 20px;
}
.inputtext {
	width: 400px; 
	height: 24px; 
	background-color: white; 
	border: 1px solid gray; 
	padding: 8px; 
	font-family: sans-serif; 
	font-size: 16px;
}
.textarea {
	min-height: 72px; 
	max-width: 400px; 
	min-width: 300px; 
	width: 400px; 
	padding: 8px; 
	font-family: sans-serif;
}
.submitbutton {
	width: 150px; 
	height: 36px; 
	border: 1px solid gray; 
	border-radius: 6px; 
	background-color: #BAE4CD; 
	font-family: sans-serif; 
	font-size: 16px; 
	text-align: center; 
	color: black;
}
.submitbutton:hover {
	color: gray;
}
.button150 {
	width: 150px; 
	height: 36px; 
	background-color: #BAE4CD; 
	border: .5px solid black; 
	border-radius: 6px; 
	text-align: center; 
	font-size: 16px; 
	color: black; 
}
.button150:hover {
	color: gray;
}