html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #D8D3C8 url(images/bg_color-tan.png);
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
}
h1 {
	font: 38px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #601b00;x:#D8D3C8;
	margin: 0 0 2px;
	padding: 0 0 2px 5px;
	border-bottom: 1px solid #D8D3C8;
}
h2 {
	color: #9D9175;
	font: 21px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 15px
}
h3, .h3 {
	color: #8b0000;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0;
}
h4, .h4 {
	color: #D8D3C8;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
p, ul {
	margin: 0 0 15px;
}
ul {
	padding: 0 0 0 20px;
}
ul ul {
	margin: 0;
}
a {
	color: #8b0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted #8b0000;
}
a.mailto {
	padding: 0 0 0 15px;
	background: url(images/icon_link_mailto.png) no-repeat left center;
}
a.mailto:hover {
	background: url(images/icon_hlink_mailto.png) no-repeat left center;
}

#gradient-wrapper {
	background: url(images/bg_gradient-tan.png) repeat-x center top;
}
#shadow-wrapper {
	background: url(images/shadow_repeating.png) repeat-y center top;
}
#shadow-bottom-wrapper {
	background: url(images/shadow_bottom.png) no-repeat center bottom;
}
#shadow-top-wrapper {
	background: url(images/shadow_top.png) no-repeat center top;
}
#page {
	width: 764px;
	margin: 0px auto;
	background: #FFF;
}
#banner {
	background: #8b0000 url(images/banner_bg.png) repeat-x;
	height: 80px;
}

#nav {
	width: 190px;
	float: left;
}
#nav #flash-box {
	padding: 2px;
	margin: 0 0 2px;
	border: 1px solid #D8D3C8;
}
#nav ul {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	margin: 2px 0;
	padding: 2px;
	list-style: none;
	border: 1px solid #D8D3C8;
}
#nav ul li a, #home-nav li a {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin: 0;
	display: block;
	background: #8b0000 url(images/btn_bg.png) repeat-x center center;
}
#nav ul li a:hover, #home-nav li a:hover {
	border: none;
	background: #3A446E url(images/btn_bg-hover.png) repeat-x center center;
}
#nav ul li a.selected, #nav ul li a.selected:hover {
	background: #D8D3C8 url(images/btn_bg-selected.png) repeat-x center center;
}
#contact {
	font-size: 12px;
	padding: 10px 0 0 5px;
x	border-bottom: 1px solid #D8D3C8;
}

#home-nav {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 2px 0;
	list-style: none;
	border-top: 1px solid #D8D3C8;
}
#home-nav li {
x	width: 181px;
	display: inline;
	float: left;
}
#home-nav a {
	width: 181px;
}

#content {
	text-align: left;
	padding: 2px 8px;
}
#content-column {
	float: left;
	width: 555px;
	margin: 0 0 0 2px;
	border-left: 1px solid #D8D3C8;
}
#content-column .padding {
	min-height: 550px;
	margin: 0 0 0 2px;
	padding: 5px 10px;
	background: #F5F4F1;
}
#flash-box {
	padding: 2px 0;
	margin: 2px 0 0;
	border-top: 1px solid #D8D3C8;
	border-bottom: 1px solid #D8D3C8;
}
#footer {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#footer-nav {
	color: #D8D3C8;
	padding: 8px 0 2px;
}
#footer-nav a  {
	margin: 0 5px;
}
#copyright {
	font-size: 10px;
	letter-spacing: 2px;
	margin: 0 8px 2px;
	padding: 2px;
	border-top: 1px solid #D8D3C8;
	border-bottom: 1px solid #D8D3C8;
}
#footer-buffer {
	height: 68px;
	background: #8b0000 url(images/footer_bg.png) repeat-x;
}
.home-left-column {
	float: left;
	width: 445px;
}
.home-left-column .padding {
	padding: 5px 5px 5px 0;
}
.home-right-column{
	width: 302px;
	float: left;
	padding: 0;
	margin: 2px 0 0;
	border-left: 1px solid #D8D3C8;
}
.home-right-column .padding {
	padding: 5px;
	margin: 0 0 0 2px;
	background: #F5F4F1;
}
.inset-right {
	float: right;
	margin: 0 0 5px 10px;
}
inset-left {
	float: left;
	margin: 0 10px 5px 0;
}
.framed {
	background: #DEDAD0;
	padding: 7px;
	border: 3px solid #D8D3C8;
}
.sub-nav {
	font-size: 12px;
	padding: 0;
	list-style: none;
}
.light-color {
	color: #D8D3C8;
}