body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	width: 100%;
	margin: 0px;
	float: none;
	color: #000000;
	line-height: 150%;
}
 #noprint
{
	margin: 0;
	display: none;
}
.noprint {
	display: none;
}
a:link, a:visited {
	color: #2b4d97;
	font-weight: bold;
	text-decoration: underline;
   }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
}
img {
	border-style: none;
}
img.float-right {
	margin: 5px 0px 10px 10px;
	display: none;
}
img.float-left {
	margin: 5px 10px 10px 0px;
	display: none;
}
fieldset {
	display: none;
}
blockquote {
	margin: 1em 0.875em 0.5em;
	padding: 0.5em 0.5em 0 1em;
	border: 1px solid #F4F3EC;
	background: #FAFAE7;
	color: #000000;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	line-height: 150%;
	font-size: 1.125em;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #slogan {
	position: absolute;
	top: 6.5em;
}
#header #aaha {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #contact {
	position: absolute;
	top: 0px;
	right: 6.5em;
	display: none;
}
#navbar  {
	display: none;
}
#content {
	margin-top: 135px;
}
#content #fadeshow {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	display: none;
}
#content #phototable {
	display: none;
}
#content img {
	display: none;
}
#content .three-columns {
	display: none;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
#footer .links {
	display: none;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear {
	width:100%;
	overflow:hidden;
}
.noborder {
	border-style: none;
}
.center {
	text-align: center;
}
.red {
	color: #FF0000;
}

