/* CSS Document */
body  {
	scrollbar-face-color:#F4D80B; 
	scrollbar-base-color:#F4D80B; 
	scrollbar-highlight-color:#FFCC99; 
	scrollbar-3dlight-color:#FFCC99; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-arrow-color:#009900;
	font-family:"Comic Sans MS", cursive,verdana;
	font-size: 100%;
	color: #0000FF;
	background-color:#FFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*text-decoration: none;*/
	background-image:url(images/krkwatermark30.jpg);
	width: 1150px;
/*	position: fixed;  */
	float: left;
}
/* delete default padding for these tags */
p,h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1em;
}
A:link, A:visited, A:active {color:#0000FF; font-family: "comic sans ms"; font-weight:normal; text-decoration:none;}
A:hover {color:#FF0000; }

A.reg:link, A.reg:visited, A.reg:active {color:#0000FF; font-family: "comic sans ms"; font-weight:normal; text-decoration:underline;}
A.reg:hover {color:#FF0000; } 
A.regb:link, A.regb:visited, A.regb:active {color:#0000FF; font-family: "comic sans ms"; font-weight:bold; text-decoration:underline;}
A.regb:hover {color:#FF0000; } 

A.revb:link, A.revb:visited, A.revb:active {color:#0000FF; font-family:"verdana"; font-weight:bold; text-decoration:underline;}
A.revb:hover {color:#FF0000; } 

A.regnf:link, A.regnf:visited, A.regnf:active {color:#0000FF; font-weight:normal; font-family:"verdana"; text-decoration:underline;}
A.regnf:hover {color:#FF0000; } 
.tdata {font-size: 10pt;  color: #0000ff; font-family: "verdana" }
.tdatab {font-size: 10pt;  color: #000000; font-family: "verdana" }
.tdata9 {font-size: 9pt;  color: #0000ff; font-family: "verdana" }
.tdata8 {font-size: 8pt;  color: #0000ff; font-family: "verdana" }
.tdatacs {font-size: 10pt;  color: #0000FF; font-family: "comic sans ms" }
.thdrcs {font-size: 14pt;  color: #0000FF; font-family: "comic sans ms"; font-weight:bold; text-align:center;}
.thdr1 {font-size: 12pt;  color: #0000FF; font-family: "verdana" }
.thdr2 {font-size: 14pt;  color: #0000FF; font-family: "verdana" }
.thdr3 {font-size: 18pt;  color: #0000FF; font-family: "verdana" }
.trev {font-size: 10pt;  color: #FF0000; font-family: "comic sans ms" }
.gn1 {font-size: 20pt;  color: #0000FF; font-family: "Tempus Sans ITC",verdana; }
.gn2 {font-size: 16pt;  color: #0000FF; font-family: "Tempus Sans ITC",verdana; }
.gn3 {font-size: 11pt;  color: #0000FF; font-family: "Tempus Sans ITC",verdana; }
.tred {font-size: 12pt;  color: #FF0000; font-family: "verdana" }

/* Basic page parms like width, bg, alignment  */
#wrapper {
	margin: 0 auto;
	text-align:left;
	width:1150px;
	/*height:auto;*/
	/*height:1200px; */
}
#leftside {
	width:270px;
	/*height:auto;*/
	background-color:#f7de08;
	float:left;
	background-image:url(images/border.jpg);
	background-repeat: repeat-y;
	background-position: 250px;
}
#lstop {
	height:110px;
	width:inherit;
}
#lsnav{
	width:240px;
	height:465px;
	padding:10px 25px 0px 5px;
	text-align:right;

}
#lsbot {
	width:270px;
	/*height:auto;*/
	text-align:center;
	color:#000;
	font:Verdana, Geneva, sans-serif;
	font-size:.7em;
	padding-top:90px;
	float:left;
}
#mainContent {
	width:880px;
	/*height:1200px;*/
	background-color:#faed95;
	background-image:url(images/krkwatermark30.jpg);
	font-size: .9em;
	text-decoration: none;
	color: #00f;
	letter-spacing: .1em;
	float:left;
}
#banner {
	width:inherit;
	height:110px;
	background-image:url(images/kids-records.gif);
	background-repeat: no-repeat;
	background-position: 230px 10px;
}
#content {
	width:auto;
	height:auto;
	padding: 15px 10px 10px 20px;
}

#bottompix {
	height:175px;
	width:inherit;
	padding-top:25px;
	text-align:center;
	font-size:.9em;
}
a.homelink:hover {
	color: #FFF;
}

/* Bottom Boston Web Co credit line */
#credit {
	font-size: .7em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 10px;
	height: 20px;
	width: 749px;
	text-align: center;
}

