@charset "UTF-8";
/* CSS Document */

body{font-family:Helvetica, Arial, sanserif;
     min-width: 1000px;
     max-width: 1000px;
     }

small{font-family:Times, "Times New Roman", serif;
      font-size:100%;
      font-weight: 400;}

p.Home{font-size:150%;
       }


h1 {font-family:Garamond, Times, "Times New Roman", serif;
    font-size:310%;
    color:black;
    }

h2 {font-size:200%;
    text-align:center;
    font-family:Garamond, Times, "Times New Roman", serif;
    color: #993333;
}

div.header {border-bottom: 2px #993333 solid;
            background-color:white;
	    height: 105px;
           }

div.header a {text-decoration:none;
             }

div.header a img {border:none;
                 }

dl dt {color:#000066;
       font-weight:bold;
       font-size:120%;
       }

img.Recent{width:200px;
}

tr.Event td{font-size:150%;
            color:#000066;
            font-family: Garamond, Times, "Times New Roman", serif;
            }


table.HeaderRight{float:right;
                  margin-right:15px;
                  margin-left:15px;
                  width:237px;
                  display:block;
                  background-color:white;
                  }

img.frame {border: 4px white solid;
          }


div.StainGlass {background: url(Images/stainglass.jpg) transparent no-repeat 0px bottom;
          display: block;
          height: 100%;
         }

div.Seal {background: url(Images/seal.gif) transparent no-repeat 452px 98%;
          display: block;
          height: 100%;
         }


div.SideNav {background:white;
	     padding-top:20px;
	     padding-right:20px;
	     width:225px;
	     font-family:Times, "Times New Roman", serif;
	     float:left;
	     border-right:2px #993333 solid;
	     border-bottom:2px #993333 solid;
	     display:block;
	    }

div.Content ul.Pastors{list-style:none;
               }


div.SideNav ul.Main {margin-left:-15px;
		     display: block;
		     list-style: url(Images/bullet.gif) inside;
		     vertical-align: middle;
		     font-family:Helvetica, Arial, sanserif;
		    }

div.SideNav ul.Main li {padding-top:5px;
			padding-bottom:5px;
			color: black;
		  	text-decoration:none;
 		        vertical-align: middle;
		       }

div.SideNav ul.Main li a {color:black;
			  text-decoration:none;
			  padding-left:5px;
			 }

div.SideNav ul.Main li a:hover {color: #993333;
			  	text-decoration:underline;
				}

div.ChurchFront {clear:both;
		 background: #993333;
		 text-align: center;
		}

div.Content {width:45%;
	     margin-left: 235px;
	     padding-left: 20px;
	     padding-top: 20px;
             background: none;
	     }

div.Copyright {font-size: 75%;
               clear:both;
	       border-top: 2px #993333 solid;
	       background: white;
	       height:35px;
    	      }