body {
	padding:0;
	background: #819EFF url(/images/body-bg.gif) top repeat-x;
	background: #2577b3;
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-size:85%;
	color:#222;
	margin-top:0px;
}
.normal, normal
{
	padding:0;
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
}
a {
	outline:none;
}
a:focus{
	outline:1px dotted #ccc;
}

.leftcontent
{
	background:#C0D997;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.leftcontent ul
{
	padding: 0;
	color: White;
	text-decoration: none;
}
.leftcontent ul li, .leftcontent ul li a, .anchorrow-style
{
	padding: 0;
	color: White;
	text-decoration: none;
	font-size: 125%;
}

.maincontent
{
	background: #fff;
	text-align: justify;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.maincontent br, .maincontent p
{
	padding-bottom: 2px;
}
.maincontent ul
{
	padding: 0;
	padding-bottom: 0px;
}
.maincontent ul li
{
	padding-left: 20px;
	font-size: 115%;
	padding-bottom: 12px;
}

.seperator
{
	background:#C2A3A3;
	background:#FFCC9B;
	background-color: #FF9B9C;
	background:#FFCC9B;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
	letter-spacing:.005em;
	color:#555;
}
h1 {
	font-size:2.7em;
	font-weight:normal;
	margin:-1px 0 10px 0;
	letter-spacing:-.015em;
	border-bottom:1px solid #f0f0f0;
	line-height:2em;
}
h1, h2, h3, h4, p {
	padding-left:3px;
}
.introblock h1 {
	color:#666;
	margin-bottom:.2em;
	padding:0;
	border:none;
}
h2 {
	font-size:1.85em;
	padding:.5em 0 .2em 0;
	margin:.5em 0 .5em 0;
	color:#e60;
	border-bottom:2px solid #fc9;
}
h2 strong {
	color:#c40;
}
h2 .faint {
	color:#f93;
}
#left-col h2 {
	font-size:1em;
	line-height:1.25em;
	margin:0;
	border:0;
	padding:0;
	color:#f60;
}
#right-col div h2 {
	background:none;
}
h3 {
	font-size:1.55em;
	margin:1em 0 0 0;
	padding-bottom:.2em;
	border-bottom:1px solid #fec;
	color:#b52;
}
h3 strong {
	color:#930;
}
h3 .faint {
	color:#d75;
}
.introblock h2, .introblock h3 {
	border:none;
	background:none;
	margin:0;
}
h4 {
	font-size:1.3em;
	margin:1.2em 0 .3em 0;
	color:#952;
}
h4 .faint {
	color:#b76;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin:1em 0 .3em .5em;
}
.faint {
	font-size:.85em;
	letter-spacing:-.05em;
	padding-right:.3em;
}
p {
	margin:.7em 0;
}
blockquote {
	color:#444;
	font-family:georgia,serif;
	font-style:italic;
	padding:0 5em 0 0;
}
cite {
	display:block;
	text-align:right;
	color:#444;
	font-family:georgia,serif;
	font-style:italic;
}
.introblock {
	margin:0 0 1.5em 0;
	font-size:1.05em;
	border:1px solid #feb;
	/* border-left:4px solid #f60;*/
	background-color:#ffc;
	color:#000;
	padding:.2em 1em .4em;
}
.introblock h1, .introblock h2, introblock h3, .introblock2 h1, .introblock2 h2, .introblock2 h3 {
	margin-top:2px;
}
.introblock p {
	padding-left:0;
}
a, a:link {
	color:#00e;
	text-decoration:none;
}
a:visited {
	color:#909;
}
a:hover, a:active {
	color:red;
	text-decoration:underline;
}
li, dd 
{
}
dt {
	clear:left;
}
dd {
	color:#444;
	font-size:.95;
	padding:.1em 0 .2em 2em;
}
a img {
	border:none;
}

/* 
	Structure
 */
#nav, #main {
	width:66em;
	margin:0 auto;
	text-align:left;
}
.address
{
	font-size: 150%;
	color: white;
}
#main {
	background: url(images/bg-main.gif) top left repeat-y;
}
#content {
	/* Getting obscured by other layers! */
	background:url(images/bg-content.jpg) top left no-repeat;
}


#right-edge {
	background:url(images/right-col.gif) top right repeat-y;
}
#left-edge {
	background:url(images/left-col.gif) top left repeat-y;
	width:100%;
	/* Note:this width needed to prevent bug in IEeee */
}
#left-col {
	position:absolute;
	top:0;
	left:0;
	width:180px;
}
#right-col {
	position:relative;
	float:left;
	padding:0 2em 2.5em 205px;
	background:url(images/right-col-bg.gif) top left repeat-y;
}


#cap {
	margin:0;
	height:3px;
	font-size:.0001%;
	background:url(images/cap-c.gif) top left repeat-x;
}
#cap .l {
	height:3px;
	background:url(images/cap-l.gif) top left no-repeat;
}
#cap .r {
	height:3px;
	background:url(images/cap-r.gif) top right no-repeat;
}

/* 
	Top nav
 */
table#nav
{
	padding: 0;
	list-style: none;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	border-right-style: outset;
	border-bottom-style: outset;
	background: #34373e;
}
#nav tr
{
	
}
#nav td 
{
}
#nav td a, .anchortab-style
{
	padding: 0;
	height: 40px;
	width: 110px;
	display: block;
	color: White;
	text-decoration: none;
	font-size: 150%;
}
#nav-home a:hover, .tab_hover, td a:hover
{
	background: #1e74b1;
}

/* 
	Footer
 */
#foot {
	clear:both;
	text-align:center;
	font-size:.75em;
	background:#fd9 url(images/footer-c.gif) bottom left repeat-x;
	padding:0;
}
#foot ul {
	list-style:none;
	margin:1em 0;
}
#foot li {
	display:inline;
	padding:.5em 0;
}
#foot li a {
	padding:0 1.5em;
	color:#000;
}
#foot .outer {
	background:url(images/footer-l.gif) bottom left no-repeat;
	float:left;
	width:100%;
	margin-bottom:-2px;
}
#foot .inner {
	border-top:1px solid #db7;
	background:url(images/footer-r.gif) bottom right no-repeat;
	float:left;
	width:100%;
}


.clear-all {
	clear:both;
	font-size:.0001%;
	height:1px;
}

/* 
	Side navigation and cross links
 */
#insert {
	padding:1.3em;
	font-size:.75em;
	color:#999;
	height:2.5em;
}
.comment dl {
	margin:0;
}
.rightfloat {
	float:right;
	margin:.75em .3em 1em 1em;
	width:17em;
	font-style:italic;
	font-family:georgia,serif;
	line-height:1.3em;
}
cite {
	font-weight:bold;
	font-size:.8em;
	line-height:1.2em;
	color:#666;
}
.type2 {
	background-color:#f9f9e0;
	color:#520;
}
.code {
	font-family:"courier new",courier,fixed;
	font-size:1.1em;
	margin-bottom:.8em;
	color:#620;
}

dl.alongside dt {
	display:block;
	float:left;
	clear:left;
	width:15%;
	padding:.3em;
	margin:.2em .5em .2em 2em;
	background-color:#fe9;
	border-left:3px solid #f93;
}
dl.alongside dd {
	display:block;
	float:left;
	clear:none;
	width:70%;
	margin:.2em;
	padding:.3em .3em .3em 1em;
	background-color:#ffc;
}

#cc-footer {
	clear:both;
	padding-top:1em;
	font-size:.7em;
	margin:auto;
	text-align:center;
}
.term {
	font-style:italic;
	color:#080;
}
.hot {
	padding:.5em 1em;
	border:2px solid;
	border-color:#fe6;
	background:#ffc url(images/hot-sun.gif) top left no-repeat;
}
.book {
	clear:left;
}
.book .pic {
	float:left;
	width:110px;
}
.book .pic img {
	margin:2em 1.5em 1em .5em;
	border:2px solid;
	border-color:#eee #999 #999 #eee;
}
.book .blurb {
	float:left;
	width:80%;
}
.book h3 {
	border:none;
	color:#f60;
	font-size:1.8em;
	margin-bottom:10px;
}
.book h4 {
	margin:-10px 0 15px 0;
	color:#999;
}
.book .blurb .buy {
	margin:1.2em 0;
	border:2px solid;
	border-color:#ff0 #fe0 #fe0 #ff0;
	padding:.5em 2em;
	text-align:center;
}
.book .blurb .detail {
	color:#393;
	padding-left:1em;
}
.book .blurb .buy strong {
	display:block;
	color:red;
	margin-bottom:.25em;
}
.book .blurb .buy a {
	padding:0 1em;
}

.comment h2, .comment h3 {
	color:#b0f;
}
.comment h2 strong, .comment h3 strong {
	color:#80b;
}

