body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
/*	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	*/
	background-color: #ffffff;
}

p,td,li,h1,h2,h3,h4 {
	color: #696969;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

h1,h2,h3,h4 {
	font-weight: bold;
}

h2 {
	padding-top: 25px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	color: #A68949;
	font-size: 11px;
	margin-top: 30px;
	margin-bottom: -8px;
	padding-bottom: 0px;
}

ul li {
	padding:2px 0px 5px 0px;
}

ul.flush {
	padding:5px 0px 0px 50px;
	margin:0px;
}

ul.flush li {
	padding:2px 0px 5px 0px;
}

td.bg_left {
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
}

td.bg_right {
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
}

td.bg_highlights {
	background-image: url(../images/bg_highlights.gif);
	background-repeat: repeat-y;
}

table.main_content {
	background-color: #FFFFFF;
}

td.home_content {
	padding-bottom: 35px;
}

td.home_content p,
td.home_content h1 {
	padding: 0px 62px 0px 36px;
}

td.home_content ul {
	padding: 0px 62px 0px 62px;
}

td.home_content li {
	padding: 0px 0px 10px 0px;
}


/* ------------------------ */
/* --- highlights table --- */
/* ------------------------ */
table.highlights {
	padding: 0px 20px 10px 0px;
}

#highlights {
	width: 225px;
	margin-top: 0;
	padding: 15px 25px 10px 25px;
	margin-left: 0;
	list-style: none;
	font-weight: bold;
}
*html #highlights {
	width: 240px;
}

/*

#highlights li {
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 15px;
	background-image: url(../images/arrow_highlights.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.8em;
}

#highlights li a:link, #highlights li a:visited {
	text-decoration: none;
}

#highlights li a:hover {
	color: #C59C24;
	text-decoration: underline;
}
*/

td.temp_subnav {
	height: 23px;
	background-image: url(../images/bg_subnav.gif);
	background-repeat: repeat-x;
}

td.temp_subnav a:link, td.temp_subnav a:visited {
	padding-right: 10px;
	color: #8C7440;
	text-decoration: none;
}

td.temp_subnav a:hover {
	color: #B42B33;
	text-decoration: underline;
}

td.subpage_content {
	padding-left: 39px;
	padding-right: 20px;
	padding-bottom: 15px;
}

#subnav {
	width: 225px;
	margin-top: 0;
	padding-top: 8px;
	margin-left: 0;
	padding-left: 25px;
	padding-bottom: 8px;
	list-style: none;
}
*html #subnav {
	width: 240px;
}

#subnav li {
	padding-top: 7px;
	/*
	padding-top: 12px;
	*/
	padding-left: 20px;
	padding-right: 15px;
	background-image: url(../images/arrow_highlights.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
}

#subnav li a:link, #subnav li a:visited {
	text-decoration: none;
}

#subnav li a:hover, #subnav li a.active:link, #subnav li a.active:visited{
	color: #B42B33;
	text-decoration: underline;
}

#quote {
	color: #000000;
	font-size: 9px;
	line-height: 14px;
	padding: 0px 5px 5px 5px;
}

#quote_name {
	color: #C59C24;
	font-size: 9px;
	line-height: 16px;
	padding: 0px 0px 0px 30px;
}

#quote_title {
	color: #838382;
	font-size: 9px;
	line-height: 16px;
	padding: 0px 0px 0px 30px;
}

/* -------------- */
/* --- footer --- */
/* -------------- */
td.footer_top {
	color: #C8B58B;
	height: 22px;
	font-size: 8px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_footer_top.gif);
	background-repeat: no-repeat;
}

td.footer_bttm {
	color: #C8B58B;
	height: 38px;
	font-size: 9px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/bg_footer_bttm.gif);
	background-repeat: no-repeat;
}

td.footer_top a:link, td.footer_top a:visited {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

td.footer_top a:hover {
	color: #333300;
	text-decoration: underline;
}

/* ------------ */
/* --- links --- */
/* ------------ */
a, a:visited {
	color: #C59C24;
}

a:hover {
	color: #B42B33;
}