/*  Default Body Style  */

body {
	width: 100%;
	margin: 0px;
	padding: 0px; // this is a concession to opera 7 which has margin 0, but some padding by default.
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
        color: #330099;
        scrollbar-face-color:#99CCFF;
        scrollbar-highlight-color:#C0C0C0;
        scrollbar-3dlight-color:#DDDDDD;
        scrollbar-darkshadow-color:#464646;
        scrollbar-shadow-color:#8A8A8A;
        scrollbar-arrow-color:#330099;
        scrollbar-track-color:#C0C0C0;
}

a:link { 
    color: #3300FF;
    text-decoration: none;
}

a:visited { 
    color: #9900FF;
    text-decoration: none; 
}

a:active { 
    color: #CC0000;
    text-decoration: underline; 
}

a:hover { 
    color: #CC0000;
    text-decoration: underline;
}

/*  Footer Sizing  */

div#footer {
        position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 60%;
        float: right;
        width: 82%;
	height: 30px;
	background: #FFFFFF;
	font-weight: bold;
}

/* Footer Style */

div#footer p {  
	color: #330099; 
	font-weight: bold;
	clear: both;
	padding-left: 0;
}

div#footer a:link { 
    color: #3300FF;
    text-decoration: none;
}

div#footer a:visited { 
    color: #9900FF;
    text-decoration: none; 
}

div#footer a:active { 
    color: #CC0000;
    text-decoration: underline; 
}

div#footer a:hover { 
    color: #CC0000;
    text-decoration: underline;
}



/*  Special Classes  */


.titletext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #330099;
	text-align: center;
}

.bibleverse {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #330099;
}