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: #666666; /*set the default text color */
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 100.01%;/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 430px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
font-family:Arial, Helvetica, sans-serif;}
:focus{outline:none;}
#wrapper {
	margin: 20px auto;/* centers the wrapper first value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	width: 100%; /* sets the width of the wrapper */
	position: relative; /* important to position it relatively */
		border: 0px solid #e00;/* sets a border to all 4 sides */
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
}

#header {
	/* background-image: url(../images/client23/); sets the background image for the banner div*/
	/* background-repeat: none;tiles the background image on the x-axis - From left to right on the horizontal plane*/
	/* background-position: right top; */
	width: 770px;/* Provides a width for the banner div */
	/* height: 181px; */
	position: relative; /* Allows us to set the navcontainer div absolutely within the banner div*/
	}

h1 {
	font-size: 125%;
	margin: 0;
	padding: 0px 10px;
	color:#005195;
}

#headerText {
	font-size: 80%;
	padding: 0 20px;
}

h2 {
	font-size: 110%;
	padding: 0px 10px;
	color:#005195;
}

p {
	font-size: 80%;
	padding: 5px;
	color:#666;
}

.abstract {
	font-size: 80%;
	padding: 20px;
	text-align: justify;
	clear: both; /* make sure images don't overlap */
}

.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 #005195;/*sets a border on the image*/
  padding: 3px;
}

#footer {
	clear: both; /* make sure images don't overlap */
	background-color: #ffc509;
	color: #000;
	padding: 3px;
	text-align: center;
	font-size: 60%;
}

/* NAV LISTS */

/* top */



/* bottom */
#article h2 {
	padding: 0 0 0 20px;
	color:#1c87c1;
}
.articleParagraph {
	font-size: 80%;
	padding: 0 20px 20px 20px;
	text-align: justify;
	clear: both; /* make sure images don't overlap */
}

.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: #faa400;
	color: #fff;
	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%;
}
