#nav-menu ul
{
list-style: none;
padding: 0px;
margin: 0px;
}

#nav-menu li
{
float: left;
white-space: nowrap;
margin: 0 0 1em 0;
padding: 0;
}

#nav-menu a
{
display: block;
background: url(images/bInActive.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
background-color:599d7e;
padding: 4px 4px 4px 4px;
border-right: 1px solid #000000;
border-left: 1px solid #666666;
border-bottom: 1px solid #000000;
}

#nav-menu a:link, #nav-menu a:visited
{
color: #ffffff;
text-decoration: none;
}

#nav-menu a:hover, #nav-menu a:active
{
color: #000000;
background-image: url(images/bActive.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}

#sellink a:link, #sellink a:hover, #sellink a:active
{
color: #000000;
background-image: url(images/bActive.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}

nav-menu
{
float: left;
width: 100%;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 8em;
} 

#bullet-points ul
{
list-style:url(images/dot.gif)
}

#bullet-points li
{
	list-style-image: url(images/dot.gif);
	list-style-position: outside;
}

.nomargin 
{
	margin: 0px;
}

.box 
{
	border: 1px solid #999999;
	padding: 5px;
}

.hilite 
{
	background-color: #FFFFCC;
	border: 1px solid #999999;
	padding: 5px;
}

.hilite2 
{
	background-color:#99FFFF;
	border: 1px solid #999999;
	padding: 5px;
}

.large-headings 
{
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	color: #003366;
	margin: 0px;
}

.headings 
{
	font-size: 16px;
	font-weight: 600;
	color: #663333;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.small 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663333;
	font-weight: bold;
}

h2 
{
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
}

h3 
{
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
}

h4 
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.imgpad
{
	padding: 10px;
}

.sermonTitle 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.sermonText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

table .header1
{
	background-color: #663300;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}

table .header2
{
	background-color: #663300;
	color: #ffffff;
	font-weight: bold;
}

table .row1
{
	background-color: #ffffcc;
	color: #000000;
	vertical-align: top;
}

table .row2
{
	background-color: #faebd7;
	color: #000000;
	vertical-align: top;
}

