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

body {
	background: #fffeff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 14px "Times New Roman", Times;
}
.MainLayout #Master-Container {
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.MainLayout #Container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.MainLayout #Header {
	margin: 0 auto;
	padding: 0;
	height: 150px;
	background: url(images/SiteHeader.png) no-repeat;
}

.MainLayout #HeaderMenu {
	margin: 0 auto;
	padding: 0;
	height: 25px;
	color: #000;
	font-weight: bold;
	position: relative;
	top: 110px;
}

.MainLayout #Header a {
	color: #000000;
}

.MainLayout #Header a:hover {
	color: #003366;
}

.MainLayout #MainContent {
	background: #003366 url(images/BlueGradientBG.png) no-repeat;
	height: 400px;
}
.MainLayout #Footer {
	background:#ffffff;
}

.MainLayout #FooterHome {
	background:#ffffff;
}
.MainLayout #Footer p {
	color: #fffeff;
	text-align: center;
}

.MainLayout #Footer a {
	color: #ffffff;
}

.MainLayout #Footer a:hover {
	color: #fad57b;
	text-decoration: underline;
}

.Legal {
	color: #000000;
	text-align: right;
	font-size: 90%;
}

.SiteName {
	color: #003366;
	font-weight: bold;
}

.SiteMenu {
	color: #000;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: underline;
	color: #003366;
}

.MainLayout #BookPanel {
	width: 800px;
	height: 325px; }

.MainLayout #BookText {
	font-size: 16px;
	width: 550px;
	height: 275px;
	overflow-y: scroll; display: inline-block; position: relative; top: -290px; left: 220px; color: #003366;}


.BuyBook {
	color: #ffffff;
	font-weight: bold;
	text-align: center; padding-top: 10px; font-size: 18px; }

.BuyBook a {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.BuyBook a:hover {
	color: #fad57b;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
}

.MainLayout #FullPanel {
	background: url(images/RedBox-Big.png) no-repeat;
	width: 800px;
	height: 400px;
}

.MainLayout #FullText {
	position: relative;
	top: 22px;
	left: 35px;
	width: 730px;
	overflow-y: scroll;
	height: 355px;
}

.MainLayout #FullPanel p {
	color: #003366;
}
