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: #ffffff;sets the body background colour*/
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color:#666;
  
  width: 480px;
  
}

a{color:#090; text-decoration:none; border-bottom:1px dotted #090; position:relative;}
a:hover{color:#0c0; text-decoration:none; border-bottom:1px solid #0c0;}


#header {

}






#headerText {
  font-size: 100%;
  padding: 0 5px;
}

h1 {font-family:Georgia,"Times New Roman",Times,serif; font-weight:normal; color:#090;  margin:0 0 10px  0;}
h2 {font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:normal; color:#090;  margin:0 0 10px  0;}
p{font-family:Arial, Helvetica, sans-serif; color:#666;}

.abstract {
  font-size: 90%;
  padding: 15px 0 30px 0;
  
  clear: both;
  line-height: 130%;

}

.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: 80%;
}

/* 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: 90%;
  padding: 0 20px 20px 20px;
  text-align: justify;
  clear: both; /* make sure images don't overlap */
  line-height: 150%;
}

.articleImage right {
  /*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;
  float:right;
}

.articleImage left {
  /*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;
  float:left;
}
.left {
  float: left;
}
.right {
  float: right;
}

.articleImageCaption {
  background-color: #ccc;
  color: #000;
  padding: 3px;
  text-align: center;
  font-size: 80%;
}

.displayArticleDoc {
  padding: 10px;
}

.displayArticleLink {
  padding: 10px;
}

#goBackLink {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 80%;
}
