/* Global
-------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body, div, p, td {
	font-size: 12px;
}
table, tr, td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
color:#0033cc;text-decoration:underline;
}
a:hover{
color:#990066;text-decoration:underline;
}
h1{
font-size:140%; color: #333333; margin: 5px 0px;
padding: 5px 0px;
}
h2{
font-size:140%; color: #eb8b13; font-weight: bold; margin: 5px 0px;
padding: 5px 0px;
}
h3, h4 {
font-size: 120%;
font-weight:bold;
}

h5{
font-size: 110%;
color:#69171a;
}
h6{
font-size: 110%;
color:#cc9933;
}

/* original CSS
---------------------------- */
.eMHH1B a:link{color:#ff7e00;font-size:14px;text-decoration:underline; font-weight:bold;}
.eMHH1B a:visited{color:#ff7e00;font-size:14px;text-decoration:underline; font-weight:bold;}
.eMHH1B a:hover{color:#ffb100;font-size:14px;text-decoration:none;font-weight:bold;}
.EMHbreadcrumbs {font-size:11px;text-decoration:none;}
.EMHstyle2 {font-size: 10px;}
.footerstyle1 {color: #666666;font-size: 11px;}
.footerlink1 a:link{color:#FFFFFF; font-size:9pt; text-decoration:underline;}
.footerlink1 a:visited{color:#FFFFFF; font-size:9pt; text-decoration:underline;}
.footerlink1 a:hover{color:#003d79; font-size:9pt; text-decoration:none;}
.main {color: #333333}
.dateBlock {font-size: 12px; color: #FFFFFF}
.dateBlock a:link{font-size: 12px; color: #FFFFFF}
.dateBlock a:visited{font-size: 12px; color: #FFFFFF}
.section {  font-size: 14px; color: #0066CC; font-weight: bold}
.articleTitle {font-size: 18px; color: #333333}
.rightNav {font-size: 13px; color: #333333}
.rightColumn {font-size: 12px; color: #0099FF}
.rightColSelected {font-size: 12px; color: #0066CC; font-weight: bold}
.breadSelected { font-size: 12px; font-weight: bold; color: #333333}
.largeLink {font-size: 14px; color: #0066CC; text-decoration: underline; font-weight: bold}
.lightGray { color: #CCCCCC}
.subSection {font-size: 13px; color: #0066CC; font-weight: normal}
.topics a:link{text-decoration:underline; font-size: 16px; color: #0033cc; font-weight: bold}
.topics a:visited{font-size: 16px; color: #0033cc; font-weight: bold}
.topics a:hover{font-size: 16px; color: #0033cc; text-decoration:none; font-weight:bold;}
.alphatopics a:link{text-decoration:underline; font-size: 14px; color: #0033cc; font-weight: bold}
.alphatopics a:visited{text-decoration:underline; font-size: 14px; color: #0033cc; font-weight: bold}
.alphatopics a:hover{text-decoration:none; font-size: 14px; color: #0033cc; font-weight: bold}
.OHLink a:link{color:#9B5516; font-size: 10px !important; text-decoration:none;font-weight:bold;}
.OHLink a:visited{color:#9B5516; font-size: 10px !important; text-decoration:none;font-weight:bold;}
.OHLink a:hover{color:#E3A641; font-size: 10px !important; text-decoration:underline;font-weight:bold;}
/* -- original CSS -- */

/* Template Style Starts
--------------------------------------------------------*/
/* EXPLORER CENTERS 
======================================== */
#ExploreCenters {
	clear: both;
	float: left;
	width: 207px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	background-color: #e3a641;
	border-bottom: 1px solid #DDD;
}
#ExploreCenters form {
	font-size: 10px !important;
	color: #666;
	text-align: left;
	padding: 5px 0px 0px 5px;
}
/* EXPLORER CENTERS SCROLLING DIV 
======================================== */
#ExploreCenters div.Scroller { 
	border: 1px solid #999999;
	margin: 3px 0 0 3px;
	background: #fff;
	width: 168px;
	height: 200px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #CCC;
	float: left;
	text-align: left;
}
#ExploreCenters div.Scroller li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 3px;
	margin: 0;
	color: #333333;
	border-bottom: 1px solid #CCC;
}
*html #ExploreCenters div.Scroller li a {
	width: 98%;
}
#ExploreCenters div.Scroller li a:hover {
	color: #fff;
	background: #0066CC;
}
#ExploreCenters div.Scroller ul {
	padding: 0;
	margin: 0;
	font-size: 12px !important;
	list-style: none;
}

/* -- End Template -- */