/* 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: #f9f6bd; 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;
}

/* Template Style Starts */
/* EXPLORER CENTERS 
======================================== */
#ExploreCenters {
	clear: both;
	float: left;
	width: 207px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	background-color: #83998f;
	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: 158px;
	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: #F47938;
}
#ExploreCenters div.Scroller ul {
	padding: 0;
	margin: 0;
	font-size: 12px !important;
	list-style: none;
}
/* -- End Template -- */