.imageRight{
	margin: 0 20px 20px 20px;
	float: right;	
	font-size: .8em;
	}
	
.imageRight #img, sidebar img{
	border: #999999 1px solid;
	}
	
.imageRight p{
	font-style: italic;
	text-align: center;
	}
	
.imageCenter{
	text-align: center;
	font-size: .8em;
	}
	
.imageCenter p{
	font-style: italic;
	text-align: center;
	margin: 15px;
	}
	
.imageCenter img{
	border: #999999 1px solid;
	}
	
.imageLeft{
	border: thin solid #CCCCCC;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	clear: both;
	}
	
.left{
	text-align: left;
	}
	
.imageLeft p{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: .8em;
	font-style: italic;
	}
	
.floatRight{
	float: right;
	}
	
.center{
	text-align: center;
	}
	
.caption{
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
	}

.rightAlign{
	text-align: right;
	margin-right: 50px;
	}

.clearLeft{
	clear: left;
	margin: 0;
	padding: 0;
	}
	
.clearLeft p{
	font-size: .01px;
	margin: -10px 0px;
	}
	
.clearRight{
	clear: right:
	}
	
.clearBoth{
	clear: both;
	}
	
.accent{
	font-family: "Times New Roman", Times, serif;
	font-size: 2.8em;
	letter-spacing: -1px;
	color: #FF6600;
	font-weight: bold;
	line-height: 1.2em;
	}
	
.note{
	font-style: oblique;
	}
