body {
	padding: 0px;
	background-color: White;
	background-image: url(../Images/Background.jpg);
}

body, td {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #362F2D;
	line-height: 1.5;
}

p {
	margin: 8px 0px 8px 0px;
}

a { color: #0071BC; text-decoration: none; }
input, textarea { padding: 3px; border: 1px solid #A0A0A0; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #404040; }
ul { margin-top: 0px; margin-left: 16px; padding: 0; }
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	text-align: left;
}

.Small { font-size: 8pt; }
.Large { font-size: 12pt; }
.XLarge { font-size: 16pt; }
.XXLarge { font-size: 20pt; }

.Borderless { border: 0; }
.borderTop { border-top: 1px solid #362F2D; }
.borderLeft { border-left: 1px solid #362F2D; }
.borderBottom { border-bottom: 1px solid #362F2D; }
.borderRight { border-right: 1px solid #362F2D; }
.Bordered { border: 1px solid #362F2D; }

.HR {
	height: 12px;
	border-bottom: 1px solid #362F2D;
	margin-bottom: 12px;
}

.Shaded { background-color: #EFEFEF; }
.Unshaded { background-color: White; }

.Red { color: darkRed; }
.White { color: White; }

.Button { color: White; background-color:#0071BC; font-size: 8pt; padding: 2px 6px 2px 6px; border: 1px solid #808080; cursor: pointer; }

.testimonialCredit {
	font-size: 8pt;
	text-align: right;
}

#Content {
	width: 960px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

#Logo {
	background-color: #362F2D;
}

#Navigation {
	background-color: #998675;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 40px;
}