body {
	background-color: #534741;
	background-image: url(../Images/Background.jpg);
}

body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #362F2D;
	line-height: 1.5;
}

.Book {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a {
	color: darkGreen;
	text-decoration: none;
}

input, textarea {
	padding: 3px;
	border: 1px solid #362F2D;
	background-color: White;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #362F2D;
}

ul {
	margin-top: 0px;
	margin-left: 16px;
	padding: 0;
}

.HR {
	height: 8px;
	border-bottom: 1px solid #998675;
	margin-bottom: 8px;
}

.Small { font-size: 7pt; }
.Medium { font-size: 11pt; }
.Large { font-size: 12pt; }
.XLarge { font-size: 16pt; }
.XXLarge { font-size: 20pt; }

.Borderless { border: 0; }
.borderTop { border-top: 1px solid #998675; }
.borderLeft { border-left: 1px solid #998675; }
.borderBottom { border-bottom: 1px solid #998675; }
.borderRight { border-right: 1px solid #998675; }
.Bordered { border: 1px solid #998675; }

.Shaded { background-color: #e3d9cd; }
.Unshaded { background-color: White; }

.Red { color: darkRed; }
.White { color: White; }

.Button {
	color: White;
	font-size: 8pt;
	background-color:	#534741;
	background-image: url(../Images/navigation_Background.png);
	height: 24px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #362F2D;
	cursor: pointer;
}

.titleImage { margin-bottom: 12px; }

.accentBox {
	background-image: url(../Images/accent_Background.png);
	padding: 8px 20px 8px 20px;
}

.breadCrumb {
	font-size: 8pt;
	color: #534741;
	margin-bottom: 8px;
}

.Navigation {
	width: 200px;
	min-height: 380px;
	padding-left: 20px;
	margin-right: 20px;
	background-image: url(../Images/navigationAccent.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.sliderIcon {
	position: relative; top: 2px;
	cursor: pointer;
}

#outerContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#landingPage {
	background-image: url(../Images/landingPage_Accent.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#backgroundLayer1 {
	background-image: url(../Images/content_Background.png);
	background-repeat: repeat-y;
}

#backgroundLayer2 {
	background-image: url(../Images/content_Wallpaper.jpg);
	background-repeat: no-repeat;
	min-height: 660px;
	padding: 10px 0px 20px 0px;
}
