@charset "utf-8";

#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.bodytext-italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	}
.bodytext-bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
div.content{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 25px;
	margin-right: 10px;
	position: relative;
	min-height:300px;
	height: auto;
}
div.column-left {
	width:285px;
	padding:10px;
	float:left;
}
div.column-right {
	width:285px;
	padding:10px;
	margin-left:305px;
}
div.1column {
	width: 590px;
	padding: 10px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
body {
	background-image: url(images/leafbg.jpg);
}

a:link {
	color:#004000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #030;
}
a:hover {
	text-decoration: none;
	color: #004000;
}
a:active {
	text-decoration: underline;
	color: #030;
}

.bodytext-white {
	color: #FFF;
}
.footer {
	font-size: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-color:#f9f07b;
padding: 5px;
border-width:2px;
border-color:#000;
border-style:double;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-400px;
right: 100px;/*position where enlarged image should offset horizontally */
}


.main {
	list-style-type: upper-roman;
}

.sub2 {
	   list-style-type: lower-alpha;
}
.sub3 {
	list-style-type:lower-roman;
}
.box {
	padding:5px;border-style:solid; border-width:1px; border-color:#063;
}
.photoleft {
	float:left;
	padding:5px;
	text-align:center;
}
.photoright {
	text-align:center;
	padding:5px;
}
.photocaption {
	text-align:center;
}