html, body {
	width:100%;
	height:100%;
	background-color:#f5f0e2;
	font-family:Helvetica, Arial, sans-serif;
font-size:12px;
line-height:18px;
color:#1b2943;
}

#container {
margin-left:auto;
margin-right:auto;
width:951px;
}

#containerTop {
width:925px;
background-image:url(/images/backgrounds/topBkgrdStrip.jpg);
background-position:-9px 0px;
background-repeat:no-repeat;
}

#containerTopLeft {
width:9px;
height:31px;
background-image:url(/images/backgrounds/topBkgrdStrip.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
border-left:4px solid #dcd1c6;
}

#containerTopRight {
width:9px;
background-image:url(/images/backgrounds/topBkgrdStrip.jpg);
background-position:100% 0px;
background-repeat:no-repeat;
border-right:4px solid #dcd1c6;
}

#containerMiddle {
}

#containerLeft {
background-image:url(/images/backgrounds/leftBkgrdStrip.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
background-color:#dcd1c6;
border-left:4px solid #dcd1c6;
}

#containerRight {
background-image:url(/images/backgrounds/rightBkgrdStrip.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
background-color:#dcd1c6;
border-right:4px solid #dcd1c6;
}

#containerBottom {
background-color:#f5f0e2;
height:9px;
}

#containerBottomLeft {
height:9px;
background-color:#f5f0e2;

}
#containerBottomRight {
background-color:#f5f0e2;
}
#branding {
width:925px;
height:100px;
background-color:#ffffff;
background-image:url(/images/branding/tag.gif);
background-position:540px 22px;
background-repeat:no-repeat;
}
#brandingContent {
background-image:url(/images/branding/logo.gif);
background-position:22px 22px;
background-repeat:no-repeat;
height:100px;
}
#ss_17 {
width:213px;
height:65px;
margin-left:22px;
margin-top:22px;
cursor:pointer;
}
#bodyContent {
width:571px;
min-height:450px;
padding:22px 0px 22px 0px;
}
#bodyContentTop_TXT {
margin:0px 22px 0px 22px;
}

#includedContent {
margin:0px 22px 0px 22px;
}

#bodyContentBottom_TXT {
margin:0px 22px 0px 22px;
}
#sidebarLeft {
width:410px;
padding:22px 0px 22px 0px;
}
#sidebarLeftTop_TXT {
margin:0px 0px 0px 22px;
}
#sidebarLeftIncludedContent {
margin:0px 0px 0px 22px;
}
#sidebarLeftBottom_TXT {
margin:0px 0px 0px 22px;
}
#sidebarRight {
background-color:#ffffff;
width:354px;
padding:22px 0px 22px 0px;
}
#sidebarRightTop_TXT {
margin:0px 22px 0px 0px;
}
#sidebarRightIncludedContent {
margin:0px 22px 0px 0px;
}
#sidebarRightBottom_TXT {
margin:0px 22px 0px 0px;
}
.secondaryImage {
border:4px solid #dcd1c6;
}
a.secondaryGift {
display:block;
left:4px;
position:absolute;
top:-130px;
border-bottom:4px solid #dcd1c6;
border-right:4px solid #dcd1c6;
border-top:4px solid #dcd1c6;
}

/* main css */
h1, h2, h3, h4, h5, h6, p {
margin:0px;
padding:0px;
}
p, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
line-height:18px;
color:#1b2943;
font-weight:normal;
}
p {
margin-bottom:16px;
}
h1 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 8px;
	color: #51638e;
}
h2 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2px;
	text-transform:uppercase;
	color: #ff7831;
	font-weight:bold;
}
h2.lowercase {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 2px;
	text-transform:none;
	color: #ff7831;
	font-weight:bold;
}
h3 {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #1b2943;
}
h4 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 14px;
	color: #51638e;
	text-transform:uppercase;
}
h4.homeFeature {
background-image:url(/images/backgrounds/headerLogoBkgrd.gif);
background-position:0 0;
background-repeat:no-repeat;
color:#51638E;
font-size:18px;
font-weight:bold;
line-height:20px;
margin-bottom:8px;
margin-top:22px;
padding-left:24px;
padding-top:22px;
text-transform:uppercase;
}
hr{
  background-color: #1b2943;
  color: #1b2943;
  height: 1px;
}

a {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color: #1b2943; 
text-decoration:underline;
}
a:hover {
	color: #ff7831;
}

ul {
margin:0px;
padding:0px;
margin-bottom:12px;
list-style:none;
}

ol {
margin:0px;
padding:0px;
margin-bottom:12px;
}

ul li {
margin:0px;
padding:0px;
margin-bottom:2px;
margin-left:1px;
background-image:url(/images/bullets/dotBlue003367.gif);
background-repeat:no-repeat;
background-position:0 0.5em;
padding-left:10px;
}
ol li {
margin:0px;
padding:0px;
margin-bottom:2px;
margin-left:18px;
}
/* Editor css*/

.centerWithBorder {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 4px;
	border-style: solid;
	border-color: #dcd1c6;
	margin-bottom: 10px;
}
.leftWithBorder {
 float: left;
 margin-top: 1px;
 margin-right: 10px;
 margin-bottom: 5px;
 border-width:4px;
 border-style:solid;
 border-color:#dcd1c6;
}
.rightWithBorder {
 float: right;
 margin-top: 1px;
 margin-left: 10px;
 margin-bottom: 5px;
 border-width:4px; border-style:solid;

 border-color:#dcd1c6;
}
.fontRed {
	color: #6a1f13;
}
.fontYellow {
	color: #FFD83F;
}
.fontBlue {
	color: #51638e;
}
.fontOrange {
	color: #ff7831;
}
.fontBrown {
	color: #481D17;
}
.fontSmall {
font-size:10px;
line-height:12px;
}
.leadText {
font-size:16px;
line-height:26px;
color:#1b2943;
}
.inputSubmit {
	color: #FFFFFF;
	background-color: #53648D;
}
.inputSubmitHover {
color: #FFFFFF;
	background-color: #EE641C;
}
.inputReset {
	color: #FFFFFF;
	background-color: #53648D;
}
.inputResetHover {
	color: #FFFFFF;
	background-color:#EE641C;
}
#donationForm {
width:324px;
background-color:#F5F0E2;
border:4px solid #dcd1c6;
border-top:none;
}
form.donationContent {
padding:15px 20px 20px 20px;
}
form.donationContent h2 {
	font-size: 13px;
	line-height:17px;
	margin-bottom: 0px;
	color: #51638e;
	text-transform:capitalize;
}
.donationImage {
border:4px solid #dcd1c6;
border-bottom:none;
}