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

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #D2CEA6;
	background-position:center;
	background-position:top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#table_dashed {
	border: 2px dashed #C00F57;
}
#img_content {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#td_contentholder {
	border: 2px dashed #C00F57;
	background-color: #FFFFFF;
}
#td_home_dashed {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #C00F57;
}
#td_menu {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #C00F57;
	border-right-color: #C00F57;
	border-left-color: #C00F57;
}
#td_content {
	width: 570px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	background-image: url(images/bg_content.jpg);
	vertical-align: top;
}
#td_sidebar {
	padding-right: 15px;
	width: 230px;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	text-align: center;
	padding-bottom: 15px;
}
#td_questions {
	padding-top: 15px;
	padding-bottom: 15px;
}
#td_emailsignup {
	background-image: url(images/email_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2CEA6;
	border-bottom-color: #D2CEA6;
	color: #FFFFFF;
	vertical-align: top;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #444444;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A70043;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}
a:link {
	color: #FF0066;
}
a:visited {
	color: #FF0066;
}
a:hover {
	color: #990033;
}
.p_no_pad {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #444444;
	margin: 0px;
	padding: 1px;
}
.textpink {
	color: #ED1E79;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-align: center;
	padding-top: 10px;
}
