body {
	zbackground-image: none;
	text-align: center;  /* for IE stupidity */
	margin: 0px;
	padding: 0px;
	font: 12px/1.4em zgaramond, georgia, times, verdana;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

#outer {
	margin: 0px;
	background-color: white;
}
#inner {
	margin: 0px;
	border: 0px solid black;
	zwidth: 683px;
	background-color: white;
	position: relative;  /* The container must be positioned in order to contain positioned elements */
	text-align: left;  /* corrects for IE hack */
}

#header {
	background-image: none;
}
html>body #header {
	background-image: none;
	margin: 0px;
	height: auto;
}

#header #date {
	display: none;
}
html>body #header #date {
	display: none;
}
#header #weather {
	display: none;
}
html>body #header #weather {
	display: none;
}

#menu {
	display: none;
}


#menu2 {
	display: none;
}

#content {
	padding: 0px;
	text-align: justify;
}
#content_home {
	background-image: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	text-align: left;
	font: 11px/1.4em zgaramond, georgia, times, verdana;
}
html>body #content_home {
	padding-top: 0px;
}

#home_left {
	float: none;
	width: auto;
	zbackground-color: #dfd;
}
#home_center {
	float: none;
	width: auto;
	margin: 0px;
	zbackground-color: #fdd;
}
#home_right {
	float: none;
	width: auto;
	zbackground-color: #ddf;
}


#nav {
	margin-top: 14px;
	margin-bottom: 14px;
}

.hidden {
	display: block;
}

div.hr {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	background: url('../images/divider.gif') center center no-repeat;
	height: 5px;
}
div.hr hr {
	display: none;
}

input.formstyle, textarea.formstyle {
	padding: 2px;
	border: 1px solid #aaa;
	font: 13px courier, arial;
}

input.button {
	zcolor: #9C0000;
	ztext-transform: uppercase;
	font: 12px arial;
	letter-spacing: .5px;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 10px;
}

img.inline_right {
	float: right;
	padding: 1px;
	margin-left: 16px;
	margin-bottom: 10px;
	border: 1px solid #698199;
}

img.portrait_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}

img.portrait_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

img.pageone {
 	border: 1px solid #999;
}

a:hover img.pageone {
 	border-color: #9C0000;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 20px arial, georgia, verdana;
	font-weight: bold;
	color: black;
	ztext-transform: uppercase;
}

#content_home h3.hidden {
	display: none;
}

h3.home {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 16px arial, verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}

h4.home {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#menu h4 {
	display: none;
}

h5 {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	zfont-style: italic;
	font-size: 12px;
}

h6 {
	font: 12px/1.4em georgia;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
}

.byline {
	margin-bottom: 4px;
	font-weight: bold;
}

#footer {
	padding: 0px;
	text-align: center;
	font: 9px/1.3em verdana;
}
#footer #credit {
	display: none;
}