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

/* layout styles */

body {
	background:#003366 url(../images/bg.gif) repeat-x;
	margin:0px;
	padding:0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#container {
	width: 800px;
	margin: 20px auto 0 auto;
	background-color: #FFFFFF;
	border: 0;
	padding: 0 0 1px 0;
	}
	
#body {
	width: 720px;
	padding-top: 60px;
	margin: 0 40px 0 40px;
}
	
#sidebar {
	width: 133px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	}

#sidebarhome {
	width: 133px;
	margin-left: 50px;
	float: left;
	margin-top:-30px;
	}
	
#home {
	width: 500px;
	margin: 0 0 0 280px;
	padding-top: 10px;
	}	
	
#main {
	width: 500px;
	float: right;
	}
	
#lower {
	clear: both;
	margin: 0px 30px 10px 80px;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
.clear {
	clear: both;
	margin: 10px 0 10px 0	
	}
	
#footer {
	font-size: xx-small;
	line-height: 120%;
	color:#6C81A1;
	margin: 0 auto 0 auto;
	text-align: center;
	clear: both;
	padding-top: 10px;
	}
	

/* type styles */

p, ul, li, ol {
	font-size: 8.5pt;
	color: #000000;
	}
	
p	{
	line-height: 13pt;
	margin-top: 7px;
	margin-bottom: 9px;
	}
	
li {
	line-height: 13pt;
	}
	
ul {
	list-style:square;
	}	
	
h1,h2,h3,h4 {
	font-size: 9pt;
	line-height: 12pt;
	padding: 5px 0 5px 0;
	
	}		
	
h1 {
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	line-height: 12pt;
	color: #A71C0D;
	margin-bottom: 30px;
	}

h2 {
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	color: #666666;
	margin-bottom: 30px;
	}
	
h3 {
	color: #A71C0D;
	}
	
h4 {
	color: #666666;
	}
	
h4 span {
	font-size: smaller;
	font-weight: normal;
}
h3  span {
	font-size: smaller;
	font-weight: normal;
	color: #6F6F6F;
}
	
a:link, a:visited {
	color: #A71C0D;
	text-decoration: none;
	}
	
a:visited {
	color: #A71C0D;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #CC0033;
	text-decoration: none;
	border-bottom: dotted 1px #CC0033;
	}
	

	
	
/* logo styles */	

#logo {
	margin:0 auto 20px auto;
	text-align: center;
	}
	
#logo a {
	border-bottom: none;
	}
	
/* navbar styles */	
	
.navbar {
	width: 800px;
	height: 16px;
	background: #010101 center;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding: 4px 0 9px;
	clear: both;
	}
	
.navbar  ul,  .navbar li {
	color: #FFFFFF;
	display: inline;
	padding: 0 10px 0 10px;	
	}

	
.navbar  a:link, .navbar a:visited   {
	color: #FFFFFF;
	}

.navbar a:hover, .navbar a:active {
	color: #F0D13F;
	}
	
/* redbar styles */

#redbar {
	background: url(../images/sed_bg.gif) repeat-x;
	width: 800px;
	height: 145px;
	margin-top: -17px;
}
#redbar h1 {
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	line-height: 180%;
	border: 0;
}
#redbar h1 span {
	font-size: 12pt;
	color: #F0D13F;
	font-style: italic;
	line-height: 150%;
}

/* image styles */

.overlap {
	margin-top: 0px;
	margin-bottom: 10px;	
	
	
	}

.border img {
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	}	

.borderright img {
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
}

.borderleft img {
	padding: 8px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	float: left;
}
	
#lower img {
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
}

.book  img {
	margin-right: 20px;
	margin-bottom: 30px;
}

div.figure {
	float: left;
	margin-right: 20px;
	}
	
div.figure p {
	line-height: 12pt;
	font-size: 8.5pt;
	}

/* meet styles */

#meet_photos img {
	float: left;
	margin-left: 30px;
	}

#meet_text {
	width: 150px;
	font-size: 8.5pt;
	float: left;
	}

#meet_links  a:link, #meet_links a:visited  {
	font-weight: lighter;
	background-color: #FFFFCC;
	border: solid 1px #999999;
	float: right;
	font-size: 8.5pt;
	margin: -17px 0 20px 15px;
	padding-right: 3px;
	padding-left: 3px;
	}

#meet_links  a:hover  {
	border: solid 1px #cc0000;
	}

#meet_links .current a {
	color: #FFFFFF;
	border: 1px solid #CC0000;
	background-color: #CC0000;
	}
	
#meet_images {
	width: 500px;
	margin-left	300px;
	font-size: 9pt;
	float: right;
	}

/* misc styles */

#page_content {
	margin: 0 0 0 80px;
	}

#page_content p {
	font-size: 9pt;
	line-height: 12pt;
	}
	
.redbold {
	font-weight: bold;
	color: #A71C0D;
	}

.col2 {
	margin-left: 30px;
	float: right;
	width: 380px;
	}

.col1 {
	width: 300px;
	}

#books_content {
	float: right;
	width: 500px;
	}

.figure img {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.quote {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	margin: 0 30px 20px 30px;
}

.publisher {
	font-size: x-small;
	color: #666666;
}

table p {
	line-height: 100%;
}

.cutline {
	font-size: 8pt;
	line-height: 120%;
	text-align: right;
}

#main table tr {
	font-size: x-small;
	line-height: 150%;
	background-color: #FBFBFB;
}
#book_img {
	width: 200px;
	float: left;
}

#container #body #meet_text table tr {
	background: #FBFBFB;
}
#book_main {
	width: 450px;
	float: right;
	}
	
#book_sidebar {
	width: 220px;
	float: left;
	}

.bluetype {
	color: #00468C;
	line-height: 200%;
	font-weight: bold;
}

.story {
	color: #A71C0D;
}
