/* Cascading Style Sheet for SnowBowl.SONJ.org site */

/* General site styles; */
a {
  color: #C70C29;
  font-family: arial, helvetica, serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body, p, td {
  font-family: arial, helvetica, serif;
  font-size: 12px;
}

h1, h2, h3, h4 {
  font-family: arial, helvetica, serif;
}

h1 {
  color: #C70C29;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
}

h3 {
  color: #C70C29;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
}

p {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: justify;
}

.MainPageTable {
  background: white;
  border: #C70C29 solid 3px;
  border-collapse: separate;
  border-spacing: 0px;
  padding: 3px;
  width: 808px;
}

/* Navigation styles; */
a.NavHome { 
   display: block; 
   width: 86px; 
   height: 56px; 
   text-decoration: none; 
   background: url("../LawEnforcement/PlanePull/Images/Header012.gif"); 
} 

a.NavHome:hover { 
   background-position: -86px 0; 
} 

.NavHomePage { 
   width: 86px; 
   background: url("../LawEnforcement/PlanePull/Images/Header012.gif"); 
   background-position: -172px 0; 
} 

a.NavTeam { 
   display: block; 
   width: 160px; 
   height: 56px; 
   text-decoration: none; 
   background: url("../LawEnforcement/PlanePull/Images/Header013.gif"); 
} 

a.NavTeam:hover { 
   background-position: -160px 0; 
} 

.NavTeamPage { 
   width: 160px; 
   background: url("../LawEnforcement/PlanePull/Images/Header013.gif"); 
   background-position: -320px 0; 
} 

a.NavRegister { 
   display: block; 
   width: 86px; 
   height: 56px; 
   text-decoration: none; 
   background: url("../LawEnforcement/PlanePull/Images/Header015.gif"); 
} 

a.NavRegister:hover { 
   background-position: -86px 0; 
} 

.NavRegisterPage { 
   width: 86px; 
   background: url("../LawEnforcement/PlanePull/Images/Header015.gif"); 
   background-position: -172px 0; 
} 

a.NavSupport { 
   display: block; 
   width: 100px; 
   height: 56px; 
   text-decoration: none; 
   background: url("../LawEnforcement/PlanePull/Images/Header016.gif"); 
} 

a.NavSupport:hover { 
   background-position: -100px 0; 
} 

.NavSupportPage { 
   width: 100px; 
   background: url("../LawEnforcement/PlanePull/Images/Header016.gif"); 
   background-position: -200px 0; 
} 

a.NavAbout { 
   display: block; 
   width: 80px; 
   height: 56px; 
   text-decoration: none; 
   background: url("../LawEnforcement/PlanePull/Images/Header017.gif"); 
} 

a.NavAbout:hover { 
   background-position: -80px 0; 
} 

.NavAboutPage { 
   width: 80px; 
   background: url("../LawEnforcement/PlanePull/Images/Header017.gif"); 
   background-position: -160px 0; 
} 

/* Side bar styles; */
.SidebarFieldset {
  border: #C70C29 solid 1px;
}

.SidebarLegend {
  color: #C70C29;
  font-family: Arial, Helvetica; 
  font-size: 12pt; 
  font-weight: bold;
}

#Credit {
  background: #b9b9b9;
  color: black;
  font-size: 9px;
  font-weight: bold;
  margin: auto;
  padding: 3px;
  text-align: center;
  width: 760px;
}

#Footer {
  background: #C70C29;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: auto;
  padding: 3px;
  text-align: center;
  width: 802px;
}

#Footer a {
  color: white;
}

#Footer a, a:visited {
  text-decoration: none;
}

#Footer a:hover {
  text-decoration: underline;
}

