@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #555555;
	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;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	background: #FFFFFF;
	margin: 20px;
}

.outer {
padding-bottom: 20px;
}

.left {
	width: 200px;
	margin-top: 70px;
	float: left;
}

.right {
	width: 480px;
	margin-top: 0px;
	float: right;
}

.content {
	margin: 20px;
}

.content-inner {
	margin: 0px;
}

.inner {
	padding: 0px 20px 0px 20px;
}


.main {
background: #ffffff;
}


.booktitle {
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
line-height: 100%;
color:#000000;
}

.soletitle {
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size: 1.7em;
line-height: 90%;
color:#000000;
}

.author {
font-size: 0.8em;
line-height: 50%;
font-weight: bold;
}

a:link {
  color: #186835 ;
  text-decoration: none;
} 

a:visited {
  color: #50725d;
  text-decoration: none;
}

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

a:active, a.active {
  color: #5895be;
  text-decoration: none;
}

.bg {
	background: url(images/bg1.gif) repeat-x;
	padding: 5px 15px 0px 15px;
}

.bw {
	background: url(images/bg1.gif) repeat-x;
	padding: 5px 15px 0px 15px;
}

.pagetitle {
margin-left: 20px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size: 1.7em;
line-height: 100%;
color:#000000;
}

.describe {
	padding: 0px 15px 0px 20px;
}


.nav {
line-height:100%;
color:#FFFFFF;
text-align:right;
margin-right: 20px;
font-weight: bold;
}

.nav a:link {
  color: #FFFFFF;
  text-decoration: none;
} 

.nav a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.nav a:hover {
  color: #98c4e0;
  text-decoration: underline;
}

.nav a:active, a.active {
  color: #5895be;
  text-decoration: none;
}

.booktitle a:link {
color:#000000;
}

.booktitle a:visited {
color:#000000;
}
