body {
	padding: 0;
	background: White;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif, Verdana, Geneva;
}
h1 {
	font-size: 160%;
	text-transform: capitalize;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2 {
	font-size: 120%;
	text-transform: capitalize;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	color: #990033;
}
h3 {
	font-size: 120%;
	text-transform: capitalize;
	padding: 5px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}
a {
	color: #191970;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input {
	font: 11px Arial, Helvetica, sans-serif, Verdana, Geneva;
	border: 1px solid #555555;
	padding-left: 5px;
	padding-right: 5px;
}
input.noborder {
	border: 0px none;
	background-color: transparent;
}
input.required {
	background-color: #FFE4E1;
}
input.button {
	background-color: ButtonFace;
}
select {
	font: 11px Arial, Helvetica, sans-serif, Verdana, Geneva;
	border: 1px solid #555555;
	padding-left: 5px;
}
select.required {
}
textarea {
	font: 11px Arial, Helvetica, sans-serif, Verdana, Geneva;
	border: 1px inset #555555;
	padding: 0px 0px 0px 5px;
}
textarea.required {
}
table {
	font-size: 100%;
	border-collapse: collapse;
}
table#layout {
	width: 760px;
	height: 100%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table#layout td.header {
	height: 70px;
	padding-left: 20px;
}
table#layout td.location {
	text-align: right;
	background-color: #e2eddf;
	padding-right: 10px;
	height: 15px;
	border-top: 2px solid #184C36;
}
table#layout td.panel {
	width: 22%;
	vertical-align: top;
	background-color: #95BF8B;
}
table#layout td.panel div {
	padding: 8px 0px 10px 0px;
	margin: 0px 5px 0px 5px;
}
div.menu a {
	display: block;
	border: 1px solid #95BF8B;
	padding: 3px 0px 3px 15px;
	font-weight: bold;
}
div.menu a.sub {
	padding: 2px 0px 2px 18px;
	font-weight: bold;
	color: #0066CC;
}
div.menu a:hover {
	border: 1px solid #CCCCCC;
	background-color: White;
	text-decoration: none;
}
table#layout td.content {
	vertical-align: top;
	padding: 0px; 
	width: 78%;
}
td.content div {
	padding: 20px 20px 10px 20px;
}
table#layout td.address {
	width: 22%;
	vertical-align: bottom;
	padding: 20px 20px 10px 20px;
	background-color: #95BF8B;
	font-weight: bold;
}
table#layout td#footer {
	font-size: 80%;
	vertical-align: bottom;
	padding: 1.5em 0px 0.4em 20px;
}
form {
	margin: 0px;
}
form table td {
	padding: 0em 1em 0.2em 0em;
}
form table td.label {
	white-space: nowrap;
	vertical-align: top;
}
div#message {
	font-weight: bold;
	width: 90%;
	text-align: left;
	background-color: #FFDAB9;
	border: 1px solid #DC143C;
	padding: 5px;
}
.icon {
	border: 0px none Black;
	margin: 0px;
	padding: 0px;
}
.photo {
	border: 2px solid #CCCCCC;
	margin: 0px 10px 10px 0px;
}
table.photos td {
	text-align: center;
}
.headerIcon {
	text-align: right;
}
div.sitemap a {
	display: block;
	border: 1px solid White;
	padding: 3px 0px 3px 15px;
	font-weight: bold;
}
div.sitemap a.sub {
	padding: 2px 0px 2px 28px;
	font-weight: bold;
	color: #0066CC;
}
div.sitemap a:hover {
	border: 1px solid #CCCCCC;
	background-color: White;
	text-decoration: none;
	background: #e2eddf;
}
.stress {
	font-weight: bold;
	color: #333366;
}