html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #454545;
	background-image: url(images/bg-body.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B6B6B;
	text-align: center;
}
div, img, a {
	margin: 0px;
	padding: 0px;
	border: none;
}
#outer{
	min-height: 100%;
	margin-bottom: -40px;
	height: auto;
	background: white;
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
* html #outer {
	height: 100%;
}
#inner{
	width: 900px;
	text-align: left;
}
#inner div {
	text-align: left;
}
#footer {
	width: 100%;
	clear: both;
	height: 40px;
	background-color: transparent;
}
#clearfooter {
	clear: both;
	height: 40px;
}
div>p {
	margin:0;
}
/* safari wrapper */
html>body #miHeight {
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -42px;
}
#header {
	width: 100%;
	height: 178px;
	background-image: url(images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.logo {
	margin-top: 83px;
	margin-left: 198px;
}
h1 {
	margin: 40px 30px 0px 198px;
	padding: 0px;
}
.line {
	margin: 40px 20px 25px 90px;
}
.line-left, .line-right {
	float: left;
	height: auto;
	margin: 0px;
}
.line-left {
	width: 110px;
}
.line-right {
	width: 680px;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.line p {
	margin: 15px 0px 0px 0px;
}
.p-em {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.m-l {
	margin-left: 161px;
}

a:active.a-p, a:visited.a-p, a:link.a-p {
	color: #C16944;
	text-decoration: none;
}
a:hover.a-p {
	color: #FF9900;
   text-decoration: none;
}