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: #eeeeee; 
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color:#666;
  
  width: 100%;
  
}

a{color:#7F9FD3; text-decoration:none; border-bottom:1px dotted #7F9FD3; position:relative;font-size: 12px;}
a:hover{color:#7F9FD3; text-decoration:none; border-bottom:1px solid #7F9FD3;font-size: 12px;}


#header {width: 100%; height: 1px;}


#innerWrapper { width: 100%; padding: 0; margin: 0;}

#innerWrapper2 { width: 95%; padding: 10px; margin: 0;}

#Wrapper { width: 100%; padding: 0; margin: 0;}

#wrapper2 { width: 95%; padding: 10px; margin: 0;}

#headerText {
  font-size: 100%;
  padding: 0; width: 100%; height: 1px;
}

h1 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 18px; color: #789F51; padding: 0; margin: 0;}
h2 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #7F9FD3; padding: 0; margin: 0;}
p{font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #666; padding: 0; margin: 0;}

.abstract {
  font-size: 100%; width: 100%; 
  /* padding: 15px 0 30px 0; */
  
  clear: both;
  line-height: 110%;
  text-align: left;
padding: 5px 0 3px 0; margin: 0;
}

.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;
}

listArticlesMoreInfo {font-size: 100%; width: 100%; padding: 0; margin: 0;}

#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 0px;
}
.articleParagraph {
  font-size: 12px;
  padding: 0;
  text-align: left;
  clear: both; /* make sure images don't overlap */
  line-height: 110%;
}

.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: 6px 0 10px 0;
  text-align: center;
  font-size: 80%;
}

#listArticlesLink {width:132px;}