/* tables */


#bodybg { /* main table */
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
height: 960pt;
width: 768pt;
background-color:#000000;
}

#content_tbl 
{ 
width: 768pt;
margin-top: 4px;
color: #FFCC33;
}

#content_tbl h2
{
vertical-align:top;
color: #FFCC33;
font-size: 24px;
font-weight:500;
font-family: papy, papy2, Papyrus, serif;
margin: 5px 0 5px 0;
padding: 0;
border-bottom: solid 1px #FF9900;
border-top: solid 1px #FF9900;
}

#content_td 
{
width: 512pt;
padding: 5px 5px 0 5px;
}

.content_td_sides
{
background-image: url(images/sidebg.jpg);
background-repeat: repeat-y;
color: White;
font-weight: bold;
font-size: 10pt;
width: 172px;	
}

@font-face 
{
font-family: papy;
src: url(images/PAPYRUS0.eot);
}

@font-face 
{
font-family: papy2;
src: url(images/PAPYRUS.TTF);
}

.content_td_sides_right
{
background-image: url(images/sidebgopposite.jpg);
background-repeat: repeat-y;
color: #3399CC;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
text-align: center;
width: 172px;
}

.right_side_text
{
	padding: 0 10px 0 10px;
	width: 150px;
}

.addpadding
{
	padding: 10px 0 0 0;	
}

.addsidepadding { padding: 0 10px 0 10px; }

#text
{
color: #FFCC33;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
text-align: center;
}

/* header */

#header {
background-image: url(images/headerbg.jpg);
background-repeat: repeat-x;
width: 768pt;
} 

#h1 
{
vertical-align:top;
color: #FFFF99;
font-size: 36px;
font-weight:500;
font-family: papy, papy2, Papyrus, serif;
margin: 0;
padding: 0;
}

.h3main
{
vertical-align:top;
color: #FFCC33;
font-size: 18px;
font-weight:600;
font-family: papy, papy2, Papyrus, serif;
margin: 0;
padding: 0;	
}

.date {
/*border-bottom: solid 1px #FF9900;*/
color: #FF9900;
font-family: papy, papy2, Papyrus, serif;
margin: 10px 0 0 0;
padding: 0 0 0 0;
}

/* body */

body {
color: #999999;
background-image: url('images/starbg.gif');
background-attachment: fixed;
font-family: Arial, Sans-Serif;
font-size: 100%;
font-weight: 500;
}

/* active links and hover links */

a {text-decoration: none;}

a:active {color:#FF9900}

a:link {color:#3399CC;
cursor: auto}

a:visited {color:#FF9900}

a:hover {color:#FF3300}

/*** Horizontal menu ***/

#mainmenu {
float:left;
}

#mainmenu ul {
font-size:16px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
height:45px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:1px solid #000000;
color:#000000;
display:block;
font-size:0.7em;
font-weight: bold;
margin: 5px 0 0 0;
padding:15px 35px 15px 35px;
}

#mainmenu a:hover {
background:#FFFFFF url(images/button.jpg) top left repeat-x;
color: #FFFFFF;
text-decoration:none;
}

#mainmenu a.current {
background:#FFFFFF url(images/button.jpg) top left repeat-x;
color:#FFFFFF;
text-decoration:none;
}

/* miscellaneous */

ol {
list-style-image: url(images/flame.gif);
list-style-position: outside;
font-size: 10pt;
}

hr {display:none} 
div.hr {display: none}

.sub {
color: #FF9900;
font-family: Arial, Helvetica, Sans-Serif;
font-size:0.7em;
text-align: center;
font-weight: bold;
}

.sermontext {
color: #FFCC33;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
text-align: center;
}

#minipic {
padding: 1px 0 0 1px;
vertical-align:top;
margin-right:2px;
}

.beginw {
color: #FF9900;
font-family: papy, papy2, Papyrus, serif;
font-family: serif;
font-size: 13pt;
text-indent: 1cm
}

/* left side button links */

.leftSide:link {
background:#000000 url(images/leftbuttonbg.jpg) top left repeat-x;
border: 1px solid #000000; 
color:#000000;
display:block;
padding: 12px 10px 15px 8px;
position:relative;
font-size:12px;
font-weight:BOLD;
width:135px;
}

.leftSide:active
{
background:#000000 url(images/leftbuttonbg.jpg) top left repeat-x;
border: 1px solid #000000; 
color:#000000;
display:block;
padding: 12px 10px 15px 8px;
position:relative;
font-size:12px;
font-weight:BOLD;
width:135px;
}

.leftSide:visited
{
background:#000000 url(images/leftbuttonbg.jpg) top left repeat-x;
border: 1px solid #000000; 
color:#000000;
display:block;
padding: 12px 10px 15px 8px;
position:relative;
font-size:12px;
font-weight:BOLD;
width:135px;
}
.leftSide:hover {
background:#FFFFFF url(images/leftbutton.jpg) top left repeat-x;
border:1px solid #000000;
color: #FFFFFF;
display:block;
padding: 12px 10px 15px 8px;
position:relative;
font-size:12px;
font-weight:BOLD;
width:135px;
}

#lscurrent {
background:#FFFFFF url(images/leftbutton.jpg) top left repeat-x;
border:1px solid #000000;
color: #FFFFFF;
display:block;
padding: 12px 10px 15px 8px;
position:relative;
font-size:12px;
font-weight:BOLD;
width:135px;
text-decoration: none;
}

.hide { display:none; }

