body{
	background-color: #99ff99;
	padding: 10px 0 10px 0;
    font: 100%  Palatino Linotype, Book Antiqua, Palatino, Georgia, Times, serif;
	}
	
img.logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

img.printlogo{
	display: none;
}

img.right_inset{
	float: right;
}

img.left_inset{
	float: left;
}

a {
	color: #006600;
}

a:visited {
	color: #00DD00;
}

a:hover {
	font-weight: bold;
}

	
h1{
	font-size: 200%;
	color: #006600;
}

h2{
	font-size: 130%;
}

h1,h2{
	text-align: center;
}

h1.name{
	text-align: left;
}

#wrapper {
	width: 95%;
	max-width: 950px;
	min-width: 777px;
	margin: auto;
	padding-top: 25px;
}

#tabs {
	width: 70%;
	margin: auto;
	font-size: 11pt;  /* used fixed size so tabs don't wrap to a new line in 800x600 (until the user increases text size...) */
}
	
#nav{
	width: 25%;
	float: left;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	padding: 0 0 0 2%;
	font-size: 95%;
}

#content{
	width: 65%;
	float: right;
	background: #FFFFFF;
	padding: 0 4% 2% 2%;
}

#onecol {
	padding: 2% 2% 2% 2%;
}

#content p{
	text-align: justify;
}

#slideshow {
	text-align: center;
}

#footer{
	clear: both;
	text-align: center;
	font-size: 75%;
	background: #FFFFFF;
	padding-top: 15px;
}

.map{
	text-align: center;
}

/* Rounded corners based on Rachel Andrew's code */

.rndbox{
	width: 75%;
	margin: auto;
    background:#FFFFFF;
	color:#000000
	}

.rndtop {
  	background: url(images/topright.jpg) no-repeat right top;
}

.rndbottom {
  	background: url(images/bottomright.jpg) no-repeat right top;
}

.rndbottom img {
  	display:block;
}

/* The following is tabbed navigation based on http://tutorials.mezane.org/tabbed-navigation-using-css - somewhat 
 * different from Rachel Andrew's approach, but similar  */ 

ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc li {
	background: #006600 url(images/tab.png);
	float: left;
	margin: 0 5px 0 0;
	padding-left: 10px;
}

ol#toc a {
	background: url(images/tab.png) 100% 0;
	color: #ffffff;
	display: block;
	float: left;
	line-height: 2em;
	outline: none;
	padding-right: 10px;
	text-decoration: none;
}

ol#toc a:hover {
	color: #99ff99;
	font-weight: normal;
}

ol#toc li.current {
	background-color: #FFFFFF;
	background-position: 0 -60px;
}

ol#toc li.current a {
	background-position: 100% -60px;
	color: #006600;
	font-weight: bold;
}