body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
  background-color: #fff;/*sets the body background colour*/
	color: #000; /*set the default text color */
  font-family: Arial, Helvetica, sans-serif;
	/*set the default fonts */
	font-size: 110%;
}
/*
#wrapper {
  margin: 0;
  width: 540px;
  position: relative;
  background-color: #ec3c40;
  border: 0px solid #a39964;
  text-align: left; Realigns the text to the left after the IE hack in the body rule */
}

#header {

}

h1 {
  padding: 15px 0 5px 0;
  font-size: 170%;
  color: #c1c1c1;
  font-weight: normal;
  margin: 0;
}

#headerText {
  font-size: 80%;
  padding: 0 20px;
}

h2 {
  padding: 15px 0 0 0;
  font-size: 120%;
  color: #930c1a;
}

p {
  padding: 5px 0;
  font-size: 75%;
  color: #000;
  line-height: 150%;  
}

.abstract {
  font-size: 70%;
  padding: 20px;
  text-align: justify;
  clear: both;
  line-height: 150%;
}

.abstract h2 {
  padding: 0;
}
.abstractImage {
  /*float: right;Floats the image to the */
  margin: 10px;/*sets the margins so the image sits nicely in the p elements*/
  border: 1px solid #000;/*sets a border on the image*/
  padding: 3px;
}

#footer {
  clear: both; /* make sure images don't overlap */
/*  background-color: #ff9801;
  color: #000; */
  padding: 3px;
  text-align: center;
  font-size: 60%;
}

/* NAV LISTS */

/* top */

#topNavLinks {
  text-align: center;
  padding: 10px;
}

#topNavLinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
/*  white-space: nowrap;*/
}

#topNavLinks ul li {
  display: inline;
  padding-right: 2px;
}

#topNavLinks .firstLink {

}

#topNavLinks ul li a {
  background-color: #713c00;
  color: #fff;
  text-decoration: none;
  padding: 2px;
  font-size: 80%;
}
#topNavLinks ul li a:hover {
  text-decoration: none;
  background-color: #713c00;
  color: #fbec04;
}

/* bottom */

#bottomNavLinks {
  clear: both; /* make sure images don't overlap */
  text-align: center;
  padding: 10px;
/*  background-color: #fff; */
}

#bottomNavLinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
/*  white-space: nowrap;*/
}

#bottomNavLinks ul li {
  display: inline;
  padding-right: 2px;
}

#bottomNavLinks .firstLink {

}

#bottomNavLinks ul li a {
  background-color: #713c00;
  color: #fff;
  text-decoration: none;
  padding-left: 2px;
  padding-right:2px;
  font-size: 80%;
}
#bottomNavLinks ul li a:hover {
  text-decoration: none;
  background-color: #713c00;
  color: #fbec04;
}



#article h2 {
  padding: 0 0 0 20px;
}
.articleParagraph {
  font-size: 70%;
  padding: 0 20px 20px 20px;
  text-align: justify;
  clear: both; /* make sure images don't overlap */
  line-height: 150%;
}

.articleImage {
  /*float: right;Floats the image to the */
  margin: 10px;/*sets the margins so the image sits nicely in the p elements*/
  border: 1px solid #000;/*sets a border on the image*/
  padding: 3px;
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}

.articleImageCaption {
  background-color: #ccc;
  color: #000;
  padding: 3px;
  text-align: center;
  font-size: 70%;
}

.displayArticleDoc {
  padding: 10px;
}

.displayArticleLink {
  padding: 10px;
}

#goBackLink {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 80%;
}
