body {
	background-color:#999999;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
.maincontainer {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:113px;
}
.midcontainer {
	background-image:url(../images/pagebg.jpg);
	background-repeat:repeat;
	float:left;
	width:990px;
}
.leftcolumn {
	width:630px;
	float:left;
}
.rightcolumn {
	width:360px;
	float:right;
}
.content {
	width:537px;
	margin:0 auto 0 auto;
	font-size:12px;
	color:#4c4262;
}
h1 {
	font-weight:bold;
	color:#af2626;
	font-size:28px;
}
h2 {
	font-weight:bold;
	margin:0 0 10px 0;
	color:#4c4262;
	font-size:18px;
}
h3 {
	font-weight:bold;
	margin:0 0 0 0;
	color:#4c4262;
	font-size:14px;
}
.formcontainer {
	width:295px;
	margin:0 auto 0 auto;
	color:#4c4262;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}