@charset "utf-8";
.Line-Dot-Graphic {
	background-image: url(../siteImages/dot-line.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 15px;
}
.Line-Dot-Graphic-Horizontal {
	background-image: url(../siteImages/dot-line.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 10px;
}

.Line-No-Graphic {
	width: 15px;
}

/* CSS Document */

.Cell960-Third-Left {
	vertical-align: top;
	height: 100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.Cell960-Third-Center {
	width: 310px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.Cell960-Third-Right {
	width: 310px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.Cell960-Full {
	border: 1px solid #84513C;
	width: 960px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 10px;
}
