@charset "UTF-8";
/* CSS Document */
* { 
	margin: 0;
	padding: 0;
}

body { 
	text-align: center;
	background-color: #95816c;
	font: 11px/14px Verdana;
	z-index: 0;
}

table { 
	font: 12px Verdana;
	text-align: left;
}

.center { 
	vertical-align: middle;
}

span.heavy { 
	font-weight: bold;
}
.error { 
	font-weight: bold;
	color: #F00;
}
p.success { 
	font-weight: bold;
	color: #093;
}
a.addInput, a.addInput:hover { 
	font: 14px verdana;
	color: #090;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;

}
p.bio { 
	text-align: center;
	font: 11px/14px verdana;
}
span.info { 
	font: 11px/14px Verdana; 
	color: #000;
}

.support { 
	font: 16px verdana;
	font-weight: bold;
	text-align: center;
	color: #00F;
}

div#search {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0px 5px;
	text-align: right;
	width: 200px;
	font-family: Verdana;
	position: absolute;
	right: 255px;
	bottom: 230px;
}

div#search p.search { 
	text-align: left;
	font-weight: bold;
}

ul.boardInfo li { 
	list-style: none;
	padding-left: 5px;
}

ul.dbInfo li, ul.dbInfo { 
	margin: 0px;
	padding: 0px;
}

ul.bio li { 
	line-height: 24px;
}
ul.imgnotes { 
	margin-left: 10px;
}

ul.imgnotes li { 
	list-style-position: inside;
	padding: 3px;
}

.oop { 
	font-weight: bold;
	color: #900;
}

table.pictureTable { 
	width: 220px;
	font: 10px verdana;
	margin: 0 auto;
}

ul.goals li { 
	padding: 5px 0;
}
.centerImg { 
	text-align: center;
}

a.heavyLink { 
	font-weight: bold;
	text-decoration: none;
}
a.heavyLink:hover { 
	text-decoration: underline;
}

p.info { 
	font: 11px/14px verdana;
}
ul.dbInfo li{ 
	padding: 5px 0;
}

ul.searchlist { 
	padding: 5px;
	margin-left: 5px;
}

ul.searchlist li { 
	margin: 10px 0;
}

p.indexNotes { 
	color: #C60;
}
a:visited { 
	color: #00F;
}
a { 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-family: Verdana;
}
h4 { 
	font-family: verdana;
	text-align: center;
}
/* Edit the following widths to resize the page */
#main { 
	background-color: #FFF;
	margin: 10px auto 10px auto;
	padding: 2px 30px 2px 2px;
	width: 700px;
	clear: both;
	overflow: hidden;
}

#content { 
	width: 505px;
	float: right;
	padding: 20px 20px 0px 0px;
	text-align: left;
}

#top { 
	width: 545px;
	float: right;
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
}
/* End resize divs */

#sideBar { 
	width: 150px;
	float: left;
}

#footer { 
	text-align: center;
	border-top: 1px solid #666;
	padding-top: 20px;
	margin-top: 15px;
	font: 10px verdana;
}

#title { 
	width: 300px;
	text-align:left;
	float: left;
}

#searchDB { 
	float: right;
	text-align: right;
	margin-top: 10px;
	color: #633;
	font: 14px verdana;
	font-weight: bold;
	z-index: 1;
}

#srcHead { 
	font: 12px verdana;
}

#detail { 
	font: 10px verdana;
}

.exception { 
	text-align: center;
}

.searchDetail { 
	font: 12px verdana;
	text-align: left;
}

.error { 
	font: 12px verdana;
}

.searchForm { 
	text-align: left;
	margin-top: 10px;
	vertical-align: middle;
}

.searchResults { 
	font: 10px verdana;
	width: 475px;
}

table.searchResults tr td, table.searchResults tr th { 
	width: 82px;
}
.credits { 
	color: #333;  
	line-height: 12px; 
	font: 11px verdana; 
	text-decoration: none;
}

table.p7content { 
	width: 100%;
	margin: 0px;
}

img { 
	border-style: none;
}

a.searchDetail { 
	background: url(webart/button-bg.png) no-repeat center center;
	height: 26px;
	width: 284px;
	text-align: center;
	font: 12px/14px Verdana, Geneva, sans-serif;
	padding-top: 8px;
	display: inline-block;
	margin: 10px;
	color: #000;
}
	
a.searchDetail:hover { 
	background: url(webart/button-bg-hover.png) no-repeat center center;
	text-decoration: none;
}
	
.smallButton, a.smallButton { 
	background: url(webart/small-btn-bg2.png) no-repeat center center;
	height: 22px;
	width: 94px;
	display:inline-block;
	text-align: center;
	font: 12px/14px Verdana, Geneva, sans-serif;
	padding-top: 6px;
	margin: 10px;
	color: #000;
}
	
.smallButton:hover, a.smallButton:hover { 
	background: url(webart/small-btn-bg-hover.png) no-repeat center center;
	text-decoration: none;
	color: #000;
}

.smallButton, smallButton:hover { 
	padding-top: 0px;
	height: 25px;
	width: 100px;
}