/* Global
****************************/
body {
	background-color: #FFFFFF;
	}


/* Layout controls
*****************************/
#bodyWrapper {
	z-index: 1;
	margin: 0;
	padding: 0;

}	

/* Body styles
*****************************/
#bodyWrapper, #bodyWrapper p, #bodyWrapper ul, #bodyWrapper li, #bodyWrapper ol, #bodyWrapper table, #bodyWrapper label, #bodyWrapper h1, #bodyWrapper h2, #bodyWrapper .regularFont {
	font-family: Garamond, sans-serif;
	font-size: 16px;
	color: #000000;
}
#bodyWrapper td {
	vertical-align: top;
	text-align: center;
}
#bodyWrapper h1 {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px #c0c0c0 solid;
}
#bodyWrapper h2 {
	font-size: 18px;
	font-weight: bold;
	color: #376092;
	text-decoration: underline;
	margin-bottom: 2px;
}
#woodbridge {
	margin-top: 35px;
	text-align: right;
	border-top: 1px #c0c0c0 solid;
	padding-top: 5px;
	font-size: 12px;
}
#bodyWrapper ul {
	margin-top: 0px;
}
#bodyWrapper ul li {
	margin-bottom: 2px;
	padding-left: 4px;
}
#bodyWrapper ul {
	list-style-image: url(../images/checkbox.gif);
}

/* Piece info table
*****************************/
#pieceInfo {
	position: relative;
	float: right;
	display: block; 
	width: 240px;
	padding-top: 15px;
}
#piecePhoto {
	position: relative;
	float: left;
	display: block; 
	width: 410px;
	text-align: center;
	padding-bottom: 10px;
}
#pieceInfo td {
	padding-right: 4px;
	padding-bottom: 15px;
	text-align: left;
	width: 33%;
}





/* other stuff
*****************************/
	.emphasisBold {
		font-weight: bold;
	}
	.emphasisItalic {
		font-style: italic;
	}
	.emphasisBoldItalic {
		font-weight: bold;
		font-style: italic;
	}
	.emphasisUnderline {
		text-decoration: underline;
	}
	.emphasisBoldUnderline {
		text-decoration: underline;
		font-weight: bold;
	}
	.fontSmaller {
		font-size: 11px;
	}
	.visibilityHidden {
		visibility: hidden;
	}
	.visibilityShow {
		visibility: visible;
	}

