* {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	}
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #333
}
h1 {
	font-size: 160%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
p {
	margin:1.5em 0;
}
hr {
	margin: 20px 0;
}
ul {
	margin-left: 50px;
}
a {
	color: #000;
}
.bold, .label {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
#header {
	background: #FFF url(../images/header_bar.jpg) repeat-x top left;
	height: 124px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}
#heading_container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
#heading_text {
	padding-top: 33px;
	font-size: 160%;
	font-weight: bold;
	float: left;
}
#logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 275px;
	height: 124px;
	float: left;
}
.menu-item {
	padding-left: 5px;
	padding-right: 5px;
}
#body_container {
	width: 700px;
	padding: 20px;
	margin: 20px 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
.tm {
	font-size: 50%;
}
#required {
	font-size: 75%;
	font-weight: bold;
}

ul.errorlist {
	font-size: 75%;
	color: red;
	padding: 0;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
}
.disclaimer {
	font-weight: bold;
	font-style: italic;
	font-size: 75%;
}
td {
	padding: 1px 0;
}
table {
	padding: 20px 0;
}
#footer {
	background: #FFF url(../images/header_bar.jpg) repeat-x top left;
	height: 50px;
	position: absolute;
	width: 100%;
}
#footer div {
	padding-top: 12px;
	color: #FFF;
	text-align: center;
	font-size: 75%;
}
.label2 {
	font-weight: normal;
}
.clear {
	clear: both;
}
.errors {
	color: red;
	font-weight: bold;
}