/* CSS Document */
/* Styles for formatting text, images, and so on; no formatting styles */

/* *********************************************************************************************************************************** */
/* Class CSS styles */
.leftimage{
	float: left;
	margin-right: 10px;
}

.rightimage{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
}

/*.clearit{
	clear: both;
	background-color:#00FF66;
	width: 200px;
}*/

.container{
	width: 99%; 
	float:right;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	border-left: 1px solid #CCCCCC;
}

.right-justify{
	text-align: right;
}

.left-justify{
	text-align: left;
}

.center-justify{
	text-align: center;
}

.justify-justify{
	text-align: justify;
}
.img-align {
	background-position: bottom;
}
.img-border {
	border: 1px solid #000000;
}
.fig-caption {
	text-align: center;
	font-size: 80%;
}

.bkgrnd-gray {
	background-color: #CCCCCC;
}
.bkgrnd-purple {
	background-color: #660066;
	color: FFFFFF;
}
.bkgrnd-tan {
	background-color: #FFFFCC;
}
.bkgrnd-brown {
	background-color: #CCCC99;
}
.blue-notice {
	color: #0066FF;
}
.red-notice {
	color: #CC0000;
}
.green-notice {
	color: #00CC33;
}
.small-notice {
	font-size: 70%;
}
.table-border {
	border: 1px solid #CCCCCC;
}
.ssmall {
	font-size: x-small;
}

#bull-spiffy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	list-style-image: url(../i/resources/bull-cross.gif);
	font-style: italic;
	letter-spacing: 1px;

}
