body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #47403B;
}
.oneColElsCtr #container {
	width: 576px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	text-align:center;
	margin-bottom:18px;
}
#body {
	text-align:center;
}
#footer {
	margin-bottom:27px;
	text-align:center;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-weight:normal;
	font-variant:small-caps;
	text-decoration:underline;
	margin:0;
	padding:0 0 12px 0;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-weight:normal;
	font-variant:small-caps;
	margin:0;
	padding:0;
}
p.menu {
	margin:0;
	padding:0 0 9px 0;
	font-variant:small-caps;
}
p {
	font-size: 91%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
span.navbar {
	font-size:91%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
span.footer-text {
	font-size:98%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
.float-right {
	float:right; 
	margin-left:16px;
	}
.float-left {
	float:left;
	margin-right:16px;
	}
p.align-right {
	text-align:right;
}
p.center {
	text-align:center;
}
p.inset {
	padding-left:120px;
}
.clear { clear:both; }
.framed-large {
	border:#47403B 1px solid;
	padding:16px;
	margin:20px;
}
.framed {
	border:#47403B 1px solid;
	padding:8px;
	margin-bottom:18px;
}
p.clear {
	
}
img.frontimage {
	margin-bottom:20px;
	border:#47403B 1px solid 
}
img.no-border {
	border:none;
}
span.pull-quote {
	font-style:italic;
	font-weight:normal;
}
img { 
margin: 0 0 3px 0; 
padding: 0; 
border: 0; 
}

.caption-right { 
display: inline; 
float: right; 
clear: right; 
margin: 3px 0 9px 9px; 
padding: 4px; 
border: 1px solid #392f2f; 
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-style:italic;
}
.caption-left { 
display: inline; 
float: left; 
clear: left; 
margin: 3px 9px 9px 0; 
padding: 4px; 
border: 1px solid #392f2f; 
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-style:italic;
}