/* CSS for Sahyadri Nisarga Mitra */

body {
	text-align: center;
	background-color: #333;
	margin-top: 0;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
}
#outer {
	width: 780px;
	margin: auto;
	margin-top: 0; margin-bottom: 10px;
	border: 0px solid #ffcc00;
	background-color: #fff;
}
#header {
	height: 68px;			/*Orig: 104px; The header DIV is used to keep navbar below the header images */
/*	background: #fff url(../images/header_bg.gif) repeat-x 0 100%;*/
}
#topnavbar {
/*	clear: left;*/
	text-align: left;
/*	height: 20px;*/
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: 3px solid #006600;
	background-color: #393;
}
#topnavbar a {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #fff;
	color: #333;
	text-align: left;
	padding: 12px;
}
#content table {
	font-size: 1em;
	border: 1px solid #ccc;
	margin: auto;
}
#content table caption {
	font-weight: bold;
	color: #0099cc;
	text-align: center;
	margin: auto;	/* For FireFox to center the caption! */
}
#content table tr.shaded {
	background-color: #ccc;
}
#content table td {
	text-align: center;
	border: 1px solid #ccc;
}
#content table td.species {
	text-align: left;
	font-style: italic;
}
#content table td.txt {
	text-align: left;
}
#content table td.rnum {
	text-align: right;
}
h1 {
	font-family: Garamond, Times new roman, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #0066cc;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #cc6600;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
.focus {
	color: #c39;
	font-size: 1.2em;
	font-weight: bold;
}
#botnavbar {
	background-color: #ccc;
	color: #999;
	padding-top: 4px;
	padding-bottom: 4px;
}
#botnavbar a {
	text-decoration: none;
	background-color: transparent;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	background-color: #fff;
	color: #060;
	text-align: center;
	padding: 6px;
}
