.picwrapper {
	float: center;
	margin: 5px 15px 5px 15px;
	padding: 2px;
/*	height: 100px; */
	border: 1px solid #ddd;
	width: 330px;

}
/*.thumbwrapper span {
	display:block;
	font:9px verdana, sans-serif;
	text-align:center;	
}*/

.picwrapper a {
	display: block;
	height: 135px;
	width: 135px;
/*	background-color: #F5F5F5;*/
/*	background-image: url(frame.gif);*/
	background-repeat: no-repeat;
	padding: 7px;
	text-align: center;
}
.picwrapper>a {
	display: table-cell;
	vertical-align: middle;
	height: 148px;
}

.picwrapper img {
	background-color: #fff;
	/*-moz-border-radius:5px;*/
	/*border*/
	padding: 4px;

}
/*.thumbwrapper a:visited img {
	background-color:#fff;	
}*/
.picwrapper a:hover img, .picwrapper a:focus img {
	background-color: #036;
}
/*.thumbwrapper a:hover, .thumbwrapper a:focus {
	color:#000;
}*/
.hypictext {
font-size:9pt;
	padding: 10px;
	margin: 10px;
}


/*the bar with the page numbers on (the whole thing)*/
#pagebar {
	text-align:center;
	text-decoration:none;
		padding:0px 50px;
}
/*page number bar item (individual ones)*/
#pageitem {
	border:1px solid #bbb;
/*	padding:4px 4px 4px 4px;*/

	line-height: 20px;
	font-size:10pt;
}
#pageitem, #pageitemdisabled {
	text-decoration:none;
}
/*disabled page number bar item (the current page)*/
#pageitemdisabled {
/*	background:#036;*/
	background:#003300;
	color:#fff;
	border:1px solid #036;
}
#pageitem:hover {
	background:#FFFF99;
	border-color:#888;
	color:#000;
	text-decoration:none;
	border:1px solid #bbb;
/*	background: #003300;
	color: #009900;*/
	
}
body {
	background-color: #FFFFFF;
	color: #666666;
	font: 80% Tahoma, Arial, Helvetica, sans-serif;
}
small {
	font-size:7pt;
	font-family:sans-serif,Arial, Helvetica;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:4pt;
}
#header img, #galleryheader img {
	border: 0;
}

#content h1 {
	font-size: 200%;
	color: #003300;
	font-weight: lighter;
	text-transform: uppercase;
}
#content h2 {
	font-size: 130%;
	font-weight: normal;
	color: #003300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}
.scheme {
	font-size: 160%;
	font-weight: normal;
	color: #003300;
	margin:-10px 0 0 0px ;
/*	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;*/
}
#content p, #content li {
	line-height: 140%;	
}
#footer {
/*	font-size: 80%;*/
	font-size: 7pt; 
}

/* Links */

a {
	text-decoration: none;
}

a:link {
	font-weight: bold;
	color: #003300;
}
a:visited {
	color: #333333;
	font-weight: bold;

}
a:hover {
	font-weight: bold;
	color: #009900;
	background-color: #FFFF99;
}

.pdf {
	list-style-image: url(/css/images/icon-pdf.gif);
}
.internet {
	list-style-image: url(/css/images/icon-internet.gif);
}
.indent {
	margin-left: 60px;
}
.indent2 {
	margin-left: 40px;
}
.indent2bullet {
	margin-left: 0 0 0 50px;
	padding: 0 0 0 0;
}
.indent2bullet p {
	margin-left: 0 0 0 0;
	padding: 0 0 0 0;
}
.hide {
	display:none;
}
#content li {
	list-style-type: square;
}
	