body {
	margin: 0px;
	padding: 0px;
	background-color: #FEFEFE;
	color: #000000;
	font-family: Verdana,Arial;
	font-size: small;
	background-image: url(images/cloudsbg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top left;
	
}

}
td {
	color: #000000;
	font-family: Verdana,Arial;
	font-size: small;
}
a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #FF0000; }

div.header {
	width: 768;
	height: 150px;
}
div.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	width: 768px;
	height: 50px;
}

/* For IE bug: these really should be fixed, but set as absolute above for IE's sake */
body > div.footer {
	position: fixed;
}

a:link.birdbutton, a:visited.birdbutton {
	display: block;
	width: 60px;
	height: 15px;
	padding-top: 50px;
	color: #000000;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

a:link.bird1, a:visited.bird1 {
	background: url(images/birds1.gif);
	background-repeat: no-repeat;
}
a:link.bird2, a:visited.bird2 {
	background: url(images/birds2.gif);
	background-repeat: no-repeat;
}
a:link.bird3, a:visited.bird3 {
	background: url(images/birds3.gif);
	background-repeat: no-repeat;
}
a:link.bird4, a:visited.bird4 {
	background: url(images/birds4.gif);
	background-repeat: no-repeat;
}
a:link.bird5, a:visited.bird5 {
	background: url(images/birds5.gif);
	background-repeat: no-repeat;
}
a:link.bird6, a:visited.bird6 {
	background: url(images/birds6.gif);
	background-repeat: no-repeat;
}


a:hover.bird1 {
	color: #FFFF00;
	background: url(images/birdsover1.gif);
	background-repeat: no-repeat;
}
a:hover.bird2 {
	color: #FFFF00;
	background: url(images/birdsover2.gif);
	background-repeat: no-repeat;
}
a:hover.bird3 {
	color: #FFFF00;
	background: url(images/birdsover3.gif);
	background-repeat: no-repeat;
}
a:hover.bird4 {
	color: #FFFF00;
	background: url(images/birdsover4.gif);
	background-repeat: no-repeat;
}
a:hover.bird5 {
	color: #FFFF00;
	background: url(images/birdsover5.gif);
	background-repeat: no-repeat;
}
a:hover.bird6 {
	color: #FFFF00;
	background: url(images/birdsover6.gif);
	background-repeat: no-repeat;
}


h1 {
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

h3 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

h3 {
	font-size: small;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
.smalltext, .smalltext td { font-size: small; }
.xsmalltext, .xsmalltext td { font-size: x-small; }

.navmenu, a:link.navmenu, a:visited.navmenu {
	display: block;
	width: 142px;
	height: 21px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 8px;
	padding-top: 5px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	background: url(images/blackbutton.gif);
}

a:link.navdeep0, a:visited.navdeep0 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background: url(images/blackbutton.gif);
}
a:link.navdeep1, a:visited.navdeep1 {
	color: #FFFF00;
	font-weight: normal;
	text-align: left;
	background: url(images/bluebutton.gif);
}

a:link.navdeep0current, a:visited.navdeep0current {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background: url(images/blackbutton.gif);
}
a:link.navdeep1current, a:visited.navdeep1current {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background: url(images/bluebutton.gif);
}

a:hover.navdeep1 {
	background: url(images/redbutton.gif);
}
a:hover.navdeep1current {
	background: url(images/redbutton.gif);
}

.blackoutline { border: 1px solid #000000; }

.blacktext, .blacktext td { color: #000000; }

.whitetext, .whitetext td { color: #FFFFEE; }

.titlecolor {
	background-color: #FF0000;
	color: #FFFFFF;
}

.altcolor1 {
	background-color: #FFFFFF;
	color: #000000;
}

.altcolor2 {
	background-color: #AAFFFF;
	color: #FFFFFF;
}

/* should be a copy of the one in catalog/stylesheet.css */
.infoBox {
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	font-size: small;
}

/* should be a copy of the one in catalog/stylesheet.css */
td.infoBoxHeading {
  font-size: small;
  font-weight: bold;
  background: #1111FF;
  color: #ffffff;
}