body {
	background: white url('../images/bg_body2.gif') top center;
	text-align: center;  /* for IE stupidity */
	margin: 0px;
	padding: 0px;
	font: 12px/1.4em zgaramond, georgia, times, verdana;
}

.clearer {
	clear: both;
}

a {
	color: #9C0000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

#banner {
	background: url('../images/bg_banner.gif') top center no-repeat;
   margin: 0 auto;
   margin-top: 8px;
   padding-top: 4px;
   width: 750px;
   height: 86px;
   overflow: hidden;
   text-align: center;
}
#banner h3 {
   margin-left: 48px;;
}

#outer {
	margin: 0 auto;  /* This is the proper way to center an element */
	margin-top: 10px; /* Adjust this to 10 if there's a banner above or 20 if there is no banner */
	margin-bottom: 10px;
	border: 1px solid black;
	width: 689px;
	background-color: white;
}
#inner {
	margin: 1px;
	border: 2px solid black;
	border-bottom: 1px solid black;
	width: 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: url('../images/bg_header.gif') 0px -6px no-repeat;
	width: 683px;
	height: 125px;
	text-align: right;
	zposition: absolute;
}
html>body #header {
	background: url('../images/bg_header.gif') top center no-repeat;
	margin-top: -6px;
	height: 131px;
}

#header #date {
	float: left;
	top: 119px;
	padding-left: 127px;
	font: 9px verdana;
	position: relative;
}
html>body #header #date {
	top: 126px;
}
#header #weather {
	float: right;
	top: 119px;
	padding-right: 22px;
	font: 9px verdana;
	position: relative;
}
html>body #header #weather {
	top: 126px;
}

#menu {
	text-align: center;
	background-color: #9C0000;
	height: 14px;
	margin-top: 12px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#menu ul li { display: inline; }
#menu ul {
	margin: 0px 5px 0px 0px;  /* Tweak button centering on bar */
	padding: 1px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 13px;
	text-transform: uppercase;
}
html>body #menu ul {
	padding-top: 0px;
}
#menu ul li a {
	margin: 0px -4px 0px 0px;
	padding: 0px 18px 1px 18px;
	text-decoration: none;
	border-left: 1px solid black;
	color: white;
}
html>body #menu ul li a {
	padding-bottom: 0px;
}
#menu li a:hover {
	color: black;
	background-color: white;
}
#menu li a:active {
	color: black;
	background-color: white;
}
#menu ul li a.last {
	border-right: 1px solid black;
}


#menu2 {
	text-align: center;
	background-color: black;
	height: 13px;
}
#menu2 ul li { display: inline; }
#menu2 ul {
	margin: 0px 3px 0px 0px;  /* Tweak button centering on bar */
	padding: 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	zletter-spacing: 1px;
	line-height: 14px;
	text-transform: uppercase;
}
#menu2 ul li a {
	margin: 0px -3px 0px 0px;
	padding: 0px 14px 1px 14px;
	text-decoration: none;
	border-right: 1px solid white;
	color: white;
}
html>body #menu2 ul li a {
	padding: 0px 14px 0px 14px;
}
#menu2 li a:hover {
	color: black;
	background-color: white;
}
#menu2 li a:active {
	color: black;
	background-color: white;
}
#menu2 ul li a.last {
	border-right: 0px solid white;
}

#content {
	padding: 6px 14px 10px 14px;
	text-align: justify;
}
#content_home {
	background: white url('../images/bg_content_home.gif') top center repeat-y;
	padding: 1px 14px 1px 14px;
	margin: 10px 0px;
	text-align: justify;
	font: 11px/1.4em zgaramond, georgia, times, verdana;
}
html>body #content_home {
	padding-top: 0px;
}

#home_left {
	float: left;
	width: 150px;
	zbackground-color: #dfd;
}
#home_center {
	float: left;
	width: 297px;
	margin: 0px 0px 0px 29px;
	zbackground-color: #fdd;
}
#home_right {
	float: right;
	width: 150px;
	zbackground-color: #ddf;
	margin-bottom: -20px;
}


#nav {
	margin-bottom: 14px;
}

.hidden {
	display: none;
}

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;
}

#pageone {
	position: relative;
}
#pageone_image {
}
#pageone_image img {
 	border: 1px solid #999;
}
#pageone_mask {
	position: absolute;
	top: 1px;
	left: 1px;	
	background: url('../images/pageOne_mask.png') top left no-repeat;
	width: 138px;
	height: 125px;
}

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;
}
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;
	text-align: left;
}

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;
}

#comments p {
	margin-top: 18px;
	margin-bottom: 0px;
}
#comments p.posted {
	margin-top: 0;
	color: #999;
}

#footer {
	padding: 0px 0px 16px 0px;
	text-align: center;
	font: 9px/1.3em verdana;
}
