body {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	background-image: url(imgs/skin-bkgd-page.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
}
.shade-right {
	background-image: url(imgs/skin-shade-right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.shade-left {
	background-image: url(imgs/skin-shade-left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.tagline {
	font-size: 14px;
	font-style: normal;
	color: #868686;
	padding-right: 25px;
	font-weight: bold;
}
#nav-main {
	font-size: 14px;
	font-weight: bold;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#nav-main a:link {
	color: #9E5F22;
	padding-right: 25px;
	text-decoration: none;
}
#nav-main a:visited {
	color: #9E5F22;
	padding-right: 25px;
	text-decoration: none;
}
#nav-main a:hover {
	color: #D25E00;
	padding-right: 25px;
	text-decoration: underline;
}
#nav-main a:active {
	color: #D25E00;
	padding-right: 25px;
	text-decoration: underline;
}
#nav-side {
	font-size: 12px;
	font-weight: bold;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #9E5F22;
}
#nav-side a:link {
	color: #9E5F22;
	padding-right: 25px;
	text-decoration: none;
}
#nav-side a:visited {
	color: #9E5F22;
	padding-right: 25px;
	text-decoration: none;
}
#nav-side a:hover {
	color: #D25E00;
	padding-right: 25px;
	text-decoration: underline;
}
#nav-side a:active {
	color: #D25E00;
	padding-right: 25px;
	text-decoration: underline;
}
#content {
	padding-top: 30px;
	padding-bottom: 30px;
}
#content a {
	color: #9E5F22;
}
#content h1 {
	font-size: 24px;
	color: #007995;
	font-weight: normal;
}
#content h2 {
	font-weight: bold;
	color: #00677F;
	font-size: 16px;
}
#content h3 {
	font-weight: bold;
	color: #4D6666;
	font-size: 16px;
}
#content li {
	padding-bottom: 4px;
}
#address {
	font-size: 13px;
	color: #00677F;
	padding-top: 40px;
}
#address a {
	color: #9E5F22;
}
#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 20px;
}
#footer a:link {
	color: #81593B;
	text-decoration: none;
}
#footer a:visited {
	color: #81593B;
	text-decoration: none;
}
#footer a:hover {
	color: #9E5F22;
	text-decoration: underline;
}
#footer a:active {
	color: #9E5F22;
	text-decoration: underline;
}

