@charset "utf-8";
/* CSS Document */

body {
	background-color: #B1B7DA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

h1 {
	font: bold 16px/24px Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: bold 16px/24px Georgia, "Times New Roman", Times, serif;
}

h4 {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	background-color: #9baf8e;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}

h5 {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	background-color: #6d78b7;
	color: #FFFFFF;
	text-transform: uppercase;
}

#wrapper {
	background-image: url(images/bg-main.gif);
	width: 960px;
	background-repeat: repeat-y;
}

#headerbox {
	display: none;
}

#printlogo {
	height: 150px;
}


.nav-down a:link a:visited {
	position: absolute;
	top: 0px;
}

.nav-down a:hover {
	position: absolute;
	top: -60px;
}

#cattree {
	display: none;
}


#contentbox {
	padding: 10px 0px 10px 10px;
	width: 600px;
}

#footerbox {
	display: none;
}

#bottombox {
	display: none;
}

.help-block {
	background-color: #FFFFFF;
	border: 2px solid #B1B7DA;
	margin-bottom: 20px;
	width: auto;
}

.help-block-header {
	background-color: #6D78B7;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.help-block p {
	padding-right: 10px;
	padding-left: 10px;
}


a:link, a:visited {
	color: #000000;
	text-decoration: none;
}


.footerlinks {
	display: none;
}

