body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.6em;	
}
h2 {
	font-size: 1.3em;
	margin: 0 0 26px 0;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.1em;	
}
h5 {
	font-size: 1em;	
}
.fltleft {
	float: left;
	margin: 0 10px 6px 0;
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#wrap {
	width: 855px;
	position: absolute;
	left: 50%;
	margin: 20px 0 0 -427px;
}
#header {
	height: 100px;
	background-image: url(../_assets/logo.gif);
	background-repeat: no-repeat;
}
#header #hplink {
	position: absolute;
	width: 181px;
	height: 64px;
	left: 0;
	top: 0;
}
#header #nav {
	float: right;	
}
#header #nav a {
	color: #000;
	text-decoration: none;
	padding: 0 8px;
	border-right: 1px solid #000;
	font-weight: bold;
}
#header #nav a.last {
	padding: 0 0 0 8px;
	border-right: none;
}
#header #nav a:hover {
	text-decoration: underline;	
}
#header #byline {
	width: 855px;
	text-align: right;
	padding-top: 74px;
}
*+html #header #byline {
	padding-top: 60px;	
}
* html #header #byline {
	padding-top: 60px;	
}
#navbar {
	height: 30px;
	background-color: #838585;
	width: 845px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
#navbar a {
	color: #3E3E3E;
	text-decoration: none;
	padding: 0 12px 0 6px;
	letter-spacing: 1px;
	background-image: url(../_assets/navbar-separator.png);
	background-repeat: no-repeat;
	background-position: center right;
	line-height: 30px;
	font-weight: bold;
}
#navbar a.last {
	padding: 0 0 0 6px;
	background-image: none;
}
#navbar a:hover {
	color: #dcd400;	
}
#contentwrap {
	background-image: url(../_assets/inner-bkg2.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: auto;
	width: 855px;
}
#content {
	float: right;
	width: 600px;
	padding: 40px 40px 40px 40px;
}
#content p, #content li {
	line-height: 1.5;	
	font-size: 1.1em;
}
#content a {
	color: #000;	
}
#sidebar {
	float: left;
	width: 138px;
	margin: 0 5px 0 0;
	background-image: url(../_assets/inner-sidebar/inner01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 170px;
	padding: 186px 12px 20px 20px;
}*+html #sidebar {
	padding: 192px 12px 20px 20px;	
}
* html #sidebar {
	padding: 192px 12px 20px 20px;	
}
#sidebar ul {
	padding: 0;	
	margin: 0;
}
#sidebar li {
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
}
#sidebar li a {
	text-decoration: none;
	color: #fff;
}
#sidebar li a:hover {
	color: #dcd400;	
}
#footer {
	height: 40px;	
	margin-top: 5px;
	border-top: 3px solid #60752e;
	text-align: right;
}
#footer p {
	font-size: .75em;	
}
*+html #footer p {
	margin-top: 6px;	
}
* html #footer p {
	margin-top: 6px;	
}
#footer a {
	color: #000;	
}
#wedc {
	float: left;
	margin-top: 10px;
	width: auto;
	height: auto;
	display: none;
}