@charset "UTF-8";
#wrapper {
	postion: fixed;
	width: 1000px;
	height: 75px;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
#headerimage {
	width: 1000px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#hometabs {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#breadcrumbs {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#boxes {
	padding: 0px 30px 30px 30px;
}
#footerbox {
	width: 1000px;
	background-color: #acacac;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}
#bodydiv {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	font-family: "jaf-facitweb";
	color: #666666;
	font-size: 18px;
	text-align: right;
	vertical-align: bottom;
	bottom: 0px;
	right: 30px;
	height: 75px;
	position: relative;
	top: 75px;
}
.body {
	font-family: "adobe-garamond-pro";
	color: #484747;
	font-size: 14px;
	padding: 30px 30px 30px 30px;
}
.captions {
	font-family: "jaf-facitweb";
	color: #666666;
	font-size: 14px;
	padding: 10px 0px 20px 0px;
}
.breadcrumbText {
	font-family: "adobe-garamond-pro";
	color: #484747;
	font-size: 14px;
}
.sectionHeader {
	font-family: "jaf-facitweb";
	color: #484747;
	font-size: 24px;
	padding: 30px 30px 0px 30px;
}
.footer {
	font-family: "jaf-facitweb";
	color: #ffffff;
	font-size: 18px;
	text-align: right;
	vertical-align: bottom;
	position: relative;
	bottom: -45px;
	right: 20px;
}
.logoimg {
	position: relative;
	left: 30px;
	top: 20px;
}
#logo {
	float: left;
	width: 500px;
	left: 30px;
}
#navlinks {
	float: right;
	width: 500px;
}

/* Regular Text */
a: {
 text-decoration: none;
 color: #484747;
}
a:link {
	text-decoration: none;
	color: #484747;
}
a:visited {
	text-decoration: none;
	color: #484747;
}
a:hover {
	text-decoration: none;
	color: #484747;
}
a:active {
	text-decoration: none;
	color: #484747;
}

/* Body Text*/

a.underline: {
 text-decoration: none;
 color: #484747;
}
a.underline:link {
	text-decoration: underline;
	color: #000000;
}
a.underline:visited {
	text-decoration: underline;
	color: #000000;
}
a.underine:hover {
	text-decoration: underline;
	color: #000000;
}
a.underline:active {
	text-decoration: underline;
	color: #000000;
}
/* Breadcrumb Text */

a.breadcrumbText {
	text-decoration: none;
	color: #484747;
}
a.breadcrumbText:link {
	text-decoration: underline;
	color: #000000;
}
a.breadcrumbText:visited {
	text-decoration: underline;
	color: #000000;
}
a.breadcrumbText:hover {
	text-decoration: underline;
	color: #000000;
}
a.breadcrumbText:active {
	text-decoration: underline;
	color: #000000;
}
header.navlinks {
	
	/* CSS Document */
