html,body {
	height: auto;
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-image: url(images/bgstrip.gif);
	background-repeat: repeat-x;
	background-color: #dbdbb7;
}

#divcontent {
	position: relative;
	width: 599px;
/*	height: auto; (had trouble w/ div not butting to btm of window
on pages w/ short content so now height is determined by javascript)*/
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:left;
	border-left:1px solid #666633;
	border-right:1px solid #666633;
	border-bottom:1px solid #666633;
	background-color:#ebebd6;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#divcontentblog {
	position: relative;
	width: 599px;
/*	height: auto; (had trouble w/ div not butting to btm of window
on pages w/ short content so now height is determined by javascript)*/
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:left;
	border-left:1px solid #666633;
	border-right:1px solid #666633;
	border-bottom:1px solid #666633;
	background-color:#ebebd6;
	background-image: url(images/headerblog.jpg);
	background-repeat: no-repeat;
}
a {  
text-decoration: none;
font-weight: bold;
color: #996600;
}

a:visited {
color: #CC9900;
}

a:hover, a:visited:hover {
color: #CC9900;
text-decoration: underline;
}

.navsection {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666600;
	padding-left: 16px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #333300;
	font-weight: normal;
	margin-right: 15px;
	margin-top: 0px;
}

td.filled {
/*	this only exists for NS4, defined in landmarkns4.css */
}

.sectitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #996600;
}

.sublink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #996600;
}
.olivesubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #666600;
}
.dkgoldsubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #996600;
}
.dkgoldbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#996600;
	font-weight:bold;
}
.credit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: #666600;
}
.creditindent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: #666600;
	padding-left: 10px;
}
.imgleft {
	margin-bottom: 3px;
	margin-right: 6px;
	margin-top: 0px;
}

