html, body {
	min-height: 100%;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #ccc;
}
img {
	border: none;
}
a {
	color: #8d1a29;
	text-decoration: none;
}
a:hover {
	color: #d2152e;
	text-decoration: underline;
}
.notes {
	font-size: 80%;
	color: #666;
}
#container01 {
	text-align: center;
}
#container02 {
	width: 684px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #fff;
}
#header {
	text-align: center;
}
#nav {
	text-align: center;
	border-top: 1px solid #fff;
}
#content {
	overflow: auto;
	height: 100%;
	background-color: transparent;
	background-color: #fff;
	background-image: url(../images/fade.jpg);
	background-repeat: repeat-y;
}
#column1 {
	float: left;
	width: 260px;
	padding: 20px 20px 40px 20px;
}
#column2 {
	float: right;
	width: 364px;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
}
#footer {
	clear: both;
	position: absolute;
	background-color: #091d5c;
	width: 644px;
	border-top: 1px solid #fff;
	padding: 4px 20px 4px 20px;
	color: #fff;
	font-size: 80%;
}
/* REQUEST FORM */
input {
	font-size: 11px;
}
#request {
	width: 360px;
}
#request div {
	background-color: #fff;
	padding: 4px;
	overflow: auto;
}
#request div.row2 {
	clear: both;
	height: 100%;
	background-color: #efefef;
}
#request div.text {
	background-color: transparent;
	padding: 0 10px 0 0;
	float: left;
	width: 125px;
	text-align: right;
}
#request div.input {
	background-color: transparent;
	padding: 0;
	float: left;
}
/* end REQUEST FORM */