/* CSS for the Association for Nepal and Himalayan Studies Website */
/* CSS codes by Milan Shrestha, http://www.milanshrestha.com/ */


body {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
}


h1 {
	font-family: Helvetica, Arial black, Arial, sans-serif;
	font-size: 16px;
	color: #CC9900;
	font-weight: 200;
	font-size: 1.8em;
	line-height: 1.1em;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9900;
}

a:link {
	color: #333333;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #666666;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
} 

.maintext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color:#333333;
	line-height: 18px;
}

.maintext a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color:#006666;
}

.small {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	color:#CCCCCC;
}

.small a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	color:#CCCCCC;
}

.small a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	color:#CCCCCC;
}

.small a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	color:#0066FF;
}


.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	vertical-align: middle;
	padding: 2;
}

.footer a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006666;
	vertical-align: middle;
	padding: 2;
}


.footer a, #footer a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006666;
	vertical-align: middle;
}

.footer a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	vertical-align: middle;
}

.credits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.maintext a:hover {

	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color:#0066FF;
}
.photo-credits {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


#ECtable
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F9F4F4;
	margin: 45px;
	width: 580px;
	border-collapse: collapse;
	text-align: left;
}
#ECtable th
{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}

#ECtable td
{
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 6px 8px;
}

#ECtable tbody tr:hover td
{
	color: #009;
}

#Contact
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F9F4F4;
	margin: 45px;
	width: 580px;
	border-collapse: collapse;
	text-align: left;
}
#Contact thead
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}

#Contact td
{
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 6px 8px;
}

#Contact tbody tr:hover td
{
	color: #009;
}