.address {
	margin-right:60px;
}

.floatLeft {
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
}

.floatRight {
	position: relative;
	float: right;
	margin: 0px 0px 0px 10px;
}
.dotLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2B532D;
	padding: 3px 0px;
}

.middleEdgeBk {
	background-image:  url("images/middle-edge.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.textBoxBk {
	background-image:  url("images/text-box.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
.linkBarsBk {
	background-image:  url("images/link-bars.gif");
	background-repeat: no-repeat;
}
p {
	line-height: 1.6em;
}
body {
	background-color: #2B532D;
	margin: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #523110;
}.orangeText {
	color: #F98619;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #65C369;
	text-decoration: none;
}
#nav a:hover {
	color: #F98619;
	text-decoration: none;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #65C369;
	text-decoration: none;
}
#footer a:hover {
	color: #F98619;
	text-decoration: none;
}
a:link, a:visited {
	color: #2B532D;
}
a:hover {
	color: #F98619;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2B532D;
}
h1 {
	font-size: 18px;
	color: #F88716;
	font-weight: bold;
}

