body, html {
    color:#fff;
    margin: 0;
    padding: 0;
    font-family: arial, "lucida console", sans-serif;
    font-size: 0.9em;
}

body {
    background: #333 url( ../images/layout/page_bg.jpg );
    text-align: center;
}

.text {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    display: inline;
    font-family: Georgia;
    font-weight:bold;
    color:#000;
}

h1 {
    font-weight:normal;
    font-size: 18px;
    color: #FF8000;
}

#searchinfo {
    vertical-align:top;
    text-align: left;
    color: #ccc;
    font-family: Verdana;
    font-size: x-small;
}

#searchinfo a {
    color: #ccc;
}

#criteria {
    width: 150px;
    height: 14px;
    background: #333;
    border: 1px solid #444;
    vertical-align: middle;
    margin: 0px;
    color: #ccc;
    padding: 2px 2px 0px 2px;
    font-family: Verdana;
    font-size: x-small;
}

#searchButton {
    width: 20px;
    height: 20px;
    margin: 0px;
    background: #000;
    border: 0;
    vertical-align: middle;
    color: #ccc;
    font-family: Verdana;
    font-size: x-small;
}


h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

a {
    color: #fff;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

#bethelContainer {
    width:750px;
    margin: 0 auto;
    border: 1px solid black;
    text-align: left;
}

#bethelHeaderBar {
    padding: 5px;
    height:35px;
    background: #000;
    color:#000;
}

#bethelImageBar {
    padding: 0px;
    margin: 0px;
    background: #FF8A00;
    height: 134px;
    background: #FF8A00 url( ../images/layout/header.jpg ) no-repeat;
}

#bethelNavigationBar {
    height:30px;
    line-height:30px;
    text-align: center;
    background: #F95903 url( ../images/layout/orange-gradient.jpg );
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
}
#bethelNavigationBar a {
    margin-right: 15px;
    margin-left: 15px;
    font-weight: bold;
    font-family: verdana,arial
}
#bethelNavigationBar a:hover {
    text-decoration: none;
    color: #ccc;
}

table#bethelContent {
    border: 0;
    border-collapse: collapse;
    width:100%;
}

table#bethelContent td#bethelLeftContent {
    width: 200px;
    background: #111;
    padding: 10px;
    vertical-align: top;
}

table#bethelContent td#bethelLeftContent a {
    color: #F95903;
}

table#bethelContent td#bethelRightContent {
    color: #000;
    background: #fff url( ../images/layout/contentBackground.jpg ) repeat-x;
    padding: 10px;
    vertical-align: top;
}

table#bethelContent td#bethelRightContent a {
    color: #FF8000;
}

#bethelFooter {
    height: 50px;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 5px;
}

#bethelFooter a {
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 25px;
}
