/* RMHCKC Screen Styles  */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#wrapper {	/* Wraps all page content */
	margin: 0 auto;
	padding: 0px;
	width: 95%;
	position: relative;
}
#headerPrint p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}
#logo, #topNav, #navL2, #search, #leftCol, #leftNav {
	display: none;
}
#breadcrumb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#breadcrumb a {
	color:#000000;
	text-decoration: none;
}
#main {	/* Encloses all page content including leftCol, LeftNav and footer */
	padding: 0px;
}
#content p, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.25em;
	margin-top: -0.5em;
}
#content td p, #content th p {	/* Fixes margins and font sizes for tables */
	font-size: 1em;
	margin-top: .5em;
}
#content a {
	color:#000000;
	text-decoration: none;
}
#content li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.25em;
	margin-bottom:.25em;
}
#content li li, #content li li li { /* Fixes font size for lists */
	font-size: 1em;
}
#content p + ul, #content p + ol {	/* tightens space above lists */
	margin-top:-.5em;
}
#content ul li ul, #content ul li ul li ul, #content ol li ol, #content ol li ol li ol  {
	margin-top:.25em;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
}
#content h1 {
	font-size: 2em;
	line-height: 1.25em;
}
#content h1.section {	/* Class to change style of h1 used on section pages */
	font-size: 3em;
	line-height: 1.25em;
	color: #6666FF;
}
#content h2 {
	font-size: 1.5em;
	line-height: 1.25em;
}
#content h3 {
	font-size: 1.25em;
	line-height: 1.25em;
}
#content h4 {
	font-size: 1em;
	line-height: 1.25em;
}
#content h5 {
	font-size: 1em;
	line-height: 1.25em;
	font-style: italic;
	color: #999999;
}
#content p.returnLink {	/* Return link with back arrow */
	display: none;
}
#content .tableFormat table {	/* Class for table predefined rules and background */
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
#content .tableFormat th, #content .tableFormat td {
	padding: 2px 6px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.25em;
}
#content .tableFormat th {
	color: #FFFFFF;
	background-color: #009900;
}
#content .tableFormat td p {
	margin-top: .5em;
	font-size: 1em;
}
#content img.imageLeft {
	float: left;
	margin: 0px 20px 10px 0px;
}
#content img.imageRight {
	float: right;
	margin: 0px 0px 10px 20px;
}
#content dl {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.25em;
}
#content dt {
	font-weight: bold;
	color: #336666;
	}
#content dd {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

#footer {
	padding: 0px 0px 10px;
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#content .sidebar {
	background-color: #CCCCCC;
	margin: 1em 0px 10px 20px;
	padding: 10px 10px 10px;
	float: right;
	width: 200px;
}
