@charset "UTF-8";
/* CSS Document */
body {
	/*background: url(../images/bgheaderblue.gif) repeat-x;*/
	text-align: center;
	font: 14px Adobe Garamond, "Times New Roman", Times, serif;
}
<!-- Gurus and Bestseller.html-->
.alert {
color:#FF0000;
}
.alert a{
color:red;
}
.alert a:hover {
text-decoration:underline;
color:#FF3300;
}
table.clear {
clear:both;
}
.booklist {
height:130px;
padding:8px;
clear:both;
}
.booktile {
height:130px;
width: 475px;
float:left;
margin-bottom:10px;
}

.good {
	text-align:left;
	color: #009900;
}
td.good {
	color:black;
	background-color:green;
	}
.bad {
	text-align:left;
	color: #FF0000;
}

td.bad {
	color:black;
	background-color:red;
	}
.neutral {
text-align:left;
}

.new {
border:thin solid #666666;
font-size:14px;
background-color:#FFF;
}
.red{
color:#FF0000;
}

.left {
float:left;
}

.right {
float:right;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:visited {
color:#0099FF;
}

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


blockquote {
	font-family: Adobe Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	background-color: #FFF;
	border: thin solid #CCCCCC;
	padding:5px;
}

dl {
	text-align:left;
	}

h1 {
	margin: 0px;
	padding:6px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

h1 .booktitle, h1.booktitle{
font:28px Arial Black, Arial, Helvetica, sans-serif ;
}

h2 {
	margin: 0;
	padding:3px;
	font: 18px Arial Black, Arial, Helvetica, sans-serif normal;
}
h2+p, h3+p, blockquote p {
margin-top:0;
padding-top:0;
}
h2+h2 {
padding-top:20px;
}

/* Article subheads */
h3 {
color:#000099;
margin:0;
padding-bottom:0;
font: 16px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
}

img {
padding:3px;
border:none;
}
/* Transparent Image Hovers*/
img.linkoff {
opacity:1.0;filter: alpha(opacity=1000); -moz-opacity: 1.0;
}
img.linkon {
opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;
}


li {
text-align:left;
font: 14px;
}

ol, ul {
text-align:left;
}


p {
	font-family: Adobe Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:left;
	padding: 5px;
}

td {
	vertical-align: top;
}


#content {
text-align:left;
margin-right: 185px;
}

#footer {
	width: 960;
	clear:both;
	font-size:10px;
	border-top: 1px solid #000000;
}

#header {
	width:960;
	/*border:thin solid #FFFFFF;*/
	background: url(../images/bgheaderlogo.gif) no-repeat;
	height: 145px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0;
	/*padding-bottom: 5px;*/
}


#navbar{
width:960;
height:35px;
/*border:thin solid #999999;*/
border-bottom:thin solid #ffffff;
clear:both;
background: #000077/*url(../images/bgnavbarblue.gif) repeat-x*/;
}

/*NEW NAVBAR STYLES*/
#navbar img {
padding:0;
margin:0;
}

#navbar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	
}

#navbar li {
	float:left;
	margin:0;
	padding:0;
	text-transform:uppercase;
	letter-spacing:2px;
	font:10px Arial Black, Arial, Helvetica, sans-serif;
	display:inline;
}

#navbar li a {

	
/*background:#574b4b none repeat scroll 0%;
*/
	color:#ffffff;
	float:left;
	padding:8px 20px;
	text-decoration:none;
	margin:0;
}

#navbar li a:hover {
	color:#000077;
	background: #f1e724/*url(../images/bgnavbarwhite.gif) repeat-x*/;
}

#navbar li a.active {
	background:#DCD5CD url(none);
	color:#171719;
}
/*END OF NAVBAR STYLE*/



#navbar td{
	text-align:center;
	font-weight:bold;
	height: 25px;
	background:url(../images/bgREbutton.gif) repeat-x top;
}

#site {
width:960px;
border: 1px solid #000000;
margin-top:0;
padding-top:0;
margin-left:auto;
margin-right:auto;
}

#leftcol {
float:left;
width:175px;
padding:0 0px 5px 5px;
/*border:thin solid #999999;*/
border-top:none;
font-size:12px;
}

#leftcol div {
padding-top:5px;
}

#leftcol table{
border:none;
font-size:12px;
}

#middlecol {
	margin-left: 185px;
	margin-right: 185px;
}

#rightcol {
text-align: left;
float:right;
width:175px;
padding:0 5px 5px 5px;
/*border:thin solid #999999;*/
border-top:none;
font-size:12px;
}

#rightcol li {
	font-size:12px;
}

#rightcol table{
border:none;
font-size:12px;
}
#rightcol h2, #leftcol h2 {
font-size:14px;
font-weight:normal;
}

#rightcol h3, #leftcol h3 {
text-align:center;
font-weight:normal;
}

.signupframe {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

/* Sortable tables */
table.sortable th {
    background-color:#00f;
    color:#fff;
    font-weight: bold;
    cursor: default;
}

