@charset "UTF-8";
body {
	font: 100% "Lucida Grande", "Lucida Sans", Verdana, Arial;
	background: #470404 url(../images/striped-background.jpg) repeat-x fixed center top;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/images/content-shadow.gif) repeat-y center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF url(/images/header2011.jpg) no-repeat center top;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 250px;
	border: 0px solid #FFFFFF;
	text-indent: -9999px;
	margin: 0px;
}
.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 #header_links {
	color: #000000;
	padding-top: 160px;
	/*padding-left: 40px;*/
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding-left:0px;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	/*letter-spacing: .07em;*/
}
.oneColFixCtrHdr #header_links li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 12px;

}
.oneColFixCtrHdr #header_links a:link, #header_links a:active, #header_links a:visited {
	color:#000000;
	text-decoration:none;
}
.oneColFixCtrHdr #header_links a:hover {
	color:#000000;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: right top;
}
.oneColFixCtrHdr #mainContent p {
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer-bow2011.jpg) no-repeat center top;
	overflow: hidden;
	display: block;
	margin: 0px;
	text-align: center;
	font-size: 0.7em;
	color: #666666;
	height: 150px;
}
.oneColFixCtrHdr #footer p {
	margin: 100px 0 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 */
	text-align: center;
	font-size: 0.7em;
	color: #666666;
}
a:link {
	color: #B92425;
}
a:hover {
	color: #B92425;
	text-decoration:none;
}
a:visited {
	color: #B92425;
}
.form_box {
	clear:both;
	display:block;
	border:1px solid #F0F0F0;
	margin:20px;
	padding:10px;
	color: #000000;
	background-color:#F0F0F0;
	vertical-align: top;
	font-size: 12px;
}
h1 {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3  {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 16px;
	line-height: 20px;
}
h4 {
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}
.small_text {
	font-size: 0.8em;
}
.small_text p {
	font-size: 0.8em;
}
.form_box h1 {
	text-indent: -9999px;
	height: 0px;
	position: absolute;
}
.right-box {
	display: block;
	float: right;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
.grace-intro p {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

