/* GENERAL STYLES */

body {
    background-color: #505050; 
}

h1,h2,h3,h4,h5 {
    font-family: Trebuchet MS, sans-serif;
    font-weight: normal;
} 

h1 {
    font-size:40px;
    margin:5px;
    border:0px;
    padding:0px;
    color: #ffffff; 
    font-weight: normal;
}

h2 {
    font-size:16px;
    margin:5px;
    border:0px;
    padding:0px;
    color: #ffffff; 
    font-weight:bold;
}

h3 {
    color:white;
    font-size:20px;
    margin:0px;
    border:0px;
    padding:2px;
}

h4 {
    font-size:24px;
    margin:0px;
    border:0px;
    padding:0px;
    color: #707070; 
    font-weight: normal;
}

.sectionheader {
    font-size:16px;
    margin:0px;
    border:0px;
    padding:0px;
    color: #1953c8; 
    font-weight: bold;
    font-family: arial, sans-serif;
}

.sectiontext {
    font-size:12px;
    margin:0px;
    border:0px;
    padding:0px;
    color: #000000; 
    font-weight: normal;
    font-family: verdana, sans-serif;
}

.scripture {
    font-size:20px;
    margin:0px;
    border:0px;
    padding:0px;
    color: #000000; 
    font-weight: normal;
    font-family: garamond;
    font-style: italic;
}

.visiontext {
    font-size:11px;
    margin:0px;
    border:0px;
    padding:0px;
    color: #000000; 
    font-weight: normal;
    font-family: verdana, sans-serif;
}

.outheader,.pourheader {
    font-size:48px;
    margin:0px;
    border:0px;
    padding:0px;
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    line-height: 34px;
}

.outheader {
    color:black;
}

.pourheader {
    color:#1953c8;
}

.outpoursub {
    font-size:18px;
    margin:0px;
    border:0px;
    padding:0px;
    font-family: Trebuchet MS, sans-serif;
    color:gray;
    line-height:28px;
    display:block;
    text-indent:230px;
}

.nav {
    color:white;
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    font-size:28px;
    text-decoration: none;
}

.nav:hover {
    text-decoration: underline;
}

.nav3:hover {
    text-decoration: underline;
    color:white;
}

.nav2 {
    color:#ffffff;
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    font-size:28px;
}

.nav3 {
    color:#adadad;
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    font-size:28px;
    text-decoration: none;
}

.outtext {
    color:black;
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    font-size:78px;
}

.pourtext1 {
    color:#3366cc;
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    font-size:78px;
}

.pourtext2 {
    color:#a60000;
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    font-size:78px;
}

.pourtext3 {
    color:#030080;
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    font-size:78px;
}

.pourtext4 {
    color:#700057;
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    font-size:78px;
}

.mainPanelBorder {
    margin: 0px;
    background-color: #505050; 
    background-repeat:no-repeat;
    padding:0;
    border-spacing:0;
    width:525px;
    height:100%;
    border: 0px;
    border-collapse: collapse;
    margin-left:auto;
    margin-right:auto;
}

.mainPanel {
    margin: 0px;
    padding:0;
    border-spacing:0;
    width:525px;
}

.mainPanelCell {
    background-color: #ffffff;
    text-align:center;
}

#mainPanelCell {
    color: white;
}
    
.mainLink {
    text-decoration: none;
}

.mainLink:hover {
    text-decoration: underline;
    color: white;
}

.subLink {
    text-decoration: underline;
    color: #707070;
}

.subLink:hover {
    text-decoration: underline;
    color: black;
}

.big {
    line-height: 115%;
}