
/* Generic stylesheet, which makes no assumptions about base font size.  These rules are used unless
a more specific stylesheet is selected by Javascript */

td   { font-family: verdana, arial, helvetica, sans-serif; }
th   { font-family: verdana, arial, helvetica, sans-serif; font-weight:bold; text-align:left; color:#FFFFFF;}
body { font-family: verdana, arial, helvetica, sans-serif; bgcolor:#aaaaaa}
pre	 { font-family: courier, serif; }


h1, h2 { font-family: verdana, arial, helvetica, sans-serif; }
h3, h4, h5, h6 { font-family: verdana, arial, helvetica, sans-serif; font-size: 100%; }

.links		{ font-weight:bold; font-size: 100%; line-height: 170%; }

.links_mb2		{ line-height: 150%; font-weight:bold font-size: 90%; color: #FFEFAA; }

.link_current	{ line-height: 150%; font-weight:bold font-size: 90%; color:#A10E1B; }

.slogan		{ font-weight:bold; font-style:italic; font-size: 160%; line-height: 105%; color: #1F08A8}

.slogan_large	{ font-weight:bold; font-size: 205%; line-height: 170%; color: #a10e1b  }

.scriptures		{ font-weight:bold; font-size: 110%; line-height: 105% }

.citation		{ align=right; font-weight:bold; font-size: 108%; line-height: 105% }

.maintext 		{ font-size: 100%; line-height: 135% }

.subheading 	{ font-size: 125%; line-height: 135%; font-weight:bold; color:#0F035C}


.small		{ font-size: 25% }

.toplinks a		{ line-height: 150%; font-weight:bold; font-size: 110%; color:#170681; }

.toplinks a:hover	{ line-height: 150%; font-weight:bold; font-size: 110%; color:red; } 

.newslinks		{ line-height: 120%; font-weight:bold; font-style:underline; font-size: 120%; color: yellow; }

.orderlinks		{ line-height: 120%; font-weight:bold; font-style:underline; font-size: 120%; color: yellow; }

.news			{ line-height: 120%; font-size: 120%; color: white; }



.cssRGBmdw  	{ color:#0000FF; }
.cssRGBuseit	{ color:#003366; }
.csspullquoteuseit { color: #003366; font-style: italic; font-size: 140% }
.cssRGBasktog	{ color:#999966; }
.cssRGBjnd		{ color:#006600; }

.cssSmall		{ font-size: 90% }
.cssSmallGray	{ font-size: 90%; color: #999999;  }
.cssHdrLink		{ font-size: 90%; }
.cssNavLink		{ font-size: 90%; }
.cssSiteName	{ font-size: 115%; }
.cssTagline		{ font-weight: bold; color: #FFFFFF; }
.cssPrehead		{ margin-bottom: -2ex ; }
.cssPosthead	{ font-size:80%; font-weight:100; font-style:italic; }

.cssNavBar {  }

#header ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
	
#header li {
		float: left;
		background: url(tabright.gif) top right no-repeat;
		margin: 0;
		}
	
#header a {
		display: block;
		background: url(tableft.gif) top left no-repeat;
		color: #A10E1B;
		font-weight:bold; 
		text-decoration: none;
		padding: 0.6em 1em 0.25em;
		}
	
#header a:hover {
		color: blue;
		}
	
#header #selected {
		font-weight: bold;
		background-image: url(tabrightactive.gif);
		color: white;
		}
	
#header #selected a {
		background-image: url(tableftactive.gif);
		color: white;
		}

