body {
	background-color: #DFDBB9;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
}

.copy-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}

#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

#copy a:link {  color: #333333; text-decoration: underline;}
#copy a:visited {  color: #333333; text-decoration: underline;}
#copy a:hover {  color: #FF6600; text-decoration: underline;}
#copy a:active { color: #000099; text-decoration: underline;}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 15px;
}
#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#footer a:active {
	color: #FF0000;
	text-decoration: underline;
}
#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
#topnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
#topnav a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* SIDEBAR Background gradient */
#gradient {

	background-color: #E7B584;
	background-image:  url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFE895;
}
/* TOPNAV INDICATOR IDs*/
body#aboutpage td#about, body#servicespage td#services, body#directorypage td#directory, body#homepage td#home, body#communitypage td#community {
	color: #FFFFFF;
	background-color: #FF9900;
}

/* SIDEBAR NAV ROLLOVER CSS*/
#navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navcontainer li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-weight: bold;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer a
{
	display: block;
	width: 170px;
	color: #FFFFCC;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 14px;
}

#navcontainer a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #CC6600;
}
#navcontainer ul ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 155px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
}
#navcontainer ul ul a:hover {
	color: #CF6700;
	background-color: #FFFFFF;
	text-decoration: none;
}
