/* CSS Document */
/* General Format */
* 
{
 padding: 0;
 margin: 0;
 margin-left: 0;
 padding-left: 0;
}

body 
{
 background-color: #FFFAFA;
 color: #FFFFFF;
 text-align: center;
 min-width: 700px;
 font-family: verdana, arial, helvetica, sans-serif;
}

p 
{
 margin-bottom: 10px;
 line-height: 19px;
 font-size: 80%;
}

td 
{
 font-size: 80%;
}

a, a:link, a:visited 
{
 color: #323232;
 text-decoration: underline;
}

a:hover 
{
 text-decoration: underline;
 font-style: italic;
 background-color: #FFFFFF;
}

a:active, a:focus 
{
 text-decoration: none;
 color: #323232;
}

span a 
{
 font-weight: bold;
 text-decoration: none;
}

#container 
{
 position: relative;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 width: 800px;
 padding: 1px;
 text-align: left;
 background-color: #000000;
 border-width: 4px;
 border-color: #9A7921;
 border-style: ridge;
}

/* intro */
#pageHeader 
{
 height: 240px;
 margin: 10px;
 padding-top: 5px;;
 background-image: url(../images/divinely_webbanner.jpg);
 background-position: center top;
 background-repeat: no-repeat;
}

#headerText 
{
 position: absolute;
 top: 110px;
 left: 55px;
 width: 250px;
 font-style: italic;
}

#headerPic 
{
 position: absolute;
 top: 110px;
 left: 55px;
 width: 249px;
}

#quickSummary .p1
{
 position: absolute;
 top: 155px;
 left: 275px;
 width: 430px;
 font-size: 90%;
 height: 86px;
 border-left-width: 5px;
 border-left-color: #323232;
 border-left-style: solid;
 padding-left: 10px;
}

#about 
{
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 30px;
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 10px;
 padding-left: 20px;
 background-color: #000000;
 border-width: 3px;
 border-color: #9A7921;
 border-style: ridge;
 min-height: 3.0in;
}

#about h3 
{
 color: #FFF;
 margin-bottom: 10px;
}

#about .faithlist 
{
 font-size: 80%;
}

/* generic text */
#supportingText 
{
 margin-left: 200px;
 margin-right: 25px;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 15px;
 padding-left: 25px;
 color: #393939;
}



#supportingText h3 
{
 margin-bottom: 10px;
 height: 20px;
 width: 200px;
 background-color: #000000;
 color: #FFFFFF;
}

/*textList*/

#textList ul 
{
 margin-left: 2em;
 padding-left: 0;
}

#textList2 ul 
{
 margin-left: 2em;
 padding-left: 0;
 font-size: 80%;
}

#signature p
{
 font-style: italic;
 padding-left: 200px;
}



.footer 
{
 font: 10px Verdana, Arial, Helvetica, sans-serif;
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 10px;
 margin-top: 20px;
 color: #fff;
}
