/* CSS1 index style sheet by Didi */
	

a  { text-decoration: none;}

body
	{
	background-color: #2f2c25;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	}
	
table.page
	{
	background-color: #f7eddf;
	border-color: #81644b;
	border-width: 20px;
	border-style: solid;
	width: 759px;
	} 

.maintext
	{
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 9pt;
	}


a.link {color: #cc740a; font-weight: bold;}
a.link:visited { color: #302b25;}
a.link:hover { color: #81644b;}

a.navbar
	{
	background-color: #2f2c25;
	border-color: #f7eddf;
	border-width: 1px;
	border-style: solid;
	display: block;
	color: #f7eddf;
	font-weight: bold;
	text-align: center;
	}

a.navbar:hover {color: #cc740a;}


ADDRESS
	{
	font-family: "Times New Roman";
	color: #f7eddf;
	font-weight: normal;
	}
	
img.border
	{
	border-color: #81644b;
	border-width: 5px;
	border-style: outset;
	}



table.speciesmenu
	{
	background-color: #302b25;
	width: 70%;
	}


a.speciesmenulink 
	{ 
	font-weight: bold;
	text-align: left;
	background-color: #81644b;
	color: #000000;
	display: block; 
	padding: 2px 5px;
	}

a.speciesmenulink:visited { color: #5e4e46;}
a.speciesmenulink:hover { background-color: #a27c5b; color: #f7eddf;}



.mainlist
	{
	font-size: 9pt;
	list-style-position: inside;
	list-style-type: sphere;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	}


/*
---------------------------------------------------------------------
TRAVEL PAGES (TRIP REPORTS)
--------------------------------------------------------------------
*/	


.ticklisthead
	{
	font-size: 9pt;
	text-align: center;
	background-color: #2f2c25;
	color: #f7eddf;
	font-weight: bold;
	}

.ticklisttablecontent
	{
	font-size: 8pt;
	text-align: justify;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 1.5;
	}








