﻿body{
font-family: georgia;
background-color:#000000;
}

a {
	color: #000000;
}
a:visited {
	color: #D75802;
}
a:active {
	color: #D75802;
}
a:hover {
	color: #7D0000;
}

h1 {
	font-family: georgia;
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 5px;
}


/* This block of CSS Controls the Navigation Buttons */
#home
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/home.jpg") no-repeat 0 0;

  }

  #home:hover
  { 
    background: url("assets/images/buttons/home_roll.jpg") no-repeat 0 0;
  }
  
  
#about
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/about.jpg") no-repeat 0 0;

  }

  #about:hover
  { 
    background: url("assets/images/buttons/about_roll.jpg") no-repeat 0 0;
  }
  
  
#disc
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/discipleship.jpg") no-repeat 0 0;

  }

  #disc:hover
  { 
    background: url("assets/images/buttons/discipleship_roll.jpg") no-repeat 0 0;
  }
  
#schedule
	{
		display: block;
		width:125px;
		height: 35px;
		background: url("assets/images/buttons/schedule.jpg") no-repeat 0 0;
	}
	
	#schedule:hover
	{
		background: url("assets/images/buttons/schedule_roll.jpg") no-repeat 0 0;
	}
	
#master
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/master.jpg") no-repeat 0 0;

  }

  #master:hover
  { 
    background: url("assets/images/buttons/master_roll.jpg") no-repeat 0 0;
  }
  
#workshops
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/workshop.jpg") no-repeat 0 0;

  }

  #workshops:hover
  { 
    background: url("assets/images/buttons/workshop_roll.jpg") no-repeat 0 0;
  }
  
#applications
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/application.jpg") no-repeat 0 0;

  }

  #applications:hover
  { 
    background: url("assets/images/buttons/application_roll.jpg") no-repeat 0 0;
  }
  
  #branson
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/branson.jpg") no-repeat 0 0;

  }

  #branson:hover
  { 
    background: url("assets/images/buttons/branson_roll.jpg") no-repeat 0 0;
  }
  
  #faculty
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/faculty_staff.jpg") no-repeat 0 0;

  }

  #faculty:hover
  { 
    background: url("assets/images/buttons/faculty_staff_roll.jpg") no-repeat 0 0;
  }
  
  #affli
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/affiliates.gif") no-repeat 0 0;

  }

  #affli:hover
  { 
    background: url("assets/images/buttons/affiliates_roll.gif") no-repeat 0 0;
  }
  
    #sponsors
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/sponsor.jpg") no-repeat 0 0;

  }

  #sponsors:hover
  { 
    background: url("assets/images/buttons/sponsor_roll.jpg") no-repeat 0 0;
  }
  
    #contact
  {
    display: block;
    width: 125px;
    height: 35px;
    background: url("assets/images/buttons/contact.jpg") no-repeat 0 0;

  }

  #contact:hover
  { 
    background: url("assets/images/buttons/contact_roll.jpg") no-repeat 0 0;
  }
/* End Navigation buttons CSS */