body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	weight: normal;
	color: #333333;
	background-color: #2f4e59;
	margin: 0px;
}
#homeContainer {
	width: 816px;
	/*border: 1px solid #ffffff;*/
	margin: auto;
	background-color: #d0bf9b;
	background-image: url(images/bkrnd_main.jpg);
	background-repeat: no-repeat;
}
#interiorContainer {
	width: 816px;
	border: 1px solid #ffffff;
	margin: auto;
	background-color: #ffffff;
	background-image: url(images/gradient_tanWhite.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #330000;
	text-decoration: underline;
}
a:visited {
	color: #330000;
	text-decoration: underline;
}
.centerwellCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	weight: normal;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
.homepageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	weight: bold;
	color:#993333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	weight: bold;
	color:#993333;
	padding: 10px;
}
.pageSubTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	weight: bold;
	color:#333333;
}
.caseForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	weight: normal;
	color: #333333;
}
.bodyCopyHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	weight: bold;
	color:#993333;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	weight: normal;
	color: #333333;
	background-color: #e6e0ca;
	padding: 10px;
}
.footerHR {
	background-color: #999999;
	height: 1px;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.msg_list {
	margin: 0px;
	padding: 0px;
	/*width: 550px;*/
	width: 380px;
}
.msg_title {
	font-size: 14px;
	weight: bold;
}
.msg_trigger {
	cursor: pointer;
	position: relative;
	background-color:#ECE8D7;
	font-size: 11px;
	color:#993333;
	text-decoration: underline;
	padding-left: 10px;
}
.msg_body {
	background-color:#FAF9F4;
	padding: 10px;
	border:1px solid #666666;
}
