/* The Whole Page Style */

body{
	font-family: Arial,sans-serif;
	color: black;
	margin-left:20%;
	width:60%;
	margin-right:20%;
	padding:0.10%;
	background-color:white;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom; 
}

.promo {
  font-size: 0.7em;
  text-align: center;
  position: relative;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.promo img{
width: 300px;
}

/* General Page Attributes */

h3{
  color: green;
}
h4{
  text-align: center;
}

h7{
  color: red;
}

a{
  display: block;
	border-top: 0px solid gray;
	padding: 0px 0px 0px 0px;
}

a:hover{
	background-color: #5a94d4;
	color: yellow;
}


/* Site Identification */

.sitename{
  padding-top: 10px;
  color: green;
  font-size: 1.5em;
  white-space: nowrap;
  width: 400px;
}

.sitelogo img{
  height: 90px;
  width: 90px;
}

/* External Links */

.extlink1 {
  font-size: 0.7em;
  text-align: center;
  position: relative;
  padding-top: 2px;
  padding-left: 280px;
  padding-right: 10px;
  white-space: nowrap;
}

.extlink1 img{
width: 120px;
}

.extlink2{
  font-size: 0.7em;
  text-align: center;
  position: relative;
  padding-top: 1px;
  padding-right: 10px;
  white-space: nowrap;
}

.extlink2 img{
width: 70px;
}
.extlink3{
  font-size: 0.7em;
  text-align: center;
  position: relative;
  padding-top: 1px;
  white-space: nowrap;
}

.extlink3 img{
width: 60px;
}

.extlink4{
  font-size: 0.7em;
  text-align: center;
  position: relative;
  padding-left: 40px;
  padding-top: 1px;
  white-space: nowrap;
}

.extlink4 img{
width: 280px;
background-color: "Blue";
}

/* Tables */

table.info{
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}

/* The Page Links */

.infotd{
  width: 15%;
}
  
.infomenu{
  font-size: .75em;
  text-align: center;
  display: block;
  white-space: nowrap;
}
/* The Main Photo for the Page */

.splashtd{
  padding-right: 1px;
  text-align: center;

}

.splashpic{
  display: inline;
}

.splashpic img{
  width: 270px;
  display: inline;
}

/* Our Mission Statement */

.missiontd{
  padding-left: 1px;
  width: 25%;
}

.mission{
	text-align: center;
	color: red;
}

/* The News (PDF Docs) Links */

.newstd{
width: 20%;

}

.newsmenu{
  font-size: .75em;
  display: block;
  text-align: center;
  white-space: nowrap;
}

/* The Text for the Page */

table.story{
  table-layout: fixed;
  width: 100%;
}

/* Left Side Photos */
.storypics{
  width: 15%;
}

.storypicsl{
  text-align: center;
  font-size: .75em;
}
.storypicsl img{
  width: 150px;
  padding-right: 10px;
}

/* Right Side Photos */

.storypicsr{
  text-align: center;
  font-size: .75em;
}

.storypicsr img{
  width: 150px;
  padding-left: 10px;
}

/* The Main Story */

.story{
  padding-top: 1px;
  width: 66%;
  text-align: justify;
  color: black;
}

/* Top of Page Link */

.top{
  text-align: center;
  height: 1em;
}   

/* End of Page Spacer */

.endpage{
  text-align: center;
  height: 1em;
}   

/* Credits etc. */

#credits{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: green;
	width: 250px;
	text-align: center;
	padding: 2px 10px 150px 10px;
}
