@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E7D8AD;
}
.left-bg-footer {
	background-image: url(left-bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #016867;
}
.right-bg-footer {
	background-image: url(right-bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #006666;
}
.left-bg {
	background-attachment: scroll;
	background-image: url(left-top-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #E7D8AD;
}
.right-bg {
	background-attachment: scroll;
	background-image: url(right-top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E7D9AC;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}
.footerlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #016867;
}
a:visited {
	color: #016867;
}
a:hover {
	color: #003366;
}
a:active {
	color: #006666;
}.text-white-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.box-bg-bdr {
	background-color: #FFFFFF;
	background-image: url(box-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #514C3C;
}
.text-big-bold {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.text-body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	line-height: 14px;
}
.table-cell-divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #514C3C;
}


.text-huge {
	font-size: 36px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #000000;
	line-height: 30px;
}
