@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F8E7;
}
#banner {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #F8F8E7;
}
#nav_bar {
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 7px;
	background-color: #BE0001;
	padding-bottom: 2px;
}
#nav_bar td {
	text-align: center;
}

#nav_bar a {
	font-size: 1.1em;
	font-weight: bold;
	color: #F5F5E0;
	text-align: center;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}
#mainContent a {
	color: #BE0001;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}

#nav_bar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	width: 800px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/footer.gif);
	background-color: #BE0001;
}
.arrows {
	font-weight: bold;
	color: #F5F5E0;
}

p {
	font-size: 0.9em;
	line-height: 125%;
}
h1 {
	font-size: 2.1em;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -20px;
	color: #333333;
}
h2 {
	font-size: 1.25em;
	color: #BE0001;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}
ul {
	font-size: 0.9em;
}
.contact {
	padding-left: 25px;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.copyright {
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
}

#mainContent {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.bioheader {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -.75em;
	color: #4F4F17;
}
.associate {
	font-weight: bold;
	color: #4F4F17;
	margin-right: 350px;
	font-size: 0.9em;
}
.employment_header {
	font-style: italic;
	font-weight: bold;
	margin-bottom: -1em;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .1em;
}
a:visited {
	text-decoration: none;
}
.style2 {color: #F5F5E0}
#container #mainContent #associate_photo {
	display: block;
	float: right;
	margin-right: 0px;
	margin-top: 10px;
}

