/*colors: grey: #c0c0c0 red: #800000 background: #e0e0e0*/

BODY { 
background: #e0e0e0;
font-family: Verdana; 
font-size: 12px;
color: #000;
}

/*area where the scripture verse goes*/
#scripturebanner {
background-color: #c0c0c0;
color: #000;
font-size: 13px;
padding: 0 5 0 0;
margin: 0 0 0 0;
background-repeat: no-repeat;
text-align: right;
}

#breadcrumb {
color: #fff;
background: #700;
padding: 0 0 0 10;
height: 30px;
}

/*This controls the attributes of the main content section*/
.maincontent {
background: #fff;
height: 500;
font-size: 13px;
text-align: justify;
color: #000;
overflow: auto;
padding: 0 10 0 10;
}

.maincontent a {
text-decoration: underline;
}

/*this controls the main navlist background color*/
#homenavlist
{
background-color: #700;
}

/*this controls how the links in the main navlist look*/
.homenavlist a
{
width: 130;
text-align: left;
display: block;
font-family: Verdana;
font-size: 14px;
text-decoration: none;
color: #fff; /*font color*/
padding: 2px;
margin: 10px; /*top,right,bottom,left*/
}

/*color when you hover over one of the items in the navlist with your mouse.*/
.homenavlist a:hover { 
color: #a0a0a0;
text-decoration: underline;
}

.subnavlist a
{
width: 120;
text-align: left;
display: block;
font-family: Verdana;
font-size: 12px;
text-decoration: none;
color: #ffffff;
padding: 2px;
margin: 0 0 0 20;
}

.subnavlist a:hover {
color: #a0a0a0;
text-decoration: underline;
}

#footer {
background: #700;
color: #fff;
height: 20px;
font-family: Verdana;
font-size: 10px;
text-align: center;
}

#footer a
{
color: #fff;
text-decoration: none;
}

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

/*controls how the active link will look.  This is not used in this version.*/
#active
{
color: #a0a0a0;
text-decoration: underline;
}

/*regular link colors*/
a {
color: #700; 
text-decoration: none;
}

/*color when you hover over a link with your mouse*/
a:hover {
color: #606060;
text-decoration: underline;
}

