/* MHS STANDARDS VERSION OF 2001 DESIGN */
/* SEPT 2008 WILLIAM BECK */


/* BASIC HTML ENCODING STYLE */


a, a:link , a:active, a:visited {
	color: #333333; font-weight:bold; text-decoration: none;
}

a:hover {
	color: #330000; font-weight:bold; text-decoration: underline;
}

.clickable {
	cursor: pointer;
}

/* NAVIGATION FOR SITE SECTION (online, ed, library etc)*/

h1 {
	margin: 0px 0px .5em 0px;
	color: #c8d0e0;
	font-size: 220%;
}

.site_section_nav { float: left; width: 764px; margin: 0 0 16px 0; border-top: 1px solid #e0e0e0;}
.site_section_nav ul {list-style: none; float: left;}
.site_section_nav ul li {margin: .25em 1em .25em 0em; font-weight: bold; padding-left: 10px;
						background: url('/images/_graphics/list-styles.gif') 0px -197px no-repeat;}
.site_section_nav ul li.section_cur_page {background: url('/images/_graphics/list-styles.gif') 0px 3px no-repeat;}
.site_section_nav a:link, .site_section_nav a:active, .site_section_nav a:visited { font-weight: normal}

.site_section_nav ul.related_links {float: right; width: 164px; background: #dee0e9; margin: 0px 0px 0px 8px; list-style: none; padding: .25em .25em .25em .5em}
.site_section_nav ul.related_links li {font-size: 85%;}

h1 span {
	display: block; margin-top: 0; font-size: 12px; color: #555555; padding-top: 0;
}

h2 {
	color: #9da6b7;
}


p {
	margin: 12px 0px 12px 12px;
}


ul.subnav {
	list-style: none;
	margin: 0px 16px 16px 16px;
}

ul.subnav li {
	display: inline;
	padding: .25em 1em .25em 1em;
}

ul.subnav li+li {
	border-left: 1px solid #888888;
}

ul {
	list-style: none;
}

ul.bullets {
	list-style: disc;
}

ol {
	list-style-type: decimal;
	padding-left: 1em;
}

noscript.alert { color: #ffffff; background: #990000; line-height: 1.5; padding: 2px;	font-weight: bold; }