@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
}
body {
	background-color: #ddd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 32px;
	color: #993300;
	font-weight: lighter;
	line-height: 90%;
}
h2 {
	font-size: 24px;
	color: #993300;
}
h3 {
	font-size: 18px;
	color: #993300;
}
#footerbox {
	background-image: url(images/footerBackground.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	margin-top: -75px;
	padding-top: 150px;
	padding-bottom: 10px;
	color: #FFF;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 14px;
	clear: both;
}
#footerbox a {
	font-family: 'Oswald', sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}
#footerbox a:hover {
	text-decoration: underline;
}


#headerArea {
	background-image: url(images/headerBackground.gif);
	background-repeat: repeat-x;
	height: 222px;
	width: 100%;
}
#headerAreaContent {
	height: 186px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}
.mainContent {
	padding-right: 50px;
	padding-left: 50px;
	margin-top: -50px;
	line-height: 150%;
	margin-bottom: 75px;
}
#mainpageContentQuotes {
	height: auto;
	width: 550px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	float: left;
}
.mainHeader {
	color: #930;
	font-size: 34px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.MainsubHeader {
	font-size: 16px;
	color: #757D82;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.authorNames {
	font-size: 13px;
	padding-left: 10px;
	line-height: 150%;
}
.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
}
.rightColumn {
	font-size: 14px;
	font-weight: normal;
	background: #ececec;
	padding: 10px;
	margin-top: -50px;
}
#insideContentArea {
	padding: 20px;
	line-height: 135%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#calendar {
	text-align: center;
}
.calendarText {
	text-align: center;
}
.bookTitleClass {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: lighter;
	font-variant: small-caps;
}
.navbar-default {
	background: #757D81 !important;
	border: none !important;
	z-index: 1000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #565C5F;
}.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}