body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #dde8ec;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.HeaderOutsideCell {
	height: 37px;
	background-image: url(../Images/HeaderBlueSlice.gif);
	background-repeat: repeat-x;
}
.FooterInsideCell {
	background-color: #008AA7;
	height: 30px;
	text-align: center;
	color: #FFF;
	font-size: x-small;
}
.PipeLinks {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: x-small;
	margin-top: auto;
	margin-bottom: auto;
}
.BelowFooter {
	text-align: center;
	margin-top: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	color: #333;
}

.HeaderInsideCell {
	height: 37px;
	background-image: url(../Images/HeaderBronzeSlice.gif);
	background-repeat: repeat-x;
}
.FooterOutsideCell {
	background-color: #8B5D29;
	height: 30px;
}
.SubHeaderRule {
	background-color: #EEEEEE;
	height: 8px;
}
.MainBodyCell {
	background-color: #FFF;
	width: 945px;
	background-image: url(../Images/Inside-Ray-Background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#MainContent {
	display: block;
	width: 713px;
	margin-left: 212px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Images/Inside-Ray-Background.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#LeftCol {
	width: 180px;
	margin: 0px;
	padding: 0px 8px 0px 20px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 14px;
}
.LeftColTitle {
	text-transform: capitalize;
	color: #008AA7;
	font-weight: bold;
	font-size: small;
	text-align: left;
}
#BlueBanner {
	width: 300px;
	height: 81px;
	background-image: url(../Images/Blue-Banner.gif);
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 17px;
	padding-top: 20px;
	margin: 10px 0px 25px;
	float: left;
}
a {
	color: #00718f;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
.SidebarImage {
	border: 1px solid #008AA7;

}
.SidebarImageText {
	font-weight: bold;
	color: #00718f;
}
.BodyHeadline {
	font-size: 14px;
	font-weight: bold;
}
.Sidebar {
	display: block;
	padding: 10px;
	float: right;
	width: 175px;
	border: 1px solid #008AA7;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
}
#Benefits li {
	padding-bottom: 15px;
}
.SidebarNoRightPadding {
	display: block;
	padding: 0px;
	float: right;
	border: 0px solid #008AA7;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 177px;
}
#HomeMainContent {
	display: block;
	width: 733px;
	margin-left: 212px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-image: url(../Images/Inside-Ray-Background.gif);
	background-repeat: no-repeat;
}
.ImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #008AA7;
}
.BronzeButton {
	width: 124px;
	margin-left: 15px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	display: block;
	float: left;
	margin-top: 10px;
	height: 101px;
	background-image: url(../Images/Bronze-Button-off.jpg);
}
.ImageRightNoBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px solid #008AA7;
}
.PipeLinks a {
	color: #FFF;
	text-decoration: none;
}
.PipeLinks a:hover {
	text-decoration: underline;
}
.ImplementationBullets ul {
	margin: 0 0 0 15px;
	padding:0;
	list-style-type: disc;
}
.ImplementationBullets li {
	margin: 0 0 8px;
}

.standOut {
	border: solid 2px #8b5c29;
}
.standOut p {
	padding: 2px 4px;
}
