body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#pagebody {
	text-align: left;
	height: 100%;
	width: 1000px;
}
#pagebg {
	background-image: url(images/bgshadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 1048px;
}

#header {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	width: 985px;
	padding-top: 11px;
	padding-right: 0px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#header h1 {
	display: inline;
	padding-right: 60px;
	font-size: 14px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#header a:hover {
	text-decoration: underline;
}
.indentedcell {
	padding-left: 30px;
}
#orderprocess {
	background-image: url(images/orderprocessfooter.gif);
	background-repeat: no-repeat;
	height: 165px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 60px;
	padding-top: 8px;
	font-size: 10px;
}
#orderprocess a {
	color: #FFFFFF;
}

#footer {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #333333;
}
.h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.h2 {
	font-size: 14px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: efefef;
	padding: 15px;
	text-align: left;
	border: 1px dashed #666666;
	margin: 20px;
}
