body {
	color : #000;
	font : 12px Arial, Helvetica, sans-serif;
}

h1 {
	font-size : 2em;
	font-weight : bold;
}

h2 {
	font-size : 1.25em;
	font-weight : bold;
	font-style : italic;
	color : #999;
}

h3 {
	font-size : 1.5em;
	color : #333;
	font-weight : bold;
}

h4 {
	font-size : 1.25em;
	font-style : italic;
	color : #000;
	font-weight : bold;
}

h5 {
	font-size : 1.15em;
	font-style : normal;
	color : #333;
	font-weight : bold;
}

p {
	line-height : 1.5em;
}

p a:link, p a:visited; p a:hover {
	word-spacing: .25em;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration : none;
	color : #000;
}

p img {
	margin : 10px 0 0 10px;
	float : right;
}


/* ----- document header layout parameters ----- */
#dochead {
	width : 100%;
	height : 67px;
	margin : 0;
	padding : 0;
}

#dochead_bar {
	margin : 0;
	padding : 0;
}

#dochead_bar_subtitle {
	float : left;
	margin : 0;
	padding : 0;
}

#dochead_bar_issue {
	float : right;
	margin : 0;
	padding : 0;
}


/* ----- main body container layout parameters ----- */
#docbody {
	margin : 0;
	padding : 0;
}


/* ----- main content container layout parameters ----- */
#doccontent {
	margin : 0;
	padding : 0;
}

#doccontent_url {
	color : #333;
}


/* ----- main content footer layout parameters ----- */
#docfoot {
	margin : 10px 0 0 0;
	padding : 0;
	background-color : #FFF;
}

div.hr {
	width : inherit;
	height : 5px;
	background : transparent url(../images/universal/docfoot_hr.gif) repeat-x;
}

div.hr hr {
	display : none;
}

#docfoot_copyright {
	float : left;
	font-size : .85em;
	color : #000;
	text-transform : capitalize;
}

#docfoot_ketchumLogo {
	float : right;
	background : transparent url(../images/universal/docfoot_ketchumLogo.gif) no-repeat;
	width : 275px;
	height : 55px;
	margin : 0;
	padding : 0;
}


/* ----- hidden elements on printer-friendly version ----- */
#docleft, #docleft_nav, #docleft_subnav, #docleft_highlights, #doccontent_related, #docright, #docright_tools, #docright_archives, #docright_recommend {
	display : none;
	visibility : hidden;
}

/* ----- id for skipping directly to content for Section 508 (http://www.section508.gov) and general accessibility guidelines ----- */
#hide {
	display : none;
	visibility : hidden;
}
