body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
	background-color:#CDB48D
}
p, div, td {
	font-family: Arial, Helvetica, sans-serif;
}
.frontpage_text {
	font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
}
.navbutton
{
    width: 100%;
    font-family: sans-serif;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    color: black; 
}
.navbutton:link 
{
    color: black; 
    background-color: #D2E9FF;
}
.navbutton:visited 
{
	color: black; 
	background-color: #D2E9FF;
}
.navbutton:hover 
{
	color: black; 
	BACKGROUND-COLOR: #FF9900;
}
.newsbox {
	border: 2px solid #F8D189;
}
.footertext {
	font-size: 9px;
	color: #FFFFFF;
}
td.gallery {
    color: #F8D189;
}
td.gallery a:link {
    color: #F8D189; 
}
td.gallery a:visited {
	color: #F8D189; 
}
td.gallery a:hover {
	color: #ffffff; 
}
.bulletedtext {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	list-style-position: outside;
	list-style-image: url(../images/checkmark.png);
}
#contentTd {
	width:793px;
}
#outerTable {
	width:793px;
	background-image:url(../images/drkbrownrect.png);
}
#headerTable {
	width:793px;
}
/* ------------------------------ PRICE LIST ------------------------------------- */
#pricelistTable {
	background-color:white;
	border-collapse:collapse;
	border-color:#999999;
}
.pricelistColoredTd {
	background-color:#F8D189;
}
/* ------------------------------ /PRICE LIST ------------------------------------- */
.catOption {
	background-color:#CCCCCC;
	font-weight:bold;
}