/* avoid browser inconsistencies */
ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div
{ margin:0; padding:0; }

/* remove blue linked image borders */
a img,:link img,:visited img { border:none; }

/* de-italicize address */
address { font-style:normal; }

/* start northpoint styles */
body {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: #b8ad89 url(images/bg.gif);
}
body p {
	margin: 5px 0em 10px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #F1EBD8;
}
.body {
	color: #5F3319;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
.body ul {
	color:#B8660E;
	margin:5px 20px 10px 30px;
}
.body a, .body a:link, .body a:visited {
	color: #5F3319;
	text-decoration: underline;
}
.body a:hover {
	color: #000000;
	text-decoration: underline;
}
.mainNav {
	color:#A31118;
	font-size: 11px;
	font-weight: bold;
}
.mainNav a, .mainNav a:link, .mainNav a:visited {
	color: #A31118;
	text-decoration: none;
}
.mainNav a:hover {
	color: #5F3319;
	text-decoration: underline;
}
#content {
	padding-right: 20px;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
	height:41px;
}
#footer p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding: 12px 20px 0px 0px;
	margin: 0px;
}
#catTail {
	background: url(images/img_bgcattail.gif) no-repeat 80px bottom;
}
.bodyLarge {
	font-size: 14px;
}
.answers {
	color:#000000;
}
.staff {
	color:#CC0000;
}
.formheader {
	font-size: 14px;
}
.formrequired{
	color:#B8660E;
}
.formnotes{
	font-size: 11px;
	font-weight: normal;
}
.formbody {
	color: #5F3319;
}
.formSubmit{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 175px;
	color: #5F3319;
	text-transform: uppercase;
	font-weight: bold;
}