body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-home.gif);
	background-repeat: repeat-x;
	background-position: 0px 50px;
	background-color: #000000;
}
#phone {
	width: 100%;
	background-color: #000000;
	position: absolute;
	top: 0px;
}
#flash-heading {
	width: 100%;
	position: absolute;
	top: 50px;
}
#content {
	position: absolute;
	top: 218px;
	width: 100%;
	background-color: #FFFFFF;
}
.menu-border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBB69A;
	border-left-color: #DBB69A;
}
#table-content {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBB69A;
}
#text {
	text-align: justify;
}
#footer {
	background-image: url(../images/bg-interior.gif);
	width: 100%;
	padding-top: 12px;
	font-size: 9px;
	padding-bottom: 8px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.highlight {
	color: #993300;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #663333;
}
a:hover {
	color: #999999;
}
#footer a:link {
	color: #9966FF;
}
#footer a:visited {
	color: #0066CC;
}
#footer a:hover {
	color: #999999;
}
