* {
  margin: 0;
  padding: 0;
}

body {
  font: 80%/1.6 "Courier New", Arial, Courier, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color: Black;
  }

h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #400000;
  margin-top: 10px;
  padding-left: 5px;
 
}

h2 {
  font-size: 1.6em;
  font-weight: normal;
  color: #000000;
  padding-left: 5px;
 
}

h3 {
font-size: 1.4em;
  font-weight: bold;
  text-transform: none;
  color: #333333;
 padding-left: 5px;
 
}

p {
font-size: 1.4em;
font-weight: normal;
line-height: 150%;
color: #000000;
}

p.acknowledgements {
font-size: 80%;
color: #323711;
text-align: center;
}


ul {
padding: 5px;
margin-left: 20px;
}
img {border: none;}

table {
background: transparent;
}


a {
color: #900;
font-weight: normal;
background: transparent;
}
a:visited {
color: #000;
background: transparent;
}
a:hover {
text-decoration: underline;
color: #C0C0C0;
background: transparent;
}

embed {
	background-color: transparent;
}

#wrapper {
background-image: url("../images/innerBG.jpg");
background-repeat: no-repeat;
border: #000000 solid 1px; 
width: 1000px;
height: 750px;
margin-top: 75px;
}

#wrapperLong {
background-image: url("../images/innerBG.jpg");
background-repeat: no-repeat;
border: #000000 solid 1px; 
width: 1000px;
height: auto;
margin-top: 75px;
}

#wrapperHome {
background-image: url("../images/hmBG.jpg");
border: #000000 solid 1px; 
width: 1000px;
height: 750px;
margin-top: 75px;
}



#mainTXT {
background: transparent;
position: relative;
top: 101px;
left: 110px;
width: 800px;
height: auto;
min-height: 320px;
padding: 40px;
}

#mainTXT2 {
background-color: #ffffff;
position: relative;
border-top: #400000 solid 8px;
margin-top: 5px;
margin-bottom: 15px;
top: 101px;
left: 100px;
width: 790px;
height: auto;
min-height: 320px;
padding: 50px;
}

#mainTXT2 p {
font-size: 1.2em;
font-weight: normal;
line-height: 150%;
color: #000000;
margin-bottom: 5px;
}

#footer {
background-color:#ffffff;
border: none; 
width: 662px;
text-align: center;
height: auto;
padding-left: 0;
padding-bottom: 0;
}

/*homeNav*/
#nav {
position: relative;
top: 120px;
left: 110px;
background: transparent;
width: 800px;
height: auto;
padding: 0;
margin: 10px;
text-align: center;
}

#nav a {
color: #ffffff;
text-decoration: none;
font-size:28px;
font-weight:bold;
padding: 20px;
letter-spacing: 2px;
}

#nav a:hover {
color:#000000;
text-decoration: underline;
}

#nav a.HERE, #nav a.HERE:hover {
color: #400000;
text-decoration: underline;
}


/*innerNav*/
#INnav {
position: relative;
top: 120px;
left: 110px;
background: transparent;
width: 800px;
height: auto;
padding: 0;
margin: 10px;
text-align: center;
}

#INnav a {
color: #C0C0C0;
text-decoration: none;
font-size:28px;
font-weight:bold;
padding: 20px;
letter-spacing: 2px;
}

#INnav a:hover {
color:#000000;
text-decoration: underline;
}

#INnav a.HERE, #INnav a.HERE:hover {
color: #400000;
text-decoration: underline;
}



#together table {
padding: 0;
margin: 0;
background: transparent;
width: 662px;
}


#quote {
font-size: 0.6em;
color: #464D17;
}
