@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #552922;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-image: url(images/Bg.gif);
}
h1 {
	color: #552922;
}
h2 {
	color: #FFF;
	background-color: #552922;
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-size: large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
h3 {
	color: #28AFAB;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	color: #552922;
}

img {
	border-style: none;
	}
h5 {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #552922;
}

#header {
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
}
.img_giving {
	float: left;
	padding-right: 10px;
}

.wrapper {
	width: 931px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	background-image: url(images/Bg2.gif);
	background-repeat: repeat;
}
.wrapper #container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}
.wrapper #container #mainContent #defaut_table {
	text-align: center;
	padding-top: 40px;
	vertical-align: 0%;
}
.wrapper #container #mainContent #defaut_table tr th #front_text {
	text-align: justify;
	padding-right: 15px;
	padding-left: 5px;
	font-style: normal;
}


.wrapper #container #navbar{
	background-image: none;
	height: 32px;
	width: 931px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.wrapper #container #mainContent {
	padding-right: 15px;
	padding-left: 15px;
}


#bottom  {
	background-image: url(images/subfooter-bg.gif);
	clear: both;
}

#footer {
	background-image: url(images/footer-bg.gif);
	padding: 0px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottomnav {
	list-style-type: none;
	color: #FFF;
	list-style-type: none;
	display: inline;
	white-space: nowrap;
	text-align: justify;
	background-image: url(images/subfooter-bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#bottomnav ul  {
	list-style-type: none;
	padding: 0px;
	text-align: right;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: nowrap;
}
.wrapper #container #mainContent #safetywrap {
	padding-bottom: 20px;
}
#bottomnav ul li a {
	color: #FFF;
	text-decoration: none;
}
#bottomnav ul li a:visited {
	color: #FFF;
}
#bottomnav ul li  {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subfooter {
	color: #FFF;
	background-repeat: repeat;
	font-size: 12px;
	background-image: url(images/subfooter-bg.gif);
	bottom: auto;
	position: relative;
}
.wrapper #container .clearboth #giving_table {
	padding-right: 30px;
	padding-bottom: 10px;
}
