/* CSS Document */


body
{ 
background-image: url('images/bkd-color.jpg');
background-repeat: repeat-x repeat-y;
background-position: top center;
margin-top: 0;
margin-bottom: 0;
}

p {
    color: #0D3243;
    font-family: Arial, Helvetica;
    margin-left: 88px;
    margin-right: 22px;
    margin-top: 7px;
    margin-bottom: 11px;
    font-weight: normal;
    text-align: left;
    font-size: 10pt;
}

.center {
    color: #0D3243;
    font-family: Arial, Helvetica;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 7px;
    margin-bottom: 11px;
    font-weight: normal;
    text-align: center;
    font-size: 10pt;
}

.right {
    float:right;
}


a {
    color: #0D3243;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 11pt;
}

a:hover {
    color: #60B02B;
}

a.non_green {
    color: #0D3243;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 11pt;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #0D3243;
    font-family: Arial, Helvetica;
    margin-left: 88px;
    margin-right: 22px;
    margin-top: 33px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 15pt;
}

h2 {
    color: #60B02B;
    font-family: Arial, Helvetica;
    margin-left: 88px;
    margin-right: 22px;
    margin-top: 22px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12pt;
}


h3 {
    color: #FFFFFF;
    font-family: Arial, Helvetica;
    text-align: right;
    margin-left: 0px;
    margin-right: 150px;
    margin-top: 0px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 25pt;
}

 h4 {
    color: #0D3243;
    font-weight: bold;
    font-size: 11pt;
    padding: 0px 0px 0px 0px;
 }


.text {
    color: #0D3243;
    font-family: Arial, Helvetica;
    margin-left: 88px;
    margin-right: 22px;
    margin-top: 7px;
    margin-bottom: 11px;
    font-weight: normal;
    text-align: left;
    font-size: 10pt;
}

.text_calendar {
    color: #0D3243;
    font-family: Arial, Helvetica;
    margin-left: 88px;
    margin-right: 60px;
    margin-top: 7px;
    margin-bottom: 11px;
    font-weight: normal;
    text-align: left;
    font-size: 10pt;
}

.green {
    color: #60B02B;
    font-family: Arial, Helvetica;
    font-weight: bold;
}


.calendar {margin-left: 100px;
}   

.details {
    color: #0D3243;
    font-family: Arial, Helvetica;
    margin-left: 0px;
    margin-right: 120px;
    margin-top: 0px;
    margin-bottom: 3px;
    font-weight: bold;
    text-align: right;
    font-size: 10pt;
}

.detailslast {
    color: #0D3243;
    font-family: Arial, Helvetica;
    margin-left: 0px;
    margin-right: 120px;
    margin-top: 0px;
    margin-bottom: 7px;
    font-weight: bold;
    text-align: right;
    font-size: 10pt;
}


.sidetext {
    color: #EBFFD1;
    font-family: Arial, Helvetica;
    margin-left: 185px;
    margin-right: 22px;
    margin-top: 11px;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: left;
    font-size: 10pt;
}


.verse {
    color: #0D3243;
    font-family: Arial, Helvetica;
    margin-left: 111px;
    margin-right: 55px;
    margin-top: 22px;
    margin-bottom: 11px;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    font-size: 10pt;
}

.special_event { 
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size: 12pt;
    font-weight: bold;
    color: #60B02B;
    font-family: Arial, Helvetica;
}


.h1 {
    color: #0D3243;
    font-family: Arial, Helvetica;
    margin-left: 88px;
    margin-right: 22px;
    margin-top: 33px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 15pt;
}


.h2 {
    color: #60B02B;
    font-family: Arial, Helvetica;
    margin-left: 88px;
    margin-right: 22px;
    margin-top: 22px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12pt;
}


.h3 {
    color: #FFFFFF;
    font-family: Arial, Helvetica;
    text-align: right;
    margin-left: 0px;
    margin-right: 150px;
    margin-top: 0px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 25pt;
}


.image {
	margin-top: 33px;
	margin-left: 0px;
	border: 0px solid;
	border-color: #D4DF44;
}


.wideimage {
	margin-top: 33px;
	margin-left: 0px;
	text-align: center;
	width: 550px;
	height: 220px;
	border-width: 3px;
	border-style: solid;
	border-color: #FFFEA1;
}


.copyright {
    color: #FFFEA1;
    font-family: Arial, Helvetica;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
    font-weight: normal;
    text-align: center;
    font-size: 8pt;
}

