html {
height: 100%;
margin: 0;
padding: 0;
}
body {
height: 100%;
margin: 0;
padding: 0;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
}
a:link {
	text-decoration: none;
	color: #E6E6E6;
}
a:visited {
	text-decoration: none;
	color: #E6E6E6;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.navLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
}
.mainBG {
	background-color: #E6E6E6;
	width: 900px;
	position: relative;
	margin:0 auto;
	height: 100% auto;
}
div.container {
	width: 780px;
	margin: 0 auto;
}
div.navBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #EBEBEB;
	background-image: url(./images/redBar.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 27px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	position: relative;
	margin-top: auto;
}
div.mainBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: auto;
	width: 784px;
	margin:0 auto;
	position: relative;
	margin-top: 20px;
}
.catDivs {
	width: 256px;
	height: 150px;
	background-image: url(./images/catBubble.gif);
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
}
.catImage {
	position: relative;
	height: 100px;
	width: 100px;
	top: 10px;
	left: 80px;
}
.catLabel {
	position: relative;
	top: 30px;
}
div.content {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}
div.center {
	text-align: center;
	margin: 0 auto;
}
p.pageTitle {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.topLogo {
	position: relative;
	height: 90px;
	width: auto;
	top: 10px;
}
div.spacer {
	height: 600px;
}

