html,body {
	font-size: 14;
	font-family: arial,sans-serif;
	color:#000000;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px;
}
.menu {
	background-color: #e8e8e8;
	width: 100%;
	height: 49px;
	max-height: 49px;
	background-image: url('../img/menu_bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.footer, .push {
	height: 41px;
}
.footer {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #e8e8e8;
}
a {
	text-decoration: none;
	color: #ff8400;
	font-weight: bold;
}
a:hover {
	border-bottom: 1px solid #9d9d9d;
}
p {
	text-indent: 10px;
	line-height: 200%
}
li {
	line-height: 200%
}
h1 {
	color: #ff8400;
}
.nocss {
	border: none;
}
table.form td {
	padding-bottom: 8px;
	padding-right:8px;
}
input.small,select.small {
	width: 75px;
}
input.medium,select.medium {
	width: 300px;
}
input.large,select.large {
	width: 650px;
}
textarea.large {
	height: 200px;
	width: 650px;
}
div.error {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	background-color:#e8e8e8;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
}
div.error ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
div.error li {
	font-size: 14px;
	line-height: 150%;
	font-weight:normal;
}
