/* Put a big margin down the left side of the content for the menus */
div.main { padding: 0px; margin: 0px 0px 0px 125px; }

/* General settings for most boxes. */
div.box, div.sitemenu {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}

/* The menus go down the right side of the page */
div.sitemenu, div.logo {
	width: 100px;
	float: left;
	clear: both;
}

div.logo img {
	border-width: 0px;
}

ul.navpath {
	margin: 0px;
	list-style-type: none;
	font-size: smaller;
	background-color: #cccccc;
}

ul.navpath li {
	display: inline;
	margin: 10px;
}

ul.navbuttons {
	text-align: center;
	list-style-type: none;
	font-size: smaller;
}

ul.navbuttons li {
	display: inline;
	margin: 10px;
}

div.navbar {
	text-align: center;
	margin: 10px;
}

div.navbar img {
	border: 0;
}

body {
	background: url(images/blueside.gif) repeat-y;
}

/* Classes for tree of life */
span.bigtext {
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
}
a.biglink {
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
	color: #8888FF;
}
a.biglink:hover { color: #880000; }
div.Layer1 { float: right; width:150px; }
div.Layer2 { padding: 0px; margin: 0px 150px 0px 0px; }

