html {
	width: 100%;
	height: 100%;
}
body { 
	padding: 0;
	margin: 0 auto;
	width: 935px;
	height: 100%;
	background: url(/images/bg.jpg) center top;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
}
table {
	border: 0;
}
td {
	vertical-align: top;
}
a {
	border: 0;
	color: #000000;
}
img {
	border: 0;
}


h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	display: inline;
	text-transform: capitalize;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
}

h1 { 
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3, a.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size: 16px;
	padding-right: 5px;
}
h6 { 
	font-size: 13px;
	text-transform: inherit;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
}

.hr {
	padding:  25px 0;
	margin: 0;
	background: url(/images/hr.gif) center no-repeat;
	height: 26px;
	display: block;
}

#nav {
	padding: 112px 0 0 115px;
}
#hdr {
	background: url(/images/hdr.jpg) no-repeat;
	height: 203px;
}
#bdy {
	width: 100%;
	height: 100%;
	border: 0;	
	background: url(/images/bdy_rpt.jpg) repeat-y 0px 20px;
}

#bdy_lft {
	vertical-align: baseline;
	background: url(/images/bdy_lftBtm.jpg) no-repeat bottom;
	width: 99px;
}
#bdy_rght {
	vertical-align: top;
	background: url(/images/bdy_rghtBtm.gif) no-repeat bottom;
	width: 122px;
}
#img_hdr {
	text-align: right;
	padding: 0 125px 0 0;
}
#content {
	padding: 0 0 0 50px;
	height: 450px;
}

.indentH1 {
	text-indent: -23px;
}
.indent {
	text-indent: -10px;
}
.date {
	line-height: 18px;
}
.tan {
	color: #97a37d
}

