@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #333333;
}
body {
	background-color: #B17F7E;
	background-image: url(layout/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.body-bg {
	background-color: #FFFFFF;
	background-image: url(layout/Body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.body-bg-left {
	background-image: url(layout/body-bg-left.jpg);
	background-repeat: repeat-y;
}
.logo-bg {
	background-image: url(layout/logo-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.vert-divider {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8DB2CD;
	border-right-color: #8DB2CD;
	border-bottom-color: #8DB2CD;
	border-left-color: #8DB2CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.contactinfo-header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.Contact-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #915756;
}

.body-text-bold {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.body-table-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.body-table-right-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.box-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #330000;
	background-color: #915756;
}
.box-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-image: url(layout/Contentbox-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #005591;
}
a:link {
	color: #660000;
}
a:visited {
	color: #330000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

