#page-container {
        
        
        width: 1024px;
        margin: auto;
}


html, body {
        
        margin: 0;
        padding: 0;
        background: #d3e0f1;
        background-image: url(../images/bckgrnd7e2b.jpg);
        background-attachment:fixed;
        background-position:center;
          
}

body {
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 18px;
       
}


#pre-header {
        height: 3px;
}


#header {
        
        background: #EEF3FC;
        padding-top: 25px;
        padding-bottom: 50px;
        width: 1024px;
        height: 114px;
        position: relative;
}

#header:before {
        content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: 0;
	border-left: 9999px solid #EEF3FC;
	box-shadow: 9999px 0 0 #EEF3FC;
}

.logo-image {
        padding-top: 3px;
        padding-left: 10px;
        width: 109px;
        float: left;
        
}

.logo-image img {
        width: 109px;
        border:1px solid #003A84;
        padding: 0px;
        background-color:#fff;
}

.for-heading {
        Width: 622px;
        height: 114px;
        
        float: left;
}

.for-heading h1 {
        font-size: 50px;
        margin-top: 0px;
        color: #003A84;
        padding-left: 20px;
        margin-right: 0px;
        
}


#phone-number {
        color: #003A84;
        margin-left: 0px;
        padding-top: 5px;
        padding-right: 5px;
        text-align: right;
        
     
        
}


#spacer4 {
        height: 60px;
        position: relative;
      
}


#spacer4 a {
        color: #fff;
}

#for-search {
        position: absolute;
        
        top: 20px;
        left: 10px;
}

#textresize-text {
        position: absolute;
        left: 793px;
        top: 25px;
}


#for-textresize {
        position: absolute;
        
        width: 125px;
        height: 35px;
        left: 893px;
        top: 21px;
}

.main-nav {
        height: 65px;
        width: 1024px;
        margin-bottom: 0px;
        position: relative;
        padding-bottom: 20px;
       
     
}

.main-nav a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 28px;
        padding-left: 10px;
        padding-right: 7px;
        
}



.main-nav a:hover {
        color: #ff8c00;
}

.main-nav #altnav {
        top: 35px;
        padding-left: 0px;
       
        color: #003A84;
        position: absolute;
        left: 65px;
}

.content {
        background: #fff;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        z-index:0;
}

.content:before {
        z-index:-1;
        content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: 0;
	border-left: 9999px solid white;
	box-shadow: 9999px 0 0 white;
}


.content ul li {
        margin-top: 13px;
}


.content td {
        vertical-align: top;
        padding: 20px;
}

.content h2 {
        padding: 0px;
        margin: 0px;
}


.donate-section {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 10px;
}



.donate-section ul li {
        margin-top: 13px;
}

.donate-section a {
        color: yellow;
}



.donate-section a:hover {
        color: #ff8c00;
}

.donate-section th td {
        padding-bottom: 20px;
        
}

.footer {
       
       width: 1024px; 
       background: #EEF3FC;
       position: relative;
}




.footer:before {
        content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: 0;
	border-left: 9999px solid #EEF3FC;
	box-shadow: 9999px 0 0 #EEF3FC;
}

.footer img {
        width: 150px;
        margin-top: 40px;
        margin-bottom: 30px;
        padding: 3px;
        border:1px solid #003A84;
        background-color: #fff;
}

#post-footer {
        
        height: 5px;
}