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*/
  
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
  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; line-height: 1px; margin: 0; padding: 0;}


#innerWrapper { width: 100%; padding: 0; margin: 0;}

#innerWrapper2 { width: 95%; padding: 10px; margin: 0;}

#Wrapper { width: 100%; padding: 0; margin: 0;}
#Wrapper h1{font-size:1.4em; font-weight:bold; color:#0066FF;}
/* h1 {font-size: 30px;   width:600px; margin: 10px 0 0px 20px; color:#c3c24d; font-style:italic; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif;} */

#wrapper2 { width: 100%; padding: 0px; margin: 0;}

#headerText {
  font-size: 100%;
  padding: 0; width: 100%; _height: 1px; _padding: 0; _margin: 0;  height: 1px; line-height: 1px; margin: 0; padding: 0;
}

/* h1 {font-size: 1px; margin: 0; padding: 0; color:#fff; height: 0px;} */

h1{
	font-size:1.4em;
	font-weight:bold;
	color:#0066FF;
}

/* h2 {font-size: 20px;  margin:5px 10px 10px 0px; color:#000; font-style:italic; font-weight:normal;} */

p{font-family:Georgia, "Times New Roman", Times, serif; padding:0 0px; }

.abstract {
  font-size: 100%; width: 100%; 
  /* padding: 15px 0 30px 0; */
  
  clear: both;
/*  line-height: 110%; */
  text-align: left;
padding: 0; margin: 0;

}

.abstract h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#0066FF;
}
.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 #c3c24d;/*sets a border on the image*/
  padding: 3px;
  background:#d7c3da; 
}

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: 90%;
  padding: 15px 2px 10px 0px;
  text-align: left;
  clear: both; /* make sure images don't overlap */
  /* line-height: 110%; */
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
	font-style: italic;
}


.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;
}

.1articleImage 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; margin: 0 10px 10px 0;
}
.right {
  float: right; margin: 0 10px 10px 0;
}

.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;}