@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #534336;
}
p {
	margin: 0px 0px 15px;
	font-size: 0.8em;
	line-height: 1.5em;
}
h3 {
	font-size: 1.2em;
	color: #A18653;
	margin: 0px 0px 10px;
}
h4 {
	font-size: 0.8em;
	margin: 0px;
	text-transform: uppercase;
	color: #A18653;
}
h5 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
#header {
	background-color: #FFFFFF;
	height: 99px;
	width: 100%;
}
#headerLogo {
	width: 900px;
	margin: 0px auto;
	height: 99px;
}
#headerLogo img {
	float: left;
}
#navbar {
	background-image: url(../images/nav_bkgd.gif);
	height: 31px;
	background-repeat: repeat-x;
	padding-top: 7px;
}
#lgPhoto {
	height: 218px;
	background-color: #4D6B7E;
}
#phone {
	height: 37px;
	overflow: hidden;
}
#content {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar_bkgd2.jpg);
	background-repeat: repeat-y;
}
#copy {
	float: left;
	width: 610px;
	padding-top: 20px;
	padding-left: 20px;
}
.copyBlue {
	color: #4D6B7E;
	font-weight: bold;
}

#copy a:link, #copy a:visited {
	text-decoration: underline;
	color: #4A6B7E;
	font-weight: bold;
}
#copy a:hover, #copy a:active {
	color: #4A6B7E;
	text-decoration: underline;
	font-weight: bold;
}
.copy2 {
	font-weight: bold;
}

.copy2 a:link, .copy2 a:visited {
	text-decoration: underline;
}
.copy2 a:hover, .copy2 a:active {
	color: #4A6B7E;
	text-decoration: underline;
}

#sidebar {
	width: 257px;
	float: right;
	position: relative;
}
#sidebarQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.5em;
	color: #FFFFFF;
	margin: 10px 10px 10px 15px;
}
.sidebarQuoteName {
	font-style: normal;
	margin-left: 25px;
	text-transform: uppercase;
}
#clear {
	clear: both;
}
#footer {
	height: 30px;
}
#footerCopy {
	height: 20px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A18653;
	text-align: left;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #FFFFFF;
}

#footerCopy a:link, #footerCopy a:visited {
	color: #FFFFFF;
}

#footerCopy a:hover, #footerCopy a:active {
	color: #FFE2C5;
.bodyCopyBoldUppercase {
	font-weight: bold;
	text-transform: uppercase;
}
