div{
    background-color: #005500;
    font-family:Trebuchet MS;   
    font-size:18;
    text-align: center;
}
p{
    font-size:16;
    color:white;
}
p.small{
    font-size:13;
}
p.medium{
    font-size:14;
}
p.large{
    font-size:30;
}
p.main_body{
    font-size:13.5;
    color: #005500;
}
.small{
    font-size:13;
}
.large{
    font-size:30;
}
table{
    margin: 0 auto;
}
a{
    color:white;
    text-decoration: none;
}
a.main_body{
    color:#005500;
    text-decoration: none;
}
.main_panel_left{
    position:absolute;
    left:0px;
    top:142px;
    width:153px;
    height:601px;
    z-index:1;
    color:white;
}
.shadow_main_left{
    background-color: #000000;
    position:absolute;
    left:4px;
    top:145px;
    width:152px;
    height:601px;
    z-index:0;
}
.main_panel_top{
    position:absolute;
    left:172px;
    top:0px;
    width:572px;
    height:123px;
    z-index:1;
}
.shadow_top_main{
    background-color: #000000;
    position:absolute;
    left:175px;
    top:0px;
    width:572px;
    height:126px;
    z-index:0;
}
.corner_panel_main{
    position:absolute;
    left:0px;
    top:0px;
    width:153px;
    height:123px;
    z-index:1;
}
.corner_rotation{
    position:absolute;
    left:0px;
    top:0px;
    width:153px;
    height:123px;
    z-index:1;
}
.shadow_corner_main{
    background-color: #000000;
    position:absolute;
    left:0px;
    top:0px;
    width:156px;
    height:126px;
    z-index:0;
}
.rose{
    background-color: transparent;
    position:absolute;
    left:675px;
    top:0px;
    width:138px;
    height:138px;
    z-index:2;
}
.main_body_right_text{
    background-color: transparent;
    position:absolute;
    left:400px;
    top:141px;
    width:340px;
    height:130px;
    z-index:0;
    text-align: right;
}
.main_body_left_logo{
    background-color: transparent;
    position:absolute;
    left:173px;
    top:141px;
    width:200px;
    height:130px;
    z-index:0;
}
.main_body_center_nav{
    background-color: transparent;
    position:absolute;
    left:173px;
    top:300px;
    width:567px;
    height:40px;
    z-index:0;
    text-align: center;
    vertical-align: bottom;
}
.main_body_swap-out_table{
    background-color: transparent;
    position:absolute;
    left:173px;
    top:330px;
    width:567px;
    height:144px;
    z-index:0;
}
.main_body_LWF{
    background-color: transparent;
    position:absolute;
    left:173px;
    top:474px;
    width:567px;
    height:40px;
    z-index:0;
    text-align: center;
}
.main_body_center_nav2{
    background-color: transparent;
    position:absolute;
    left:173px;
    top:514px;
    width:567px;
    height:160px;
    z-index:0;
    text-align: center;
    
}
.main_body_facebook{
    background-color: transparent;
    position:absolute;
    left:190px;
    top:700px;
    width:567px;
    height:40px;
    z-index:2;
}
.main_body_preschool{
    background-color: transparent;
    position:absolute;
    left:590px;
    top:515px;
    width:135px;
    height:105px;
    z-index:0;
}
.main_body_elca{
    background-color: transparent;
    position:absolute;
    left:195px;
    top:525px;
    width:135px;
    height:105px;
    z-index:0;
}

*[class^='table-image'] {
    transition: background-image .5s ease-in-out;
    -moz-transition: background-image .5s ease-in-out;
    -webkit-transition: background-image .5s ease-in-out;
}

.table-image1 {
    display: block;
    height: 110px;
    width: 149px;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('http://www.resurrectionpeople.org/Images/RLCFrontsmall1.jpg');
    background-size: 149px 110px;
}

.table-image1:hover {
    background-image: url('http://www.resurrectionpeople.org/Images/RLCFrontsmall.jpg');
}

.table-image2 {
    display: block;
    height: 110px;
    width: 143px;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('http://www.resurrectionpeople.org/Images/plankold.png');
    background-size: 143px 110px;
}

.table-image2:hover {
    background-image: url('http://www.resurrectionpeople.org/Images/planknew.png');
}

.table-image3 {
    display: block;
    height: 110px;
    width: 120px;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('http://www.resurrectionpeople.org/Images/adventold.png');
    background-size: 120px 110px;
}

.table-image3:hover {
    background-image: url('http://www.resurrectionpeople.org/Images/adventnew.png');
}

.table-image4 {
    display: block;
    height: 110px;
    width: 126px;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('http://www.resurrectionpeople.org/Images/tractorold.png');
    background-size: 126px 110px;
}

.table-image4:hover {
    background-image: url('http://www.resurrectionpeople.org/Images/tractor.png');
}