html, body {
	height: 100%;
}

body {
	width: 936px;
	margin: 0px auto;
	background-color: #F2F4F7;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html>body #wrapper {
	height: auto;
}

#wrapper {
	width: 936px;
	padding: 0px 9px;
	background-color: #fff;
	background: url(../images/shadow-border.gif) repeat-y;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #1D496E;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #446C87;
	margin: 10px 0 5px 0;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #1D496E;
	margin: 0 0 20px 0;
	padding-bottom: 6px;
	border-bottom: 2px solid #DFDEE0;
	line-height: 130%;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #1D496E;
	margin: -10px 0 15px 0;
}

h4.press-releases {
	font-size: 14px;
	font-weight: bold;
	color: #1D496E;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #446C87;
	margin: 25px 0 10px 0;
	border-top: 1px solid #DFDEE0;
}

p {
	margin: 0px 0px 14px 0px;
}

a:link {
	color: #396994;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #396994;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #1C496E;
	font-weight: normal;
	text-decoration: underline;
}

#top {
	width: 918px;
	height: 178px;
	padding: 0px;
	margin: 0px;
	background: url(../images/bg-top.jpg) repeat-x;
	border-top: 6px solid #00305B;
	border-bottom: 3px solid #BB3D39;
}

#top .logo {
	float: left;
}

#top .logo img {
	border: 0px;
}

#top .family {
	float: right;
}

/* left column styles */

#left {
	float: left;
	width: 163px;
}

.nav {
	margin: 12px 0;
	line-height: 100%;
}

.nav ul {
	padding: 0;
	margin: 0;
	border: 0;
}

.nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.nav img {
	border: 0;
}

.announcements {
	background: #EEF0F1;
	padding: 14px 16px 1px 16px;
	font-size: 10px;
	margin-top: 20px;
}

.ppoff {
	margin: 25px 16px;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
}

.ppoff a {
	font-size: 12px;
}

/* center column styles */

#center {
	float: left;
	width: 500px;
	margin: 18px;
	font-size: 12px;
	line-height: 140%;
	color: #0E263B;
}

#center ul{
	padding: 0 0 15px 15px;
	margin: 0 0 0 10px;
	color: #0E263B;
}

#center li {
	margin-bottom: 5px;
}

#center a, a:link, a:visited {
	color: #BB3D39;
}

#center a:hover {
	color: #881E1B;
}

.credit {
	font-size: 11px;
}

.google-search {
	padding: 10px;
}

.book-image {
	float: left;
	width: 207px;
	height: 267px;
	margin: 0px;
}

.introducing {
	float: left;
	width: 290px;
	height: 267px;
	margin-left: -10px;
	z-index: 1;
}

#center .TOClist {
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0 0 20px 0;
}

#center .TOCsection {
	margin-top: 7px;
	font-weight: bold;
	font-size: 13px;
}

#center .TOCchapters {
	margin-top: 5px;
	font-weight: normal;
	margin-left: -5px;
	padding-left: 20px;
	font-size: 12px;
	list-style: none;
	margin-bottom: 0px;
}

#center .TOCchapters li {
	margin-bottom: 5px;
}


/* right column styles */

#right {
	width: 219px;
	float: left;
	color: #444;
}

#right a, a:link, a:visited {
	color: #396994;
}

#right a:hover {
	color: #1C496E;
}

.book {
	margin: 20px 0 -20px 0;
	padding: 0;
}
	
.florio {
	background: url(../images/quotes.gif) top left no-repeat;
	padding: 22px 16px 12px 16px;
	line-height: 150%;
}

.featured-articles {
	background: #EEF0F1;
	padding: 14px 16px 1px 16px;
	font-size: 11px;
}

.google-ads {
	padding: 20px 16px;
}

.related-sites {
	padding: 10px 16px;
}

#google {
	clear: both;
}


#footer {
	display: block;
	width: 898px;
	max-width: 100%;
	padding: 10px;
	background-color: #00305B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

#footer a:link {
	color: #fff;
	text-decoration: underline;
}

#footer a:visited {
	color: #fff;
	text-decoration: underline;
}

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

.copyright {
	font-size: 10px;
	margin-top: -7px;
	margin-bottom: 3px;
}

#bottom {
	padding: 15px 0;
	text-align: center;
}
	




