@charset "UTF-8";
body {
	background: url(../images/ras_background.gif);
	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: #b4cd95;
	font-family: Garamond, "Garamond Premr Pro", Georgia, serif;
	font-size: 100%;
}
p {
	text-align: justify;
	line-height: 22px;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #444d3e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: .5px solid #444d3e;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 286px;
	background-image: url(../images/ras_header.gif);
	background-repeat: no-repeat;
	padding: 0 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 140px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #444d3e;
}
a.mainContent:link {
	color: #b4cd95;
	font-style: normal;
	text-decoration: none;
}
a.mainContent:visited {
	color: #b4cd95;
	font-style: normal;
	text-decoration: none;
}
a.mainContent:hover {
	font-weight: bold;
	color: #b4cd95;
	text-decoration: none;

}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b4cd95;
	color: #444d3e;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}

.jameswenzel {
	font-family: Helvetica, sans-serif;
}
.largeP {
	font-size: 14px;
	color: #444d3e;
	font-weight: bold;
}
a.footer:link {
	color: #444d3e;
	font-style: normal;
	text-decoration: none;
}
a.footer:visited {
	color: #444d3e;
	font-style: normal;
	text-decoration: none;
}
a.footer:hover {
	font-weight: bold;
	color: #444d3e;
	text-decoration: none;

}
