/* RMHCKC Screen Styles  */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {	/* Wraps all page content */
	background-image: url(images/bkg_wrapper.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0px;
	width: 760px;
	position: relative;
}
#headerPrint {
	display: none;
}
#header {
	background-image: url(images/bkgHeader.gif);
	margin: 0px;
	padding: 0px;
	height: 190px;
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {	/* Positions link image above logo background */
	margin-left: 20px;
	text-align: left;
	vertical-align: top;
}
#topNav {	/* Encloses drop-down menu */
	top: 76px;
	position: absolute;
	left: 205px;
	line-height: 20px;
}
#topNav td {
	font-size: 12px;
	line-height: 12px;
}

#navL2 {	/* Additional Nav below header */
	left: 20px;
	top: 165px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	width: 530px;
}
#navL2 a, #breadcrumb a, #content a, #footer a {
	color: #0000FF;
	text-decoration: none;
}
#navL2 a:hover, #breadcrumb a:hover, #content a:hover, #footer a:hover {
	text-decoration: underline;
	color: #6666FF;
}
#navL2 a:focus, #breadcrumb a:focus, #content a:focus, #footer a:focus {
	text-decoration: underline;
	color: #6666FF;
}
#breadcrumb {
	position: absolute;
	left: 20px;
	top: 188px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	width: 530px;
}
#search {
	position: absolute;
	top: 165px;
	left: 575px;
}
#main {	/* Encloses all page content including leftCol, LeftNav and footer */
	padding: 0px 20px;
}
#leftCol {
	float: left;
	width: 180px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	background: #CC00CC url(images/bkgLeftNavTop.gif) no-repeat left top;
}
#leftNav { /* CSS based rollovers */
	margin: 0px;
	padding: 30px 10px 0px;
}
#leftNav ul {
	margin: 0px;
	padding: 0px;
}
#leftNav li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
}
#leftNav li li {
	margin-left: 20px;
	list-style-type: disc;
	font-size: 14px;
	line-height: 16px;
	padding-top: 6px;
}
#leftNav li li li {
	margin-left: 20px;
	list-style-type: square;
	font-size: 13px;
	line-height: 15px;
	padding-top: 4px;
}
#leftNav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftNav li a:hover, #leftNav li a:focus {
	text-decoration: underline;
}
.selected, #leftNav a.selected { /* Used to highlight current page in leftNav */
	font-weight: bold;
	color: #FFFF00;
}
#leftColBottom {	/* Adds graphic to bottom of leftCol */
	background-image: url(images/bkgLeftNavBotttom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
}
#content {
	padding-left: 200px;
}
#content p, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.25em;
	margin-top: -0.5em;
}
#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;
	}
#content td p, #content th p {	/* Fixes margins and font sizes for tables */
	font-size: 1em;
	margin-top: .5em;
}
#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: 2.25em;
	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: #1C3D79;
}
#content h2 {
	font-size: 1.5em;
	line-height: 1.25em;
	color: #CC00CC;
}
#content h3 {
	font-size: 1.15em;
	line-height: 1.25em;
	color: #339999;
}
#content h4 {
	font-size: 1em;
	line-height: 1.25em;
	color: #000000;
}
#content h5 {
	font-size: 1em;
	line-height: 1.25em;
	font-style: italic;
	color: #999999;
}
#content p.returnLink {	/* Return link with back arrow */
	padding-left: 20px;
	background-image: url(images/img_returnArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 1em;
}
#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;
}
#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: #FFFF00;
	margin: 1em 0px 10px 20px;
	padding: 20px 10px 10px;
	float: right;
	width: 200px;
	background-image: url(images/bkg_sidebarTop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2.5em;
}
#content .smallText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
}
