@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F1EFE0;
}
.navbar {
	background-image: url(images/navtab-bg.jpg);
	background-repeat: no-repeat;
	height: 56px;
	width: 752px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 752px;
}
.header-2 {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 752px;
}
.header-3 {
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 752px;
}
.left-column {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right-column {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.optinbox-header-bg {
	background-image: url(images/optinbox-top.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 211px;
}
.optinbox-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.optinbox-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #605E4E;
	text-align: center;
}
.copyright-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: left;
	line-height: 24px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.bodytext-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/ds-bullet.jpg);
	list-style-type: circle;
}
.bodytext-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: center;
	list-style-position: outside;
	list-style-image: url(images/ds-bullet.jpg);
	list-style-type: circle;
}
.bodytext-toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.bodytext-toplinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.bodytext-toplinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.website-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #69675A;
	text-align: left;
}
.website-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5F5D50;
	text-align: left;
}
.title-box {
	float: left;
	margin-left: 0px;
	margin-top: 35px;
}
.footer {
	background-image: url(images/footer.jpg);
	height: 60px;
	width: 752px;
}
