html {
	overflow-y: scroll;
}

 body {
	background-color: #2c3166;
	margin: 0;
	
}
#categp {
	height: 150px;
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url(images/homebgktitle.jpg);
	background-repeat: no-repeat;
	position: relative; /* added to make logo link to home */
}

/* added to make logo link to home */
#categp a {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 150px;
}

#categp a h1 {
    display: none;
}
/* end add */

#categ {
	height: 150px;
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url(images/hp-hdg.jpg);
	background-repeat: no-repeat;
	
	}
#homelink {
	position:absolute;
	width:230px;
	height:139px;
	background-image: url(images/spacer.jpg height=100 width=200);
	z-index:1;
	left: 25px;
	top: 25px;
}
	
div#contentz {
	background: #000033;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin: 0 auto;
	letter-spacing: 1px;

}

div#menucol {
	float: left;
	margin: 20px auto;
	text-align: left;
	width: 175px;
	padding-left: 10px;
	text-align: left;
	}
#contentcol {
	margin: 0px 100px 0 200px;
	height: auto;
	background: #000033;
	}

#footer {
	height: 60px;
	width: 900px;
	background-image: url(images/pagebase.jpg);
	margin: 0 auto;
	margin-bottom: 260px;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.addrtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFC;
	font-weight: bold;
	font-variant: small-caps;
}
.addrtext a:link, a:visited, a:hover, a:active {
	color: #C6C6FF
	}
.gentext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFC;
	line-height: 18px;
	}
.gentext a:link, a:visited, a:hover, a:active {
	color: #C6C6FF
}	
	
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	}

#hdgtextr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #FFC;
	margin: 40px 100px 0 250px;
	background: #000033;
	z-index: 50;
	position:relative;
	padding-top: 40px;
}
.dropcap {
	float:left;
	color:#ffc;
	font-size:42px;
	line-height:28px;
	font-family: Times, serif, Georgia;
	padding-top: 1px;
	padding-right: 2px;
} 
