#sidebar     {  
			float: right; 
			width:320px;
			margin: 10px;
             }

#sidebar-top     {  
		background-position: left bottom;
		background-image:url('sidebar_wrapper_top.gif');
		background-repeat:no-repeat;
		height:25px 
             }

#sidebar-contents {
	background-position: left top; 
	background-image:url('sidebar_wrapper.gif'); 
	background-repeat:repeat-y; 
		}

#sidebar-bot     {  
    background-position: left bottom;
    background-image:url('sidebar_wrapper_bot.gif'); 
		background-repeat:no-repeat; 
		height:25px 
             }

#sidebar img
{
    display: none;
}


.verse       { font-family: Book Antiqua; color: #993300; font-size: 14pt; font-style: italic; 
               font-weight: bold; margin-left: 30px }
.versenum    { color: #A57401; font-family: Times New Roman; font-weight: bold; margin-left: 
               30px }
.tabletop    { background-color: #996633; color: #FFFFFF; font-weight: bold }
.formbot     { background-color: #CC9900 }
.formbar     { background-image: url('images/brownspacer_horz.gif') }
.formtop     { background-color: #CC6600; color: #000000 }

a:link
{
	color: e2a059; 
}

a:visited
{
	color: e0bd91;
} 

a:hover
{
	color: ba742a;
 font-style: italic
} 

table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}

body         { font-family: Verdana, Arial, Helvetica; background-color: rgb(255,255,204); 
               color: #333300 }

.rightcol    { float: right; position: relative; left: 500; width: 300; font-weight: bold; 
               text-align: Left; border-left: 2 solid #808080; margin-top: 10; 
               padding-left: 20; padding-right: 10; padding-top: 10; 
               padding-bottom: 10 }

h1
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,51);
}
h2
{
	font-family: Times New Roman, Times;
	color: rgb(204,153,0); 
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,0);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}
