body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #ffffff;
   font-family: arial, helvetica, verdana, geneva;
   font-size: 12px;
	 background-image:url(images/background.jpg);
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
	}

#sitedescription  {display: none;}	

/* All anchor definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:hover {color: #CC0000; text-decoration: none;}
a:active {color:#ffffff; text-decoration: none;}

.link:link {color: #606a81; text-decoration: none;}
.link:visited {color: #606a81; text-decoration: none;}
.link:hover {color: #CC0000; text-decoration: none;}
.link:active {color:#606a81; text-decoration: none;}

.red:link {color: #CC0000; text-decoration: none;}
.redvisited {color: #CC0000; text-decoration: none;}
.red:hover {color: #606a81; text-decoration: none;}
.red:active {color:#CC0000; text-decoration: none;}

/* Different font styles here - no need to define anything that will match the defaults */
.header {font-size: 16px; color: #666600; font-weight: bold; font-varient: uppercase; letter-spacing: 3px; }
.subhead { color: #CC9933; font-size: 13px;	font-weight: bold; font-varient: uppercase;	letter-spacing: 2px; }
.copyright { color:#606a81; font-size: 10px; text-align:left; }

/* Rest of the styles can go here - more in-depth ones for divs and tds */
.content { text-align:left; vertical-align: top; padding-left: 40px; padding-right: 20px; }
.contenthm { text-align:left; vertical-align: top; padding-left: 50px; padding-right: 20px; }
.book {background-image:url(images/bookbg.jpg); width: 881px; height: 850px;}
.rightpad {padding-right: 15px;}
.scroll {
	height: 195px;
	width: 630px;
	overflow: auto;
	border: 1px #333333;
	padding: 0;
	scrollbar-3dLight-color: #333333;
	scrollbar-arrow-color: #b8b8b8;
	scrollbar-darkShadow-color: #000000;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #e1e1e1;
	scrollbar-shadow-color: #e1e1e1;
	scrollbar-track-color: #333333;
}