body {
    background-color: #BDA27B; /* #CEB68C */
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #000000;
    padding:0px;
    margin:0px;
}

a {
    color: #000000;
}

a:visited {
    color:#000000;
}

a:hover {
    color: #371FFF;
}

a:active {
    color:#000000;
}

h1 {
    font-size: 11px;
    color:#FFFFFF;
    background-image: url(/images/greenfull.gif);
    background-repeat: repeat-x;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    padding:5px 15px; /*top and bottom value, left and right value */
    margin:0px;
}


h2 {
    font-size:20px;
    font-weight: normal;
    padding: 5px 10px;
    margin:0px;
}

h3 {
    font-size:22px;
    font-weight: bold;
	text-align: center;
}

img.download {
    vertical-align:middle;
}

#container {
    width: 950px;
    padding:0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
} 

#banner {
    text-align: left;
    background-color: #BDA27B; /* #CEB68C */
    padding: 0px;
    margin: 0px; 
}

#banner img {
    padding:10px 0px;
} 

#announcement {
    font-size: 18px;
    color: RED;
    font-weight: bold;
    text-align: center;
}

#seasons {
    font-size: 14px;
    color: BLUE;
    font-weight: bold;
    text-align: center;
}

#scripture {
    font-size: 10px;
    color: black;
    font-weight: normal;
	font-style: italic;
    text-align: center;
}

#outer{ 
    border-left: solid 200px #BDA27B; /* #CEB68C */
    border-right: solid 200px #BDA27B; /* #CEB68C */
    /*background-color: #FFFFFF;*/
} 

#inner {
    margin:0; width:100%;
	background-color: #FFFFFF;
}

#left {
    position:relative;
    width:200px; 
    float:left; 
    margin-left:-200px; 
    margin-right:1px;
	left:-2px;
}

#right {
    width:200px; 
    float:right; 
    position:relative; 
    margin-right:-200px; 
    margin-left:1px;
	left:2px;
}

#content{
	position: relative;
	margin: 0px;
/*	border-left:  solid thin #000000;
	border-right: solid thin #000000;*/
}

p {
    padding: 5px 10px;
    margin:0px; 
}

pre {
    font-size: 12px;
    padding: 5px 10px;
    margin:0px;
}

#footer {
    clear:left;
    padding:0px;
    margin:0px;
    text-align: center; 
} 

#menu_item {
    width:200px; 
    float:left;
    color: #dfdfdf; 
    position:relative; 
    margin-left:-200px; 
    margin-right:1px;
}

/* Begin Menu Buttons section */

div#buttonA {
    margin-left: 10px;
 }

div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

div#buttonA li {
    list-style-type: none;
    height: 20px;
    width: 100px;
    margin: 10px;
    text-align:center;
}

div#buttonA li a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
	background-color: #187900;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}

div#buttonA li a:link {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #187900;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}

div#buttonA li a:visited {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #187900;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}

div#buttonA li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #187900;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}

div#buttonA li a:active {
    font-weight: bold;
    color: #000000;
    background-color: #187900;
    border-style: solid;
    border-top-color: #333333;
    border-left-color: #555555;
    border-right-color: #BBBBBB;
    border-bottom-color: #DDDDDD;
}


.data {
    color: #000000;
    text-align: right;
    background-color: #ffffff;
}

.leftcol {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background-color: #ffffff;
}

.rightcol {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background-color: #ffffff;
}