* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

div#PageContainer {
	margin: 30px auto;
	width: 700px;
	position: relative;
}

div#LogoContainer {
	padding: 0 40px 0px 0px;
	float: left;
}

div#TextContainer {
	width: 377px;
	float: left;
	padding-top: 133px;
	position: relative;
}
div#Footer {
	width: 200px;
	position: absolute;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	bottom: 0px;
	left: 0px;
	color: #888888;
}

p {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 15px;
	color: #444444;
}
p.noPad {
	padding-bottom: 0px;
}
h1 {
	font-size: 30px;
	line-height: 31px;
	padding-bottom: 8px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	line-height: 21px;
	padding-bottom: 4px;
	font-weight: bold;
}
.Bigger {
	font-size: 11px;
	font-weight: bold;
}
b, strong {
	color: #000;
}
a {
	color: #D17B28;
	text-decoration: none;
}
a:hover {
	color: #D17B28;
	text-decoration: underline;
}
a:visited {
	color: #D17B28;
	text-decoration: none;
}
.clear {
	clear: both;
}
div#HuskContainer {
	position: absolute;
	background-image: url(husk.gif);
	background-repeat: no-repeat;
	padding-left: 85px;
	top: 0px;
	height: 85px;
	padding-top: 10px;
	margin-left: -10px;
}
